Hi,
i'm new with vbulletin (noob) and i have a question about de navigation and the search button, if you rollover the button you get a box wher you can select a few links like direct links / new posts , when i click on it it give's a white page same by mark forum .. and when i use search in thru that box it give's also a white (empty) page.
here's my code from my header template:
anyone who can help pls ?
PHP Code:
<!-- begin applied header-->
<div align="center">
<table width="850" border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="#F7F7F7" class="bottom">
<tr>
<td align="left" valign="top" width="21" style="background-image:url($stylevar[imgdir_misc]/applied_ls.gif) "><img src="$stylevar[imgdir_misc]/applied_ls.gif" width="21" alt="" /></td>
<td>
<table width="850" border="0" align="center" cellpadding="0" cellspacing="0" class="border">
<tr>
<td align="center" valign="top">
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td align="left" valign="top" width="226" height="126"><img src="$stylevar[imgdir_misc]/hdr_ls.gif" width="226" height="126" alt="" /></td>
<td align="left" valign="top" width="50%" height="126" style="background-image:url($stylevar[imgdir_misc]/hdr_ls_x.gif)"><img src="$stylevar[imgdir_misc]/hdr_ls_x.gif" width="1" height="126" alt="" /></td>
<td align="left" valign="top" width="253" height="126"><img src="$stylevar[imgdir_misc]/hdr_logo.gif" width="253" height="126" alt="" /></td>
<td align="left" valign="top" width="50%" height="126" style="background-image:url($stylevar[imgdir_misc]/hdr_rs_x.gif)"><img src="$stylevar[imgdir_misc]/hdr_rs_x.jpg" width="1" height="126" alt="" /></td>
<td align="left" valign="top" width="229" height="126"><img src="$stylevar[imgdir_misc]/hdr_rs.gif" width="229" height="126" alt="" /></td>
</tr>
</table>
<table width="100%" style="background-image:url($stylevar[imgdir_misc]/nav_bg.gif)" border="0" cellpadding="0" cellspacing="0">
<tr>
<td align="left" valign="top" height="31"><div align="center">
<table width="50%" align="center" border="0" cellspacing="0" cellpadding="0">
<tr>
<td align="left" valign="top" width="75" height="31"><a href="http://www.cinema4d.be/vb/cmps_index.php"><img src="$stylevar[imgdir_misc]/hdr_nav_home.gif" width="75" height="31" border="0" alt="" /></a></td>
<if condition="$show['registerbutton']">
<td width="96" height="31"><a href="register.php?$session[sessionurl]"><img src="$stylevar[imgdir_misc]/hdr_nav_reg.gif" width="96" height="31" border="0" alt="" /></a></td>
<else />
<td width="87" height="31" id="usercptools"><a href="#usercptools"><img src="$stylevar[imgdir_misc]/hdr_nav_links.gif" width="86" height="31" border="0" alt="" /></a>
<script type="text/javascript"> vbmenu_register("usercptools" ,1); </script></td>
</if>
<td align="left" valign="top" width="65" height="31"><a href="memberlist.php?$session[sessionurl]"><img src="$stylevar[imgdir_misc]/hdr_nav_members.gif" width="64" height="31" border="0" alt="" /></a></td>
<td align="left" valign="top" width="105" height="31"><a href="usercp.php?$session[sessionurl]"><img src="$stylevar[imgdir_misc]/hdr_nav_cp.gif" width="105" height="31" border="0" alt="" /></a></td>
<td align="left" valign="top" width="84" height="31"><a href="calendar.php?$session[sessionurl]"><img src="$stylevar[imgdir_misc]/hdr_nav_calendar.gif" width="84" height="31" border="0" alt="" /></a></td>
<td align="left" valign="top" width="72" height="31" id="navbar_search"><a href="http://www.cinema4d.be/vb/search.php?"><img src="$stylevar[imgdir_misc]/ap_header_search.gif" width="71" height="31" border="0" alt="" /></a> </td>
<td align="left" valign="top" width="67" height="31"><a href="http://www.cinema4d.be/vb/gallery.php"><img src="http://www.cinema4d.be/vb/applied/misc/galerij.gif" width="67" height="31" border="0" alt="" /></a></td>
<td align="left" valign="top" width="89"><a href="http://www.cinema4d.be/vb/forumdisplay.php?f=30"><img src="http://www.cinema4d.be/vb/applied/misc/tutorials.gif" width="89" height="31" border="0"></a></td>
<td align="left" valign="top" width="24"><a href="http://www.cinema4d.be/vb/forumdisplay.php?f=28"><img src="http://www.cinema4d.be/vb/applied/misc/wedstrijden.gif" width="102" height="31" border="0"></a></td>
<td align="left" valign="top" width="24"><a href="http://www.cinema4d.be/vb/index.php?"><img src="http://www.cinema4d.be/vb/applied/misc/forum.gif" width="70" height="31" border="0"></a></td>
</tr>
</table>
</div></td>
</tr>
</table>
<!-- end applied header-->
<!-- begin main inner table area-->
<table border="0" width="100%" cellpadding="10" cellspacing="0" bgcolor="#F7F7F7">
<tr><td>
<table width="100%" border="0" cellpadding="0" cellspacing="0" bgcolor="#EDEDED">
<tr>
<td width="12" align="left" valign="top"><img src="$stylevar[imgdir_misc]/ls_main_table_top.gif" width="12" height="8" alt="" /></td>
<td width="100%" align="left" valign="top"><img src="$stylevar[imgdir_misc]/expand_main_table.gif" width="100%" height="8" alt="" /></td>
<td width="12" align="left" valign="top"><img src="$stylevar[imgdir_misc]/rs_main_table_top.gif" width="12" height="8" alt="" /></td>
</tr>
</table>
<!-- content table -->
<table bgcolor="#f7f7f7" width="100%" cellpadding="0" cellspacing="0" border="0">
<tr>
<td>
$spacer_open
$_phpinclude_output
ps. sorry for my bad english.