1

(9 replies, posted in PunBB 1.4 additions)

Seems to be working ok on my forums, http://www.shadow-society.net, but does anyone know how i can add it to the news feed aswell ?

2

(71 replies, posted in PunBB 1.4 additions)

nevermind found the fix. for anyone that also wants it.

<?php
     if (FORUM_PAGE == 'viewtopic') if ($forum_user['is_guest'] != true) { ?>
    <div class="main-head"><h2 class="hn"><span class="item-info"> <?php echo($lang_topic['Quick post']); ?> </span></div>
    <?php } //if it is viewtopic, we display header ?>

3

(71 replies, posted in PunBB 1.4 additions)

Hi im just trying to modify your Urban2.php script so that the quick reply box does not show when viewing as guess but cant seem to get it working i have

<?php if (FORUM_PAGE == 'viewtopic' && FORUM_USER != 'is_guest') { ?>
<div class="main-head"><h2 class="hn"><span class="item-info"><?php echo($lang_topic['Quick post']); ?></span></div>
<?php } //if it is viewtopic, we display header ?>

what am i doing wrong ?

Thankyou,
Marky

Hi loving your script but im having problems with the whole IE8 and Firefox thing, works fine in firefox but when viewing in IE the background goes seethru and hard to read as seen at http://perryvault.co.uk/thefew/?forum   if you hit compatibility mode it works fine tho.

5

(0 replies, posted in PunBB 1.3 extensions)

Hi im making a website with pubb once again lol and jst need a hand with the new version. im trying to get bbcode for alignment which i can use on the signatures area to center images ect but cant find an extension compatible.