Quote:
Originally Posted by Xiris
I love the theme, however on the footer area with the big blue gradient image, the theme selector has disapeared. Any clue how to fix that?
Also could anybody tell me how the curved edges are done?
Thanks!
|
i am currently at work so dont have full access to my admin panel but you could try this: remember i am not a coder so make sure you back up and if i have it wrong then sorry but just trying to help as this is what i did
in the footer template you need to add the following code:
Code:
<if condition="$show['quickchooser']">
<td class="tfoot">
<select name="styleid" onchange="switch_id(this, 'style')">
<optgroup label="$vbphrase[quick_style_chooser]">
$quickchooserbits
</optgroup>
</select>
</td>
</if>
some where underneath:
Code:
<form action="$vboptions[forumhome].php" method="get">
<table cellpadding="$stylevar[cellpadding]" cellspacing="0" border="0" width="$stylevar[outertablewidth]" class="page" align="center">
<tr>
depends what else you have added to the footer mine has had many changes made so the above location might not be the same for your site but if you backup and then post the first code sample you should be able to work out the correct place to put the code
o and remember to switch the option on in the options settings i forgot to do this at first and pulled out a few hairs as to why it was not working lol