Well the last one hour and a half I have been able to do two things:
- Change the name of the tab 'forum'
- Get rid of the welcom message
Now I realy don't know how to get rid of the 'what's new tab'. I think I've found the code in the source:
<li><a class="navtab" href="search.php?do=getnew&contenttype=vBForum _Post">What's New?</a></li>
But I've tried deleting this piece of code and other pieces that resembled it but it doesn't seem to do anything (navbar template):
<li><a href="search.php?{vb:raw session.sessionurl}do=getnew&contenttype=vBFor um_Post">{vb:rawphrase new_posts_nav}</a></li>
In the source code it all seems so simple but when I get to the templates it has all this stuff that I can't realy make sense of.
Another thing that I still don't know how to acomplish exaxtly is putting static content on top of a specific category. The only option I see is doing it with a announcement but I'm not sure if I can put html in that.
And to remove the part with the litle house with 'forum' next to it, I haven't found a way to do that either.