^^ haha, link fail.
Your welcome!
You are not logged in. Please login or register.
PunBB Forums → Posts by FreshPrince
Pages 1
^^ haha, link fail.
Your welcome!
Heh, you're lucky I subscribed to this post.. I would've never seen it.
Anyway, edit the "header.php", find and replace.. here's the code:
// FIND THIS AREA
// IT STARTS AT LINE 112
if (!empty($forum_page['nav']))
$forum_head['nav'] = implode("\n", $forum_page['nav']);
$forum_head['search'] = '<link rel="search" href="'.forum_link($forum_url['search']).'" title="'.$lang_common['Search'].'" />';
$forum_head['author'] = '<link rel="author" href="'.forum_link($forum_url['users']).'" title="'.$lang_common['User list'].'" />';
ob_start();
// Include stylesheets
require FORUM_ROOT.'style/'.$forum_user['style'].'/'.$forum_user['style'].'.php';
// THIS IS WHERE YOU ADD THE CODE
// COPY AND PASTE THE WHOLE ECHO
echo '
<style type="text/css">
#brd-about {background: #ffffff; border-color: #ffffff; margin-bottom: 20px; max-height: 30px; overflow: hidden;}
</style>';
I hope this helps.
EDIT: Get rid of the "background: #ffffff; border-color: #ffffff;" if you still want the border around it. I took it off though.
Agreed. Sub-forums would be great!
I was having a problem with the captcha image too. I found this post and set my permissions for the antispam extension folder to 755 and it works. Maybe my host has the same settings?
Just letting you guys know that it's not just jenny.
Thanks for your help! It didn't really work out the way I wanted it to but you gave me a clue on what to do. Your code hid how many extensions were installed but still showed "Currently installed . Copyright © 2003–2009 PunBB.".
I used this code that worked pretty well.
#brd-about {max-height:30px; overflow:hidden;}
Again, thanks for your help! Great board! I love the simplicity and clean design. Keep up the good work!
BTW: I still have the "Powered by PunBB, supported by Informer Technologies, Inc." with the working link so don't worry.
I've read the faq for pubb and it said I can change the footer as long as I keep the "Powered by Punbb" part.
All I want to do is get rid of the "Currently installed 7 official extensions. Copyright © 2003–2009 PunBB." below the quick jump drop-down menu.
How would I do this?
EDIT:
And my captcha image isn't showing up either. Can somebody help with that too?
Pages 1
PunBB Forums → Posts by FreshPrince
Powered by PunBB, supported by Informer Technologies, Inc.