Quote:
Originally Posted by Max Taxable
That's a easy fix. Find a set of smilies for dark themes, and upload them and point the style to that folder.
That's not a problem with the style, it is a problem with the default smilies which are intended for use with a light background.
|
ohh ok,
Ill look for smilies then
thanks boss
Last question man
with the default style, in order to add a HOME link at the top left of the forum main page, I had to add this code:
Go into the navbar template, and find:
HTML Code:
<if condition="$show['member']">
<td class="vbmenu_control"><a href="usercp.php$session[sessionurl_q]">$vbphrase[user_cp]</a></td>
</if>
Above the if condition, you can add:
HTML Code:
<td class="vbmenu_control"><a href="http://maxgeeks.net/">Home</a></td>
[B]
Now in this style, I cannot find:
<if condition="$show['member']">
<td class="vbmenu_control"><a href="usercp.php$session[sessionurl_q]">$vbphrase[user_cp]</a></td>
</if>
so where shall I place the code?