Quote:
Originally Posted by humptyboy
Got a similar problem with the images not showing in the dropdown.
Using VB 4.1.5 PL1 Suite
Default Style
Have set up as follows:
Mod active Yes!
Shelley_93x30 selected
Show images in dropdown (selected and rebuilt styles)
Auto edit navbar (yes selected)
Auto edit postbit (yes selected)
Banned groups (#8 selected)
Pressed Save and went to check it out. No images in dropdown just text. However, the images and mood do appear in the post bit.
Upload to forum root folder vmoods and imported product no problem.
Tried switching between text and images and rebuilt styles each time with no joy.
It's not a major issue, but I think my members would like to see the images.
With thanks.
|
How can display an image instead of text after the selection of mood
Replace the contents of the vmoods template with the following
Code:
<li id="vmoods_list" class="popupmenu">
<a href="javascript://" class="popupctrl">{vb:phrase vmoods_my_mood} <img id="vmoods-mine" src="{vb:raw vboptions.bburl}/vmoods/{vb:raw vboptions.vmoods_icon_set}/{vb:var bbuserinfo.vmood}.gif" /></a>
<ul id="vmoods" class="popupbody popuphover" style="height:125px;overflow:auto;">
<vb:each from="vmoods_list" value="mood">
<li class="{vb:var mood}"><a class="vmood" href="index.php?" title="{vb:var mood}">{vb:var mood}</a></li>
</vb:each>
</ul>
</li>