MyBB Community Forums

Full Version: only show the who's online complete list to staff members
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
Hi, I have another question , Can I have a custom error message or a different error message instead of the board message ? where is the error_no_permission() store?

Thank You
The error_no_permission() function is defined in line 721 in ./inc/functions.php. However, you shouldn't attempt to edit that because the function is used in a lot of places. Instead, replace it with this:

error("Lorem ipsum dolor sit amet, consectetur adipiscing elit.");
Thank You very much , I'll use with different text Smile
Pages: 1 2