edit the 'you do not have permission to...' page

h@ck3r

New Member
What template/ file do I need to edit to change the text on this page?

I mean the one that says:

h@ck3r, you do not have permission to access this page. This could be due to one of several reasons:

1. Your user account may not have sufficient privileges to access this page. Are you trying to edit someone else's post, access administrative features or some other privileged system?
2. If you are trying to post, the administrator may have disabled your account, or it may be awaiting activation.

Thanks :)
 
phrase...
search phrases.
H@cker you ask something like every single day.
why dont you try learning HTML and the functions inside vBulletin?
everyone isnt going to spoon feed you forever..
 
Curtis129 said:
phrase...
search phrases.
H@cker you ask something like every single day.
why dont you try learning HTML and the functions inside vBulletin?
everyone isnt going to spoon feed you forever..

Am I not entitled to ASK QUESTIONS?

That's what a lot of us are here for.. so grow up.
 
i just gave you an answer. no need to flame.
and its true, i think a lot of people will agree with me. i see so many of your threads asking for soemthing..
 
h@ck3r said:
What template/ file do I need to edit to change the text on this page?

I mean the one that says:



Thanks :)

How did you get this error? what were you doing? Are you trying to solve the error or change the content of the message?
 
Curtis129 said:
i just gave you an answer. no need to flame.
and its true, i think a lot of people will agree with me. i see so many of your threads asking for soemthing..

Look.. if you have nothing useful to add- please do not come back to this thread.

I come on this site as it's helped me a lot, hence why I donate to the site.

I am entitled to ask for help here if I wish, and you seem to be the only one that has a problem with this.

If we are not allowed to ask questions- there's wouldn't be a How-To? section.

bluescorpion said:
How did you get this error? what were you doing? Are you trying to solve the error or change the content of the message?

Yes.. I got this intentionally on VBTeam.. Just to give an example of what I want to edit.

It's the content of this error message that I want to edit on my own forums.

Which phrase do I need to search to edit this?

Thanks :)

connection2 said:
He probably intentialy got the error, e.g set up a forum he did not have permissions to view and typed in the URL.

Yes :D
 
AdminCP -> Languages & Phrases -> Search In Phrases -> Search For Text -> enter "sufficient privileges" in the search box and click Find. You should come up with 3 possibilities.
 
Grinderhand said:
AdminCP -> Languages & Phrases -> Search In Phrases -> Search For Text -> enter "sufficient privileges" in the search box and click Find. You should come up with 3 possibilities.

Cheers mate I'll give that a go :)
 
bluescorpion said:
In the phrase manager...

Search for this :

nopermission_loggedin

Phrase Variable Name Only

OK Done a search for that and I see 2 different ones:

nopermission_loggedin Standard Phrase:

PHP:
<p><strong>{1}</strong>, you do not have permission to access this page. This could be due to one of several reasons:</p>

<ol>
<li>Your user account may not have sufficient privileges to access this page. Are you trying to edit someone else's post, access administrative features or some other privileged system?</li>
<li>If you are trying to post, the administrator may have disabled your account, or it may be awaiting activation.</li>
</ol>

<div align="{2}">
<a href="login.php?{3}do=logout&logouthash={4}">Log Out</a>
<a href="{5}.php?{3}">Home</a>
</div>

nopermission_loggedin_ajax Standard Phrase:

PHP:
{1}, you do not have permission to access this page. This could be due to one of several reasons:
- Your user account may not have sufficient privileges to access this page. Are you trying to edit someone else's post, access administrative features or some other privileged system?
- If you are trying to post, the administrator may have disabled your account, or it may be awaiting activation.

Should I edit both messages or are only one of these viewable by my members?

Also- I see the title of these is-

nopermission_loggedin

Does this mean there's another phrase somewhere for non-logged-in users to see?

Cheers for the help... appreciated.
 
I don't think you can get that message if you are not logged into your account.

I think good prudence would be to edit both nopermissions statement as either one could potentially be called and your message should consistent.
 
bluescorpion said:
I don't think you can get that message if you are not logged into your account.

I think good prudence would be to edit both nopermissions statement as either one could potentially be called and your message should consistent.

Ah right ok cheers bud.

I'll edit both just in case.

Thanks muchly ;)
 
Back
Top