Quote:
Originally Posted by sunnycher
If I wanted to relocate this option, how would I do that? Like, what if I wanted it in my navigation box? or in the navbar?
DW, how did you do yours? And can you post a link to your site to see it?
TIA!
|
Had mine in the navbar for a while now, and the way we did it was to do this:
find
Code:
<!-- breadcrumb, login, pm info -->
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tr>
and replace with
Code:
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tr>
<td class="tcat" width="100%" height="30px" align="center"><a href="#" onmouseover="ajax_showTooltip('headergen.php',this);return false" onmouseout="ajax_hideTooltip()"><strong> Welcome to the Cornish Server Forums </strong></a> <if condition="$show['quickchooser']">
<select name="styleid" onchange="switch_id(this, 'style')">
<optgroup label="$vbphrase[quick_style_chooser]">
$quickchooserbits
</optgroup>
</select>
</if></td>
</tr>
Have a butchers
HERE