• 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 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.

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