Quote Originally Posted by redpanda View Post
Cheers for that will go through and give it a shot.

As for the search box, will i be able to just grab the code and move it to where i want, will give it a shot, thanks again mate
With the search box you may be able to put it where you want with the power of css (~~~appropriate sound-effect~~~) but you may not. As I am not 100% sure about where you want it I can't say.

If you need to move it in the html then you need to edit a php file called tpl_header.php which can be found in (includes/templates/yourtemplate/common). It is pretty straight forward. You are looking to copy and paste a line that reads:

Code:
<div id="navMainSearch">
<?php require(DIR_WS_MODULES . 'sideboxes/search_header.php'); ?>
</div>
And put it somewhere that you like.