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 |
#712
|
||||
|
||||
Hey KW802, it doesn't look like your moods are showing in a post's postbit, at least I can't seem them as guest. I see "My Mood:" but nothing else... just to let you know..
|
#713
|
||||
|
||||
Quote:
[high]* KW802 rushes off, will be back.[/high] EDIT: Fixed and XML file refreshed above. |
#714
|
|||
|
|||
has anyone added more moods?
|
#715
|
|||
|
|||
The good module, but is not greater problems with its use. At me a forum for the Russian-speaking users, therefore not many know English. The problem is those: It is impossible to put Russian names in a choice of mood as the module takes them in a consequence from a server (figures). I shall be very grateful, for the help.
|
#716
|
||||
|
||||
Check out these:
https://vborg.vbsupport.ru/showthread.php?t=161410 and these: https://vborg.vbsupport.ru/showthread.php?t=129645 |
#717
|
||||
|
||||
Quote:
I would like to request moderators to add these 2 links in this mod instructions. So users won't ask for more moods in all replies and don't have to find same in all posts. |
#718
|
|||
|
|||
I would like to disable the mood display in specific forums and I have done so with template conditionals.
Better would be to offer this choice in the admin control vBoptions mood manager, much like the "post thank you" hack does and the same way you did it with the banned user groups. Any ForumID you place here will not show the hack. Enter a list of forumID numbers, separated by a | (for example: 1|2|3). |
#719
|
|||
|
|||
Yeh my site has added a new mood,Not sure how though !
|
#720
|
|||
|
|||
[Mood Manager] - Disable Mood In Postbit
How do I convert this template code: Code:
<if condition="!empty($post[mood])AND !in_array($GLOBALS[forumid], array(18,24))"> Code:
global $vbulletin, $onceonly;
if ($this->registry->options['moodmanageronoff'] == 0)
{
$this->post['mood'] = NULL;
}
else if ($vbulletin->options['moodmanagerpostbit'])
{
if (!isset($onceonly))
{
$find = "";
if (strpos($this->templatename, "legacy") === false)
{
$find = '<div>
$vbphrase[posts]: $post[posts]
</div>';
}
else
{
$find = '<div>
$vbphrase[posts]: $post[posts]
</div>';
}
$addafter = '
".(!empty($post[mood]) ? ("
<div>
<span style=\\"vertical-align: middle;\\">$vbphrase[my_mood]:</span> <img style=\\"vertical-align: middle;\\" src=\\"images/mood/$post[mood].gif\\" border=\\"0\\" />
</div>
") : (""))."';
$vbulletin->templatecache[$this->templatename] = str_replace($find, $find . $addafter, $vbulletin->templatecache[$this->templatename]);
$onceonly = true;
}
}
|
#721
|
||||
|
||||
thanks for the updated xml kevin
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|