Quote:
Originally Posted by tidefans
Still getting this error... below is what my vmoods template shows:
Code:
<style type="text/css" id="vmoods_css">
<!--
$vboptions[vmoods_css]
-->
</style>
<div id="vmoods-container"><p class="smallfont">$vbphrase[vmoods_my_mood]</p>
<a href="#" id="vmoods">
<img id="vmoods-mine" src="$vboptions[vmoods_images_path]/$bbuserinfo[vmood].gif" border="0" alt="$bbuserinfo[vmood]" title="$bbuserinfo[vmood]"<if condition="$bbuserinfo[vmood] == 'none'"> style="display:none;"</if> />
<span id="vmoods-none"<if condition="$bbuserinfo[vmood] != 'none'">style="display:none;"</if>>$vbphrase[vmoods_change_my_mood]</span>
<script type="text/javascript"> vbmenu_register("vmoods", 1); </script>
</a>
</div>
|
I've played around with this too but I haven't been able to avoid the issue of the "red X" for users who haven't set their mood. This has been true since the release of the latest version. It didn't seem to happen with the previous release.