somehow need this fixed please..vmood

nizmo

New Member
hello guys i need this fixed somehow please help..

as in this pic you can see that my vmood is working ..
10xrkwp.gif


but when i select this other theme it like not showing up my vmood
3dai1.gif


in all other themes its working, and i had uploaded the xml file properly but problem is in just one theme ..do i need to edit something in the template ?
 
According to Vmood FAQ:
- How can I change the location of the mood in the postbit?

disable the auto edit in the Admin CP, now you will have access to

$vmood_postbit

place that anywhere you want in the postbit templates (well the location where you want the mood to show)

...but that didn't work for me for some reason so i did it that way:
edit the style template (postbit or postbit_legacy). Find some neat place and do this:

PHP:
<if condition="$vboptions['vmoods_active'] AND $post['userid'] > 0 AND $post['vmood'] != 'none'">
	
	<div class="info">

		<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>
	
</if>

Just change the div class to some different value, depending on your forum style.
 
I have the moods showing in my header but they only change when in the forums...I can't figure out how to make it change while on the home page (vbadvanced)...Anyone know how to get around this?
 
Back
Top