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 |
#722
|
|||
|
|||
I installed it brand new i never had it before and it shows up and i can set it but when i post it displays 2 TIMES the image one above the other
duplicate any ideas? |
#723
|
|||
|
|||
Quote:
In your case, as with me and several others, the product import worked and you also made the manual edits, so the mood shows up twice. Go back to the unstructions and undo the manual edits. It will work properly then. |
#724
|
|||
|
|||
For W3C compliance, see template quick_mood_change_by_sniper and add an "alt" statement to the end of the image link.
Code:
$vbphrase[my_mood]: <a href="#" id="moods"><if condition="!empty($bbuserinfo[mood])"><img src="http://www.smokstak.com/forum/images/mood/$bbuserinfo[mood].gif" border="0" alt="moody" /> Code:
<div><span style=\\"vertical-align: middle;\\">$vbphrase[my_mood]:</span> <img style=\\"vertical-align: middle;\\" src=\\"images/mood/$post[mood].gif\\" border=\\"0\\" alt=\\"moody\\" /></div> |
#725
|
|||
|
|||
Thanks for the excellent add on!!
|
#726
|
|||
|
|||
Any idea this thing doesn't work for me in 3.6.8
I'm pretty sure I followed all the steps in the txt file but nothing shows on my forum. thx in advance. |
#727
|
|||
|
|||
I too wanted to knw...will this work with 3.6.8
thanks |
#728
|
|||
|
|||
Some says it works in 3.5 but my installation didnt works. Can anyone help me making this hack works? or perhaps telling me is this hack compatible with 3.5.4?
Thanks Code:
Database error in vBulletin 3.5.4: Invalid SQL: ### INSERT QUERY GENERATED BY fetch_query_sql() ### INSERT INTO plugin (`active`, `executionorder`, `title`, `hookname`, `phpcode`, `product`) VALUES ('1', '5', '[Mood Manager] - Ajax Update', 'ajax_start', 'if ($_POST[\'do\'] == \'insertmood\')\r\n{\r\n $vbulletin->input->clean_array_gpc(\'p\', array(\'mood\' => TYPE_NOHTML));\r\n\r\n $usermood =& datamanager_init(\'User\', $vbulletin, ERRTYPE_STANDARD);\r\n $usermood->set_existing($vbulletin->userinfo);\r\n $usermood->set(\'mood\', htmlspecialchars_uni(convert_urlencoded_unicode($vbulletin->GPC[\'mood\'])));\r\n $usermood->save();\r\n $new_mood = convert_urlencoded_unicode($vbulletin->GPC[\'mood\']);\r\n\r\n if ($new_mood)\r\n {\r\n die(\"<img style=\\\"vertical-align: middle;\\\" src=\\\"images/mood/\" . $new_mood. \".gif\\\" border=\\\"0\\\" />\");\r\n }\r\n else\r\n {\r\n die($vbphrase[change_mood]);\r\n }\r\n}', 'moodmanager'); MySQL Error : Unknown column 'executionorder' in 'field list' Error Number : 1054 Date : Thursday, November 22nd 2007 @ 12:42:54 AM Script : http://nyunyu.info/animeproject/admincp/plugin.php Referrer : http://nyunyu.info/animeproject/admincp/plugin.php?do=productadd IP Address : xxx.xxx.xxx.xxx Username : nyunyu Classname : vb_database |
#729
|
|||
|
|||
this is in my header template of hexcell fluid theme.where shld i place this
############## ### Step 4 ### ############## n the navbar template Find ~~~~ $vbphrase[private_messages_nav] Under it Add ~~~~~~~~~~~~ <br />$usermoods |
#730
|
|||
|
|||
Rajdeep, what are you trying to do here? I dont understand...
Can you tell me how to install this hack into 3.5.4? |
#731
|
|||
|
|||
I am interested in this mod, but it appears as though the .zip download is corrupt. Anyone else having this issue?
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|