There was a change in 3.0.4
Change your "Latest Links" to point to
index.php?list=latest "Top Hits" to point to
index.php?list=top Take this input search field and replace it in your template:
Code:
Content visible to registered users only.
These three steps you have to do in
templates/top_bar.tpl (I think)
Then for displaying the links, edit
templates/main.tpl (or whatever tpl file your template is using) and change the
{if ...} condition for displaying links with following:
Code:
Content visible to registered users only.
Boby