why my pun_bbcode don't shows images??
i just need manifest.xml file with this version of extension
1 2011-12-23 15:48
Re: [Theme release]Urban (71 replies, posted in PunBB 1.4 additions)
2 2011-12-23 13:23
Re: [Theme release]Urban (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 2011-12-23 08:13
Re: [Theme release]Urban (71 replies, posted in PunBB 1.4 additions)
I have next problem:
How can i add stat4u to footer?
I want place it here:
5 2011-12-22 13:05
Re: [Theme release]Urban (71 replies, posted in PunBB 1.4 additions)
I can't make it works
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"