• Welcome to the Chevereto User Community!

    Here, users from all over the world come together to learn, share, and collaborate on everything related to Chevereto. It's a place to exchange ideas, ask questions, and help improve the software.

    Please keep in mind:

    • This community is user-driven. Always be polite and respectful to others.
    • Support development by purchasing a Chevereto license, which also gives you priority support.
    • Go further by joining the Community Subscription for even faster response times and to help sustain this space
  • 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

Hide Plugin Text

Focker

💖 Chevereto Fan
I'd like to remove the "Plugin" text from the drop down menu. I've looked everywhere and I can't find where to do this. Does anyone know how I can accomplish this?

It would be nice to have it as an enable/disable option located here: Dashboard > Settings > Website (similar to Search, Explore, etc).
 
Comment line #559 in loader.php (Make a backup of the file beforehand)

Line should look like this after editing:
PHP:
//            array_unshift($pages_visible, $plugin_page);

This will be configurable via Dashboard in the next version. If you are not comfortable with editing files on your server, simply wait for the next release.
 
What if we want to keep it, but just want to move it down a few spots?

So, instead of this:
Capture.PNG

We can have this:
5435e.jpg

I tried my best, but couldn't find it. :/ Tried loader, header, etc.
 
Damn it...in front of my face the whole time. I even searched "Plugin" :/ But, I would have never known to "use array_push or replace L557 with just $pages_visible[] = $plugin_page;"

I cannot thank you enough.
 
if you don't want to use plugin then you can disable plugin directly in admin panel.

just go to Settings --> Additional Settings --> Plugin Route.

Change it from Enabled to Disabled and then click save.

After that plugin In menu to top right is then gone.
 
Back
Top