The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Mood Manager - with AJAX mood update. Details »» | |||||||||||||||||||||||||
By http://www.vbulletinexpert.com
UPDATES ON 24/07/2007 1.2.5 ----- - Fixed XSS security issue - Added Banned usergroup option UPDATES ON 15/04/2007 1.2.4 ----- Credits to hambil - https://vborg.vbsupport.ru/member.php?u=57845 for this update - Aligned text and images for a cleaner look - Changed dropdown to contain mood images instead of text, with admin option - Added optional auto replace for postbit and postbit legacy templates UPDATES ON 08/10/2006 1.2.3 ----- - Changed how the dropdown menu looks slighty, better I think. - One of the plugins was left inactive by mistake, now active. which resulted in dead mood images e.g. cross displayed in IE - Fixed a few mood names / images, so are the same. - Added a few NEW mood images, thanks to GlitterKill UPDATES ON 22/09/2006 ~~~~~~~~~~~~~~~~~ 1.2.0 ------ Simply Import the product and make sure you select "allow overwrite" - No Mood option added - User Moods will no longer disaply in postbit if moods are disabled. 1.1.3 ------ - thanks to basilrath for the moods. PLEASE READ THE INSTALL FILE What is It? It allows users to set a personal mood, which can be changed without reloading the page. The moodis displayed in the members profile and postbit. Instructions Incuded in the attached file. Demo Support I can provide better support at www.vbcmspro.com Upgrade My other hack depended on another hack, this does not, so simply undo / delete the other hack. Supporters / CoAuthors Show Your Support
|
Comments |
#462
|
|||
|
|||
Quote:
Code:
<if condition="!empty($userinfo[mood])"> <strong>$vbphrase[my_mood]:</strong> <br /> <img src="images/mood/$userinfo[mood].gif" border="0" /> </if> |
#463
|
|||
|
|||
Quote:
You sure you didn't accidentally put it in one of the form tags? Code:
<fieldset class="fieldset"> <legend><label for="tb_customtext">$vbphrase[my_mood]</label></legend> <table cellpadding="0" cellspacing="$stylevar[formspacer]" border="0" width="100%"> <tr> <td colspan="2">$vbphrase[my_mood_explanation]</td> </tr> <tr> <td>$usermoods</td> </tr> </table> </fieldset> <if condition="$show['birthday_optional']"> I added my own explanation phrase as well, create the following phrase or ad your own phrase: my_mood_explanation |
#464
|
|||
|
|||
how can i place mood image near username in "who online" table? or even better in vbshout shoutbox? i've added <img src="images/mood/$userinfo[mood].gif" border="0" />
but it always show moods/.gif (like no mood) |
#465
|
|||
|
|||
what does this error mean????
Sorry, no XML was passed into this function and the $path variable empty |
#466
|
|||
|
|||
My error was fixed!
Just a little spelling mistake made by the developer. Hehe. No biggie. |
#467
|
||||
|
||||
Has the hack creator thought of making this modification a bit more conforming to web standards? As in, adding the alt text for the mood image shown in the custom template and the post bit template?
Because, while I managed to semi fix this by changing the code in the post bit to this: Code:
<if condition="!empty($post[mood])"> <div> $vbphrase[my_mood]: <img src="images/mood/$post[mood].gif" border="0" alt="user mood" /> </div> </if> |
#468
|
|||
|
|||
Very nice, thanks a lot. Just installed then.
|
#469
|
|||
|
|||
Also, make sure you fix the actual image name in you zip, anyone that has already installed it needs to do the same.
|
#470
|
|||
|
|||
eek, i did the same thing except i mispelt something so i have no image and i can't change it. What do i do? Do i have to uninstall, reinstall?
edit: Ah figured it out: i renamed the image to how i had it mispelt, changed my mood, changed the spelling back. |
#471
|
|||
|
|||
I'm running 3.6.7 and CMPS 2.2.1.
Installed it , worked fine in the main forums but when I try to change my mood on the main page CMPS the only option I have is NO MOOD. What's up with that? |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|