Hi Andreas,
thanks for this mod, it's a big deal. But it seems the "New Content" link doesn't work correctly (using vB 4.0.6). I'm sure, I have a new thread in my board, but this search link shows the standard vB error message.
A problem which I have solved is that I have no What's New button. But I have installed the my_threads & my_posts mod, so I put the search link of the What's New button into this menu:
Attachment 123092
It's the first item in the menu. To do this, find in the "myposts_navbar_link"-template (make sure you have the "My Threads & My Posts" installed):
Code:
<ul class="popupbody popuphover">
Add under it:
Code:
<li><a href="search.php?do=getnew&contenttype=All_Content">Neue Inhalte</a></li>
Change the phrase "Neue Inhalte" to whatever you like.
Again, thanks a lot.
Best regards
L.R.