Why are there 2 search boxes? How to turn the bottom one off?
I turned the options logout and ...
..... register and the others off in the admin panel.
As you can see they still show. How to edit the log out so it redirects after log out to the homepage url? www.mypage.eu/index.php
Thanks in advance,
Hennepdesk
Thanks Chris. You reply quicker then I can edit the post
Turn the bottom one of by opening "designs/templates/joobb_topics.php"
Near the bottom you will see
loadTemplate('searchbox'); ?>
Remove it, and the bottom search box will be removed.
By the way that is not the complete line you will need to delete the entire "div"
Chris Badley
Ok in file designs/templates/joobb_topics.php I changed line 58 from
Code
loadTemplate('searchbox'); ?>?php