• 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

How to remove/hide this from admin panel?

arsalancfc

Chevereto Member
Yq0hvzK.png
 
This is probably in your dashboard.php file (or routes.dashboard.php (if that file exists?)). Do a text search and you'll probably find it quite easily.
Just wondering, why do you want to remove or hide it ?? You're the only one that's going to see it, unless you have more admins or something?
 
This is probably in your dashboard.php file (or routes.dashboard.php (if that file exists?)). Do a text search and you'll probably find it quite easily.
Just wondering, why do you want to remove or hide it ?? You're the only one that's going to see it, unless you have more admins or something?
yes i have plan to add more moderators. where is this file located i cant find.
 
No man, this:

PHP:
                    'chv_version' => [
                        'label' => _s('Chevereto version'),
                        'content' =>  ($chv_version['files'] == $chv_version['db'] ? $chv_version['files'] : $chv_version['files'] . ' ('.$chv_version['db'].' DB) <a href="'.G\get_base_url('install').'">'._s('update').'</a>') . ' – <a data-action="check-for-updates">' . _s("check for updates") . '</a>'
                    ],

Remove or comment (/* */) that.
 
Back
Top