Rid of Search bar & and add a image?

zackredsox

Up-and-Coming Sensation
Joined
Aug 24, 2007
Messages
317
Reaction score
0
FP$
669
How do I get rid of the search bar and add and image or ad or whatever? Like here in the right hand corner where it is a Linux Hosting add.
 
Look for the part in blue :

Find the part in red (the code may be slightly different), it will be in the header section of the code, not the navbar section as it is below.

add it after the part in blue where you want the search lick to be, if in doubt, PM me your overall_header.html file and I will try to sort it for you.

<div class="navigation">
<div class="floatleft">
<ul>
<li><a href="{U_INDEX}"><img src="{T_THEME_PATH}/images/icon-home.png" width="16" height="16" alt="Home icon" />{L_INDEX}</a></li>
<li class="divider"></li>
<!-- IF S_USER_LOGGED_IN -->
<li><a href="{U_MEMBERLIST}"><img src="{T_THEME_PATH}/images/icon-members.png" width="16" height="16" alt="Members Icon" />{L_MEMBERLIST}</a></li>
<li class="divider"></li>
<!-- ENDIF -->
<li><a href="{U_SEARCH}"><img src="{T_THEME_PATH}/images/icon-search.png" width="16" height="16" alt="Search Icon" />{L_SEARCH}</a></li>
<li class="divider"></li>
<!-- Start Ultimate Points -->
<!-- IF S_POINTS_ENABLE -->
<li class="icon-points"><a href="{U_POINTS}" title="{L_POINTS_EXPLAIN}">{POINTS_LINK}<!-- IF S_USER_LOGGED_IN and S_USE_POINTS --> [ {USER_POINTS} ] <!-- ENDIF --></a></li>
<!-- ENDIF -->
<!-- End Ultimate Points -->
<!-- IF S_MCHAT_ENABLE and U_MCHAT --><li class="icon"><a href="{U_MCHAT}#mChat" title="{L_MCHAT_TITLE}">{L_MCHAT_TITLE}</a></li><!-- ENDIF -->
</ul>
</div>
 
This should've been posted in the Technical Support forum.

Also what sapper posted should work, however you will probably find that your code will be slightly different, due to the mods sapper has installed which you may not.
 
Back
Top Bottom