Quote:
Originally Posted by teenage.vn
@doraj: I tested it on vB 4.0.2 and it work more than perfectly  ...
Btw, a question plz .... : Is it possible for me to add the profile name: Mood before the Mood's icon? ( I mean in the postbit .... )
Thanks for further support.
|
Yes you can if you changed the template 'plus_mood_postbit' to :
HTML Code:
<dl class="userinfo_extra">
<dt style="margin-top:5px;">{vb:rawphrase plus_mood}</dt><dd>
<vb:if condition="$post['userid'] == $bbuserinfo['userid']">
<a href="profile.php?{vb:raw session.sessionurl}do=editmood"><img src="images/images_mood/{vb:raw post.moodimage}{vb:raw vboptions.plus_mood_image_type}" alt="{vb:rawphrase plus_mood_click_to_edit}" /></a>
<vb:else />
<img src="images/images_mood/{vb:raw post.moodimage}{vb:raw vboptions.plus_mood_image_type}" alt="{vb:phrase plus_mood_x_mood_y, {vb:raw post.username}, {vb:raw post.moodtitle}}" />
</vb:if>
</dd></dl>