Page 1 of 1

Question

PostPosted: Fri Feb 29, 2008 2:30 pm
Author: jae
Your phpBB Version: 2.0.
phpBB Type: Integramod 141
MODs: No
Your knowledge: Beginner
Board URL: [url]http://[/url]

PHP Version:
MySQL Version:


What was done before the problem appeared?



What was done to try to solve the problem?




De.scription and Message

Ok I have a forum hidden and a member tries to access that forum they get the following message.

"Sorry, but only users granted special access can read topics in this forum.

Click here to select a group to join. You will need to pay a sub.scription fee."

How do I remove the "You will need to pay a sub.scription fee" because they dont all I have to do is once they post in a certain forum I move them into a group that will allow them access.

Thanks

jae

Re: Question

PostPosted: Fri Feb 29, 2008 9:34 pm
Author: DjPorkchop
Im gonna take a wild stab at this and say that those words can be altered by looking into your language files. Which one, Im not quite sure. Id need to go look at some files first, but Id say that would be an obvious starting point.

PostPosted: Sun Mar 02, 2008 8:14 am
Author: tmotley
It's in language/lang_XX/lang_main.php around line 1341:

Code: Select all
$lang['Click_return_subscribe_lw'] = 'Click %shere%s to select a group to join. You will need to pay a sub.scription fee.';