PunBB Resource

Your ultimate PunBB resource!

Keywords:

    (Extended)

You are not logged in.


Login to move these ads to the bottom of the page

#1 2007-05-08 09:38:54

GT
New member
Registered: 2007-05-08
Posts: 1

Registration Attention 1.0.0

Code:

##
##
##        Mod title:  Add a registration notification.
##
##      Mod version:  1.0.0
##   Works on PunBB:  1.2.15 (should work with all 1.2.*)
##     Release date:  5-8-2007
##           Author:  GT (Hexify.com)
##
##      Description:  This little mod places a registration notification to all guest who visit the forum.
##
##   Affected files: include/template/main.tpl 
##
##
##   Included Files: include/user/attention.php
##
##
##       Affects DB:  No
##
##
##       DISCLAIMER:  Please note that "mods" are not officially supported by
##                    PunBB. Installation of this modification is done at your
##                    own risk. Backup your forum database and any and all
##                    applicable files before proceeding.
##

Download here

Offline

 

#2 2007-05-08 10:06:38

liquidat0r
Member
From: London
Registered: 2006-10-12
Posts: 92
Website

Re: Registration Attention 1.0.0

This would be better, to be honest.

attention.php:

Code:

<?php
if($pun_user['is_guest'])
{
    ?>
    <div class="block">
        <h2><span><?php echo $lang_common['Info']; ?></span></h2>
        <div class="box">
            <div class="inbox">
                <p><?php echo $lang_common['No permission']; ?></p>
            </div>
        </div>
    </div>
    <?php
}
?>

Last edited by liquidat0r (2007-05-08 10:07:00)


http://liquidat0r.com/logo.png

Offline

 

Board footer

Based on PunBB
© Copyright 2002–2005 Rickard Andersson

© Copyright 2004–2006 Kristoffer Jansson

User contributed files are property of their respective owners.