Guest Message (phpBB2 and punBB only) Hitskin_logo Hitskin.com

This is a Hitskin.com skin preview
Install the skinReturn to the skin page

The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

    Guest Message (phpBB2 and punBB only)

    avatar
    Guest01
    Guest


    Tutorial Guest Message (phpBB2 and punBB only)

    Post by Guest01 February 1st 2009, 3:51 am

    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.
    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.


    Last edited by Dungeon Master on February 1st 2009, 7:18 pm; edited 3 times in total