1

(71 replies, posted in PunBB 1.4 additions)

why my pun_bbcode don't shows images??
i just need manifest.xml file with this version of extension

2

(71 replies, posted in PunBB 1.4 additions)

i dont understand what u mean "use google analictycs"
just say how can i fix problem with quick reaply and where can i past code with stat4u (to what file and what line)

3

(71 replies, posted in PunBB 1.4 additions)

I have next problem:
How can i add stat4u to footer?

I want place it here:
http://img256.imageshack.us/img256/9247/24802589.png

4

(71 replies, posted in PunBB 1.4 additions)

sure

http://hbplanet.xaa.pl/

and to what file can i add stat4u ??

5

(71 replies, posted in PunBB 1.4 additions)

I can't make it works sad
Can any one edit my files?

<?php
    switch ($forum_user['avatar'])
    {
        case FORUM_AVATAR_GIF:
            $avatar_filename = $forum_user['id'].'.gif';
            break;

        case FORUM_AVATAR_JPG:
            $avatar_filename = $forum_user['id'].'.jpg';
            break;

        case FORUM_AVATAR_PNG:
            $avatar_filename = $forum_user['id'].'.png';
            break;

        case FORUM_AVATAR_NONE:
            $noavatar = TRUE;
            break;
        default:
            $noavatar = TRUE;
            break;
    }
?>
<?php if(!isset($noavatar)) { ?>
<a href="<?php echo forum_link($forum_url['user'],$forum_user['id']); ?>"><img src="<?php echo($base_url); ?>/<?php echo($forum_config['o_avatars_dir']); ?>/<?php echo($avatar_filename); ?>" id="topavatar"/></a>
<?php }
<?php if (FORUM_PAGE == 'viewtopic') { ?>
<div class="main-head"><h2 class="hn"><span class="item-info"><?php $lang_topic['Quick post'] ?></span></div>
<?php } //if it is viewtopic, we display header
<?php if (FORUM_PAGE == 'index') {
?>
    <div id="brd-visit" class="gen-content">
        <!-- forum_visit -->
    </div>
<?php
} //if it is index, we display header links e.g. "new posts"