madjedo wrote:

Does it work on 1.1.2?

I'm 100% sure it's works ,but i don't test.
I download 1.1.2 right now and tell you.
-------------------------------------------------
Ok i check and i don't see any problem mod must works smile

skinmaker123 wrote:

i can't install any mod for  punBB v.1.1.4

You are running a version of PunBB that this mod does not support. This mod supports PunBB versions: 1.0.1

Find attachment mod for version 1.1.1,  this mod works in 1.1.4

Next:

Open install_mod.php

find line 11

// One or more versions of PunBB that this mod works on. The version names must match exactly!
$punbb_versions    = array('1.1.1');

and replace

// One or more versions of PunBB that this mod works on. The version names must match exactly!
$punbb_versions    = array('1.1.4');

Save and install.

I check and it works good .

Find line 1134 and remove this

<tr>
            <td class="puncon1right" style="width: 140px; white-space: nowrap"><?php echo $lang_profile['Style'] ?>  </td>
            <td class="puncon2">
                <div style="padding-left: 4px"><?php echo $lang_profile['Style info'] ?></div><br>
                 <select name="form[style]">
<?php

        $d = dir($pun_root.'style');
        while (($entry = $d->read()) !== false)
        {
            if (substr($entry, strlen($entry)-4) == '.css')
                $styles[] = substr($entry, 0, strlen($entry)-4);
        }
        $d->close();

        while (list(, $temp) = @each($styles))
        {
            if ($user['style'] == $temp)
                echo "\t\t\t\t\t".'<option value="'.$temp.'" selected>'.str_replace('_', ' ', $temp).'</option>'."\n";
            else
                echo "\t\t\t\t\t".'<option value="'.$temp.'">'.str_replace('_', ' ', $temp).'</option>'."\n";
        }

?>
                </select>
            </td>
        </tr>

I create another simple mod ,but i think it's very useful

##
##
##        Mod title:  Home Site Link MOD
##
##      Mod version:  1.0
##   Works on PunBB:  1.1.3 ,1.1.4
##     Release date:  2004-05-05
##           Author:  Maciek Ziolkowski
##
##      Description:  This mod allows users to add home page link 
##
##   Affected files:  
##             admin_options.php
##               include/functions.php
##            
##
##       Affects DB:  Yes
##
##            Notes:  
##
##       This mod has only been tested with PunBB v.1.1.3 and 1.1.4 
##
##       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.
##
##

Forum header
[img]http://members.lycos.co.uk/maciekziolko … w_link.gif [/img]

Admin Panel

http://members.lycos.co.uk/maciekziolkowski/admin.gif



download

Have Fun smile

JohnS wrote:
Maciek wrote:

Ah.. well this is a simple mod i know..
But i think some PunBB users going to use it.

I can't open this file for some reason. Could somebody post it as a zip file?
Thanx

Ok i add zip archive .

sverrir wrote:

Perfect place for the blink tag roll wink

There is no problem with tag place ,i place this tag there beacouse i think this is good place for new user .

but

Find line 263

$info .= $lang_common['Registered'].': '.$registered.'<br>';

AND AFTER ADD

if (isset($online_list) && in_array($cur_post['poster_id'], $online_list))                        
        $stat = $lang_topic['Status'].': <b><span class="statsdetails1">'.$lang_topic['Status_online'].'</span></b><br>';
        else
        $stat = $lang_topic['Status'].': <b><span class="statsdetails2">'.$lang_topic['Status_offline'].'</span></b><br>';

now we dont need another tag smile

Rickard wrote:

Ah, cool. I'm considering doing something similar for PunBB 1.2.

Excellent idea smile

Rickard wrote:

Just having the username underlined when someone is online is nice and neat, but most people miss it and don't understand why usernames are underlined once in a while.

I think this is most comprehensible for most people , but your idea is not bad .
Meyby remove underlined and add something like that

$info = '<img src="img/greendot.gif" alt=""> <span class="punheadline"><a href="profile.php?id='.$cur_post['poster_id'].'">'.pun_htmlspecialchars($cur_post['poster']).'</a></span>';
        else
            $info = '<img src="img/reddot.gif" alt=""> <span class="punheadline"><a href="profile.php?id='.$cur_post['poster_id'].'">'.pun_htmlspecialchars($cur_post['poster']).'</a></span>';

http://members.lycos.co.uk/maciekziolkowski/on_of.gif

Ah.. well this is a simple mod i know..
But i think some PunBB users going to use it.

http://www.networkx.wz.cz/glowne/image/on_off.gif

##
##
##        Mod title:  Online/Offline Mod
##
##      Mod version:  1.0
##   Works on PunBB:  1.1.4
##     Release date:  2004-04-05
##           Author:  Maciek Ziolkowski 
##
##      Description:  This mod show user online/offline status in topic view 
##
##   Affected files:  viewtopic.php
##                    lang/en/en_topic.php
##                    all.css files
##
##       Affects DB:  No
##
##       Notes:  
##          This mod has only been tested with PunBB v.1.1.4 and 1.1.3 .
##
##       DISCLAIMER:  Please note that "mods" are not officially supported by
##                    PunBB. Installation of this modification is done at your
##                    own risk. 
##

download

UPDATE

I update mod pack ,now in archive u find two version graphic(+ image) and text

Paul wrote:

Actually it was never on PunRes. I didn't update it after version 1.01 because nobody really seems interested. I will put a copy on a new link and email Maciek (he has already emailed me).

Thanks Paul , send me email or put link there .

I must edit this post again big_smile

thank you very much Paul

Hi

I try download this mod from   there but i see error sad .

Can anyone send me this mod on  email thanks.