MyBB Community Forums

Full Version: DarkOrange ported myBB 1.4.4 - Reputation Issue
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Posted this in the thread about the download, think i put it in the wrong place

Hi all, I'm using this theme & love it Big Grin

Only thing is, when rating a user there's no dropdown option. Please see pic....

[Image: th_Capture.png]

Any help would be great :p
Ok, i've fixed it Big Grin

I've used the original (Default) theme template for 'reputation_add'

I added
<table cellpadding="0" cellspacing="0" width="100%">
<tr>
<td><img src="{$theme['imgdir']}/tablesmall/thead_l.png" alt="" /></td>
<td class="thead3"></td>
<td><img src="{$theme['imgdir']}/tablesmall/thead_r.png" alt="" /></td>
</tr>
</table>

to

<br />

----Insert New Code Here----

<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">

Note: This will only work with the DarkOrange theme unless you change the l + r PNG files