What's New
Off Topix: Embrace the Unexpected in Every Discussion

Off Topix is a well established general discussion forum that originally opened to the public way back in 2009! We provide a laid back atmosphere and our members are down to earth. We have a ton of content and fresh stuff is constantly being added. We cover all sorts of topics, so there's bound to be something inside to pique your interest. We welcome anyone and everyone to register & become a member of our awesome community.

Moods Information

Status
Not open for further replies.
Ive added a bunch of new moods! There is now over 100 mood options to choose from.
woot.gif
 
Nice, if it isn't to much of a burden I think it would be awesome to have the images in the drop down menu. That way I can see what the faces would look like instead of simply clicking through them one by one.
 
I think I would rather the moods dropping down Nebulous if I have to be honest. Also great work on adding more moods
smile.png
 
I think Ive heard enough voices. The images show in the drop down menu instead of plain text now.
icon_cool.gif




So it looks like this:

moods1.png




Instead of this:

moods2.png
 
Nebulous said:
There are two places you can set your moods.. One is in the User CP on the front page. Another is below the Quick Reply box.

Nice placements for the moods selection. If you don't mind me asking, how did you get the positioning below the quick reply box? I'm interested because I'm also using this on my forum.



Regards,



Kevin
 
Medora said:
[quote name='Nebulous']There are two places you can set your moods.. One is in the User CP on the front page. Another is below the Quick Reply box.

Nice placements for the moods selection. If you don't mind me asking, how did you get the positioning below the quick reply box? I'm interested because I'm also using this on my forum.



Regards,



Kevin[/quote]



I added the moods code into the SHOWTHREAD template.
 
Sorry, I should have been more specific. I noticed that, when I place the $vmoods code on more than one page, clicking on the mood selection box on the second page I added that code to will redirect me to the first one I added it to. Is there anything you did to avoid that? Also, to remove the My Mood text from the mood selection box below the quick reply, did you simply remove



Code:
			<phrase name=vmoods_my_mood date=1246218580 username=Sniper version=3.8.0001><![CDATA[My Mood]]></phrase>

and then add the text My Mood before $vmoods in the profile?



Regards,



Kevin
 
I did not use the phrase, I just used the actual code...

Input this code into whereever you want it to show up on your templates:



Code:
<style type=text/css id=vmoods_css>

<!--

<if condition=$vboptions['vmoods_li_option'] == 'vmoods_li_image'>

#vmoods_menu div ul.list li{

	height: {$vmood_height}px;

}

</if>

#vmoods_menu div ul.list{

	width: {$vmoods_width}px;

}

-->

</style>



<div id=vmoods_menu_$vboptions[vmoods_icon_set]>



	<a id=vmoods href=index.php?>

		[img]$vboptions[bburl]/vmoods/$vboptions[vmoods_icon_set]/$bbuserinfo[vmood].gif[/img]

	</a>

	<script type=text/javascript> vbmenu_register(vmoods, 1);</script>



</div>
 
Status
Not open for further replies.
Back
Top Bottom