The Arcive of vBulletin Modifications Site. |
|
Enhanced vMood Image Code (adds alt and title tags) Details »»
|
|||||||||||||||||||||||||||
|
Enhanced vMood Image Code (adds alt and title tags)
Developer Last Online: Apr 2010
Okay, this mod is very, very simple. Basically, it takes the vMoods images, and adds relevant alt tags and title tags by using the data for what mood is displayed to fill them. Basically, if your mood was happy, the alt text will be happy and the title box once you hover over the image will say 'happy'.
In vmoods_aboutme, find: Code:
<li class="profilefield_category">
<dl class="list_no_decoration profilefield_list">
<dt class="shade">$vbphrase[vmoods_my_mood]</dt>
<dd><img src="$vboptions[vmoods_images_path]/$userinfo[vmood].gif" border="0"/></dd>
</dl>
</li>
Code:
<li class="profilefield_category">
<dl class="list_no_decoration profilefield_list">
<dt class="shade">$vbphrase[vmoods_my_mood]</dt>
<dd><img src="$vboptions[vmoods_images_path]/$userinfo[vmood].gif" border="0" alt="$userinfo[vmood]" title="$userinfo[vmood]" /></dd>
</dl>
</li>
Code:
<div>
<span style="vertical-align: middle;">$vbphrase[vmoods_my_mood] </span>
<img style="vertical-align: middle" src="$vboptions[vmoods_images_path]/$post[vmood].gif" border="0"/>
</div>
Code:
<div>
<span style="vertical-align: middle;">$vbphrase[vmoods_my_mood] </span>
<img style="vertical-align: middle" src="$vboptions[vmoods_images_path]/$post[vmood].gif" border="0" alt="$post[vmood]" title="$post[vmood]" />
</div>
Show Your Support
|
|||||||||||||||||||||||||||
| Comments |
|
#2
|
|||
|
|||
|
I know this may sound stupid but where do i find vmoods_aboutme ?
|
|
#3
|
||||
|
||||
|
It's one of the templates you can edit after installing vmoods.
|
|
#4
|
||||
|
||||
|
Once you install vmoods, the templates mentioned are created and can be edited as shown. If you don't have vmoods, this mod obviously doesn't work without it.
|
|
#5
|
|||
|
|||
|
You have lost me because i have vmoods installed and i dont know the location where to look
|
|
#6
|
||||
|
||||
|
Just got to Styles and Templates, look in the list of templates for your main/other styles and you will see some vmoods ones.
|
|
#7
|
|||
|
|||
|
Thank you I found them
|
|
#8
|
|||
|
|||
|
in my "who's online" page users that don't have a mood set appear as
Quote:
thanks in advance. |
|
#9
|
||||
|
||||
|
Does that happen with the main product anyway? If so, I'll try and get the original mod author to release a fix, or make one myself and release it here soon.
|
|
#10
|
|||
|
|||
|
duplicated ... sorry
|
![]() |
|
|