Page 1 of 1

changing a message

PostPosted: Fri May 16, 2008 9:52 am
Author: jae
Your phpBB Version: 2.0.
phpBB Type: Integramod 141
MODs: No
Your knowledge: Beginner
Board URL: http://www.scifi-talk.net/board/portal.php

PHP Version:
MySQL Version:


What was done before the problem appeared?



What was done to try to solve the problem?




De.scription and Message

Hi I have changed pomissions on a forum withing my board so that only private members can view the forum however if anyone who is not an admin tries to access the forum I 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.

Which is fine apart from the bit that says "You will need to pay a sub.scription fee" so how do I change that to say "Please PM an admin to gain access to this forum"

Thank you

Jae

Re: changing a message

PostPosted: Fri May 16, 2008 11:45 am
Author: Helter
you could edit the language file directly
language/lang_english/lang_main.php

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

be sure to only edit the red part, or you will get errors

PostPosted: Fri May 16, 2008 1:38 pm
Author: jae
Thank you helter got that sorted cheers