>>
Site Map
>>
Forums
>>
PHP-Nuke Newbie
Forum module - topics in forum:
PHP-Nuke Newbie - Complete phpnuke newbie? want to ask a question before installing? or have installed and are now confused? this is the place.
Remove "Current Active Topics" search
Hello there.
Thanks, firstly, to all concerned for maintaining what seems to be an excellent site that has already resolved a few of my problems.
One thing I cannot find a solution to is how to remove the top 'Search' block from my index.php page and other pages (news, topics).
CURRENT ACTIVE TOPICS
Click to list all articles in this topic
I like having the search option available and have it on the top menu bar via the 'header.html' file from my theme folder.
I've tried deactivating 'search' from my block & modules but this only seems to affect the nav bar search.
Any help is greatly appreciated.
Chris
At the top of modules/topics/index.php just remove the code for the search box, it'll be similar to.
| Code: : |
."<font class=\"content\">"._CLICK2LIST."</font><br><br>\n"
."<form action=\"modules.php?name=Search\" method=\"post\">"
."<input type=\"name\" name=\"query\" size=\"30\"> "
."<input type=\"submit\" value=\""._SEARCH."\">"
."</form></center><br><br>"; |