I'am trying to put an extra menu above the existing one, and have a background image at the same time... Works perfect in Firefox but in ie6 it only shows a small part of the image. Menu looks as it should in both Firefox and IE. Anyone here that can see what I am doing wrong? I can´t...

main.tpl:

<div id="brdheader" class="block">
    <div class="box">
        <div id="menucontainer">
<ul>
<li><a href="/index.php">News</a></li>
<li><a href="/forum/index.php">Forum</a></li>
<li><a href="movies.php">Movies</a></li>
<li><a href="links.php">Links</a></li>
<li><a href="info.php">What is this?</a></li>
</ul>
</div>
<div id="brdtitle" class="inbox">

        </div>


        <pun_navlinks>
        <pun_status>

bg image (in the forums style sheet)

#brdheader .box #brdtitle{background: #fff url(../../img/CrystalBlue/logo.gif) center; height: 143px; }

menu code (in the forums style sheet)

/* menu*/
#menucontainer ul {font-weight: bold; width: 595px; float: right; margin: 0; padding: 0 0 0 1em; background: #2f6b42;}
#menucontainer li {font-weight: bold; background: #2f6b42; float: left; display: inline; margin-right: 1em; padding: 0.3em 0;}
#menucontainer ul a {text-decoration: none; padding: 0.3em 1em;}
#menucontainer a:link {color: #f1f1f1;}
#menucontainer a:visited {color: #f1f1f1;}
#menucontainer a:hover {background: #f1f1f1; color: #000;}

Works great this thing. smile
Can I translate the language anywhere? "Wednesday, 18 April 2007" - were can I find the weekdays and months, so that I can change it to my language. Looked in almost every file in punbb, but cant find the right one wink

Nopp, already tried that and that didnt work... Thanks though wink
Using http://wiki.punres.org/Miniportal#New_page_template to create the page and if you remove the 'require footer' the pages shows nothing...

I have a custom made first page at my forum (news and some more) - but I would like to remove the box at the bottom (the where it says 'powred by punbb'). But I want to keep it on all the other pages (forums, other custom pages). Is there any easy way to do this?

I am using extern.php to get the ten latest topics listed on a page and it is working without any problems... However, I wonder if it is possible to colour one of the links if the topic contains a certain word?

Example
Topic 1 Banana
Topic 2 Monkey
Topic 3 Tree

And in this example I want all topics that contains the word ´tree´ to be coloured green in the list but the rest to have the standard colour.