• Hey Guest, don't forget to VOTE on each RFC topic. Your voting determine Chevereto development! No votes, no development.
  • 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

Add Administrator Only Page to Admin Panel

ashkir

👽 Chevereto Freak
Hi! The pages function is super cool. I would love a way to add an Admin Only page to the Admin Panel to leave instructions to our moderators or other Administrators for our standardized rules on bans, etc. Plus, it's a great way to share our social media passwords. Only Admins should be able to access it.
 
Pages can run PHP code so you can just make the page invisible (menu link) and put a conditional on top using CHV\Login::isAdmin() and display an error message or even dummy a 404 page.
 
Back
Top