Joined: Thu Jul 03, 2008 3:51 pm Posts: 9 Has thanked: 0 time Have thanks: 0 time
I searched the PHPbb3 forum but find no answer.
I have most of my forum restricted to registered members only, guests only see "You do not have the required permissions to read topics within this forum."
What I want is to edit this message to add something like "Creating an account is free by clicking on the "register" link above." Better yet would be to add a link to the registration page after that line, or even better would be to have the guest sent directly to the registration page instead of the above page.
Can anyone help?
TIA!
msi_333
Question subject: Re: Editing guest message in PHPbb3
Posted: Tue Nov 18, 2008 12:45 pm
Joined: Tue Mar 27, 2007 10:55 pm Posts: 2279 Location: Earth Has thanked: 39 time Have thanks: 61 time
i think "You do not have the required permissions to read topics within this forum." is not for guest only .it is for anyone don't have a permissions file ,i didn't try what you are asking in my self .but in think it will be the part of code that is responsible for viewing a forum ,it must first check permission , if ok you can see the forum else it will show this massage "You do not have the required permissions to read topics within this forum." .
_________________ Currenlty programming with : java , html , php , and javascript . (OCJP-6 certified )
dan filipi
Question subject: Re: Editing guest message in PHPbb3
Posted: Tue Nov 18, 2008 2:56 pm
Joined: Thu Jul 03, 2008 3:51 pm Posts: 9 Has thanked: 0 time Have thanks: 0 time
What I need to know is what file do I have to edit?
msi_333
Question subject: Re: Editing guest message in PHPbb3
Posted: Tue Nov 18, 2008 6:21 pm
Joined: Tue Mar 27, 2007 10:55 pm Posts: 2279 Location: Earth Has thanked: 39 time Have thanks: 61 time
dan filipi wrote:
What I need to know is what file do I have to edit?
phpBB3\language\en\common.php
search for SORRY_AUTH_READ
_________________ Currenlty programming with : java , html , php , and javascript . (OCJP-6 certified )