• Welcome to the Chevereto user community!

    Here users from all over the world gather around to learn the latest about Chevereto and contribute with ideas to improve the software.

    Please keep in mind:

    • 😌 This community is user driven. Be polite with other users.
    • 👉 Is required to purchase a Chevereto license to participate in this community (doesn't apply to Pre-sales).
    • 💸 Purchase a Pro Subscription to get access to active software support and faster ticket response times.
  • Chevereto Support CLST

    Support response

    Support checklist

    • ⚠️ Got a Something went wrong message? Read this guide and provide the actual error. Do not skip this.
    • ✅ Confirm that the server meets the System Requirements
    • 🔥 Check for any available Hotfix - your issue could be already reported/fixed
    • 📚 Read documentation - It will be required to Debug and understand Errors for a faster support response

How to make keywords as hashtags also another question

Status
Not open for further replies.

dudayz

Chevereto Member
1. First i want to ask how to make keywords as hastags like this picture https://chevereto.com/community/attachments/keyword-tags-jpg.2672/

2. Second i want to ask about user route permalink, i want to make permalink like https://mediagambar.com/members/fangestuzhong instead currently https://mediagambar.com/fangestuzhong

3. The last question when upload there is show pop up to editing title and description, how to disable click edit then pop up and make it editing details of image in this section http://prntscr.com/rseykh.

sorry for my bad english because i'm not native.

Regaards
 
1. First i want to ask how to make keywords as hastags like this picture https://chevereto.com/community/attachments/keyword-tags-jpg.2672/
That's a custom modification which I ignore how its made.

2. Second i want to ask about user route permalink, i want to make permalink like https://mediagambar.com/members/fangestuzhong instead currently https://mediagambar.com/fangestuzhong
The username routing at top level can't be customized or changed.

3. The last question when upload there is show pop up to editing title and description, how to disable click edit then pop up and make it editing details of image in this section http://prntscr.com/rseykh.
Add this CSS:
CSS:
.queue-item-button.edit { display: none !important;}
 
CSS:
.queue-item-button.edit { display: none !important;}
.block.edit {pointer-events: none !important;}
 
No way to make it work like that, at least not easy as one may expect. This is because the form submitting details are bound to the modal so the way to go is injecting the upload object directly.

For that matter you will need to craft and senak your own markup and event listeners.
 
Unfortunately, this ticket has more than seven days without a reply or feedback from the original poster. We will now consider this ticket abandoned and its now closed.

Don't hesitate to create a new ticket if this matter is still causing you issues.

Ticket closed.
 
Status
Not open for further replies.
Back
Top