MyBB Community Forums

Full Version: how do I edit this?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
You do not have permission to access this page. This could be because of one of the following reasons:

1. Your account has either been suspended or you have been banned from accessing this resource.
2. You do not have permission to access this page. Are you trying to access administrative pages or a resource that you shouldn't be? Check in the forum rules that you are allowed to perform this action.
3. Your account may still be awaiting activation or moderation. (Resend Activation Code)
4. You have accessed this page directly rather than using appropriate forms or link.

You are currently logged in with the username: ''
I think you can edit it at global.lang.php on you language directory.

Just look for the test using notepad++
ACP > Configurations > Languages > Your language > Edit > Quick Phrases tab > and edit;
No Permissions Message - Paragraph 1
No Permissions Message - Paragraph 2
No Permissions Message - Paragraph 3
No Permissions Message - Paragraph 4
(2011-05-21, 06:05 PM)Yaldaram Wrote: [ -> ]ACP > Configurations > Languages > Your language > Edit > Quick Phrases tab > and edit;
No Permissions Message - Paragraph 1
No Permissions Message - Paragraph 2
No Permissions Message - Paragraph 3
No Permissions Message - Paragraph 4

hmm dont see the Quick Phrases tab
On the list of languages, click the Options button next to the one you want to edit (e.g. English), then choose Edit Language Variables, then you'll see a new tab called Quick Phrases.
oh ok thank you!
Hmm i've changed it but it's still showing the default no permission page

which is this:

You do not have permission to access this page. This could be because of one of the following reasons:

1. Your account has either been suspended or you have been banned from accessing this resource.
2. You do not have permission to access this page. Are you trying to access administrative pages or a resource that you shouldn't be? Check in the forum rules that you are allowed to perform this action.
3. Your account may still be awaiting activation or moderation. (Resend Activation Code)
4. You have accessed this page directly rather than using appropriate forms or link.

You are currently logged in with the username: ''
Open ./inc/languages/english/messages.lang.php and find the following variables;
$l['error_nopermission_guest_1'] = "You are either not logged in or do not have permission to view this page. This could be because one of the following reasons:";
$l['error_nopermission_guest_2'] = "You are not logged in or registered. Please use the form at the bottom of this page to login.";
$l['error_nopermission_guest_3'] = "You do not have permission to access this page. Are you trying to access administrative pages or a resource that you shouldn't be?  Check in the forum rules that you are allowed to perform this action.";
$l['error_nopermission_guest_4'] = "Your account may have been disabled by an administrator, or it may be awaiting account activation.";

Edit them to suit your needs. Smile