MyBB Community Forums

Full Version: Search option doesn't show
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I'm sure it's something simple, but I can't figure out how to have the "search" function show in my forum. Can anyone help?

the URL is www.ivyscraps.com/forum
using version 1.4.9



Thanks, Doug
What?
The search function is on /forum/search.php
You want to add a link in the forum to search.php??
Because of how the links in the header of your theme are set out it's not going to be easy to add it. Also you should upgrade to 1.4.11, you're missing out on bug and security fixes.
(2010-03-05, 07:24 PM)MattRogowski Wrote: [ -> ]Because of how the links in the header of your theme are set out it's not going to be easy to add it. Also you should upgrade to 1.4.11, you're missing out on bug and security fixes.

Thank you to both respondents. Those hints were all I needed. I didn't know that all it needed was a link, and that I could put that link in my customized header.

I am going to give a detailed account of how I customized my header, and then added the "search" link, as my way of saying thank you for this software. I hope this helps someone else with their web forum.
*********************
To modify your header with pictures and links, log into your forum as admin
select "templates & style"
select "Templates"
select "default templates"
select "Header Templates"
select "header" select "options" select "full edit"

This is the generic script I use

<div id="container">

<center>
<table id="header" cellpadding="0" cellspacing="0" border="0">
<tr>
<td>
<ul id = "headerNav">
<li><a href="http://www.YOURLINK1.com"> <img src="http://www.ivyscraps.com/YOURPICTURE1.png" border="0"></></a></li>
<li><a href="http://www.YOURLINK2.com/forum"> <img src="http://www.ivyscraps.com/YOURPICTURE2.png" border="0"></></a></li>
<li><a href="http://www.YOURLINK3.com"> <img src="http://www.ivyscraps.com/YOURPICTURE3.png" border="0"></></a></li>
<li><a href="http://www.YOURLINK4"> <img src="http://www.ivyscraps.com/YOURPICTURE4.png" border="0"></></a></li>
<li><a href="http://www.YOURLINK5"> <img src="http://www.ivyscraps.com/YOURPICTURE5.png" border="0"></></a></li>
<li><a href="http://www.YOURLINK6"> <img src="http://www.YOURPICTURE6.png" border="0"></></a></li>
<li><a href="http://www.YOURLINK7.com"> <img src="http://www.YOURPICTURE7.png" border="0"></></a></li>
<li><a href="http://www.ivyscraps.com/forum/search.php"> Search This Forum</></a></li>
</ul>
</td>
</tr>
</table>
</center>

<hr class="hidden" />

<div id="panel">
{$welcomeblock}
</div>

<hr class="hidden" />
<br class="clear" />
<div id="content">
{$pm_notice}
{$bannedwarning}
{$bbclosedwarning}
{$unreadreports}
<navigation>
<br />
Well done Wink