Guest Message (phpBB2 and punBB only)
Page 1 of 1 • Share •
Guest Message (phpBB2 and punBB only)
The guest only message can be achieved in both PunBB and PhpBB2 versions ONLY as they are the only versions which have template editing available.
Version: PHPBB2
Only founders can edit templates
Navigate to:
Admin panel >> Display ( Tab ) >> Templates > General > Index_Body
Now locate the below code, which you should do right away.
In between those 2 lines insert your message so it looks like this:
Dont forget to save and publish your changes.
Version: PunBB
Only founders can edit templates
Navigate to:
Admin Panel >> Display ( Tab ) >> Templates > General > Index_Body
Now locate:
In between
Insert your message so it looks like
Don't forget to save and publish your changes.
Originally created by Kilsek
Updated by Darren1 19/12/2009
Further updates by Darren1 7 June 2011
Version: PHPBB2
Only founders can edit templates
Navigate to:
Admin panel >> Display ( Tab ) >> Templates > General > Index_Body
Now locate the below code, which you should do right away.
- Code:
</div>
<!-- END switch_user_logged_out -->
In between those 2 lines insert your message so it looks like this:
- Code:
</div>
YOUR GUEST MESSAGE HERE
<!-- END switch_user_logged_out -->
Dont forget to save and publish your changes.
Version: PunBB
Only founders can edit templates
Navigate to:
Admin Panel >> Display ( Tab ) >> Templates > General > Index_Body
Now locate:
- Code:
<!-- BEGIN switch_user_logged_out -->
<div id="pun-visit">
<p>{L_NOT_CONNECTED} {L_LOGIN_REGISTER}</p>
</div>
<!-- END switch_user_logged_out -->
In between
- Code:
</div>
<!-- END switch_user_logged_out -->
Insert your message so it looks like
- Code:
</div>
THIS IS MY GUEST ONLY MESSAGE, REPLACE IT WITH YOURS
<!-- END switch_user_logged_out -->
Don't forget to save and publish your changes.
Originally created by Kilsek
Updated by Darren1 19/12/2009
Further updates by Darren1 7 June 2011
Last edited by Dungeon Master on February 1st 2009, 11:18 am; edited 3 times in total
Guest01- Guest
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum




by Guest01 on January 31st 2009, 7:51 pm




