The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Quick Mood Changer - addon Details »» | |||||||||||||||||||||||||
############################################ ##############--Bought to you by--############### Talk Coding - Programming Forums ##########--Free / Premium vBulletin Solutions--######### ############################################ First you need to have this mod installed, as the moods are from there. https://vborg.vbsupport.ru/showthread.php?p=840285 This will allow the user to change the hack from the top navbar area, under private messages (see attachment). Install instruction in the .zip file! UPDATE 14/02/2006 ~~~~~~~~~~~~~~~~~ - Version 1.2 - Is now installed as a product - Now you can add ***NEW MOODS*** to the dropdown menu from the admincp - No need to edit the plugin for the mood field number, its in the admincp - Added Message "Whats with the mood swing?" when user changes his/her mood UPDATE 03/01/2006 ~~~~~~~~~~~~~~~~~ - Version 1.0 - Updated all the moods I think UPDATE 11/12/2005 ~~~~~~~~~~~~~~~~~ - Version Unknown - Added "No Mood" to mood list - Changed the template coding UPDATE 05/12/2005 ~~~~~~~~~~~~~~~~~ - Version Unknown - Fixed spelling for "cheerful" - Fixed no mood option not working - Changed "In_Love" mood to "In Love" removed the underscore 3.5.0 hIBEES; Ok for those who cant get it to work simply replace the 3.5.0 adminfunctions_template.php with the 3.5.2 version Show Your Support
|
Comments |
#32
|
||||
|
||||
is it possible for either you or the orginal creator to full phrase this? I know the images will be the same, but it'd be a GREAT thing to be able to do in multiple languages.
|
#33
|
|||
|
|||
Well I checked the old PM blinking icon install that I did way back when, but that was from VB 3.0.5, and I never installed it with 3.5
I think that since this is an add on for a mod that is written for 3.5.0, then the add-on should certainly support it. I dont particularly have time to update the system everytime that VB changes a line of code, and I REALLY want this hack to work...oh well, onto another day I suppose. |
#34
|
|||
|
|||
When I try to edit the navbar template I get this error:
Code:
The following error occurred when attempting to evaluate this template: Parse error: parse error, unexpected T_ENCAPSED_AND_WHITESPACE, expecting T_STRING or T_VARIABLE or T_NUM_STRING in /home/*******/public_html/includes/adminfunctions_template.php(3519) : eval()'d code on line 265 This is likely caused by a malformed conditional statement. It is highly recommended that you fix this error before continuing, but you may continue as-is if you wish. |
#35
|
|||
|
|||
I really don't know why it doesnt work correctly in 3.5.0 but it does in 3.5.1 so I suggest upgrading to see it fixes the problem.
|
#36
|
|||
|
|||
Quote:
|
#37
|
|||
|
|||
OPEN postbit/postbit_legacy:
FIND: Code:
<if condition="$show['reputation']"><div><if condition="$show['reppower']">$vbphrase[reppower]: $post[reppower]</if>$post[reputationdisplay]</div></if> <div>$post[icqicon] $post[aimicon] $post[msnicon] $post[yahooicon]</div> </div> Code:
<!-- mood hack display start --> <br /><if condition="$post[fieldX] != ''"><div class="smallfont"> Current Mood: <img src="images/mood/$post[fieldX].gif" title="$post[fieldX]" align="center"> </div></if> <!-- mood hack display end --> Code:
<if condition="$show['reportlink']"><a href="report.php?$session[sessionurl]p=$post[postid]"><img class="inlineimg" src="$stylevar[imgdir_button]/report.gif" alt="$vbphrase[report_bad_post]" border="0" /></a></if> Code:
<br /> My Mood: <!-- / dropdown mood select by sniper --> <if condition="$post[userid] == $bbuserinfo[userid]"> <form action="index.php" method="post" id="moodform"> <input type="hidden" name="s" value="$session[sessionhash]" /> <input type="hidden" name="do" value="newmood" /> <input type="hidden" name="userid" value="$bbuserinfo[userid]" /> <select name="mood" onchange="this.form.submit();"> <option value=" " <if condition="$bbuserinfo[FIELDXX] == ''">selected</if>>No Mood</option> <option value="Aggressive" <if condition="$bbuserinfo[FIELDXX] == Aggressive">selected</if>>Aggressive</option> <option value="Amazed" <if condition="$bbuserinfo[FIELDXX] == Amazed">selected</if>>Amazed</option> <option value="Amused" <if condition="$bbuserinfo[FIELDXX] == Amused">selected</if>>Amused</option> <option value="Angelic" <if condition="$bbuserinfo[FIELDXX] == Angelic">selected</if>>Angelic</option> <option value="Angry" <if condition="$bbuserinfo[FIELDXX] == Angry">selected</if>>Angry</option> <option value="Asleep" <if condition="$bbuserinfo[FIELDXX] == Asleep">selected</if>>Asleep</option> <option value="+++++y" <if condition="$bbuserinfo[FIELDXX] == +++++y">selected</if>>+++++y</option> <option value="Blah" <if condition="$bbuserinfo[FIELDXX] == Blah">selected</if>>Blah</option> <option value="Bored" <if condition="$bbuserinfo[FIELDXX] == Bored">selected</if>>Bored</option> <option value="Breezy" <if condition="$bbuserinfo[FIELDXX] == Breezy">selected</if>>Breezy</option> <option value="Brooding" <if condition="$bbuserinfo[FIELDXX] == Brooding">selected</if>>Brooding</option> <option value="Busy" <if condition="$bbuserinfo[FIELDXX] == Busy">selected</if>>Busy</option> <option value="Buzzed" <if condition="$bbuserinfo[FIELDXX] == Buzzed">selected</if>>Buzzed</option> <option value="Cheeky" <if condition="$bbuserinfo[FIELDXX] == Cheeky">selected</if>>Cheeky</option> <option value="Cheerful" <if condition="$bbuserinfo[FIELDXX] == Cheerful">selected</if>>Cheerful</option> <option value="Cold" <if condition="$bbuserinfo[FIELDXX] == Cold">selected</if>>Cold</option> <option value="Confused" <if condition="$bbuserinfo[FIELDXX] == Confused">selected</if>>Confused</option> <option value="Cool" <if condition="$bbuserinfo[FIELDXX] == Cool">selected</if>>Cool</option> <option value="Daring" <if condition="$bbuserinfo[FIELDXX] == Daring">selected</if>>Daring</option> <option value="Dead" <if condition="$bbuserinfo[FIELDXX] == Dead">selected</if>>Dead</option> <option value="Devilish" <if condition="$bbuserinfo[FIELDXX] == Devilish">selected</if>>Devilish</option> <option value="Fine" <if condition="$bbuserinfo[FIELDXX] == Fine">selected</if>>Fine</option> <option value="Goofy" <if condition="$bbuserinfo[FIELDXX] == Goofy">selected</if>>Goofy</option> <option value="Grumpy" <if condition="$bbuserinfo[FIELDXX] == Grumpy">selected</if>>Grumpy</option> <option value="Happy" <if condition="$bbuserinfo[FIELDXX] == Happy">selected</if>>Happy</option> <option value="Hot" <if condition="$bbuserinfo[FIELDXX] == Hot">selected</if>>Hot</option> <option value="In Love" <if condition="$bbuserinfo[FIELDXX] == 'In Love'">selected</if>>In Love</option> <option value="Innocent" <if condition="$bbuserinfo[FIELDXX] == Innocent">selected</if>>Innocent</option> <option value="Inspired" <if condition="$bbuserinfo[FIELDXX] == Inspired">selected</if>>Inspired</option> <option value="Lonely" <if condition="$bbuserinfo[FIELDXX] == Lonely">selected</if>>Lonely</option> <option value="Lurking" <if condition="$bbuserinfo[FIELDXX] == Lurking">selected</if>>Lurking</option> <option value="Mellow" <if condition="$bbuserinfo[FIELDXX] == Mellow">selected</if>>Mellow</option> <option value="Pensive" <if condition="$bbuserinfo[FIELDXX] == Pensive">selected</if>>Pensive</option> <option value="Psychadelic" <if condition="$bbuserinfo[FIELDXX] == Psychadelic">selected</if>>Psychadelic</option> <option value="Relaxed" <if condition="$bbuserinfo[FIELDXX] == Relaxed">selected</if>>Relaxed</option> <option value="Sad" <if condition="$bbuserinfo[FIELDXX] == Sad">selected</if>>Sad</option> <option value="Scared" <if condition="$bbuserinfo[FIELDXX] == Scared">selected</if>>Scared</option> <option value="Shocked" <if condition="$bbuserinfo[FIELDXX] == Shocked">selected</if>>Shocked</option> <option value="Sick" <if condition="$bbuserinfo[FIELDXX] == Sick">selected</if>>Sick</option> <option value="Sneaky" <if condition="$bbuserinfo[FIELDXX] == Sneaky">selected</if>>Sneaky</option> <option value="Tired" <if condition="$bbuserinfo[FIELDXX] == Tired">selected</if>>Tired</option> </select> </form></if> <!-- / dropdown mood select by sniper --> You will get an error if you're admin. Regular members seem to work fine though. |
#38
|
|||
|
|||
Is the only option to upgrade to 3.5.1?
|
#39
|
||||
|
||||
yea i dont want to have to upgrade to 3.5.1,as my forum is running sweet 3.5.0,there has to be a fix for this problem,as the original mood hack is for 3.5.0,and this add on is 3.5.1
|
#40
|
|||
|
|||
Quote:
The postbit hack doesnt work either. |
#41
|
|||
|
|||
Code:
The following error occurred when attempting to evaluate this template: Parse error: parse error, unexpected T_ENCAPSED_AND_WHITESPACE, expecting T_STRING or T_VARIABLE or T_NUM_STRING in /usr/local/psa/home/vhosts/mallupride.com/httpdocs/forums/includes/adminfunctions_template.php(3519) : eval()'d code on line 163 This is likely caused by a malformed conditional statement. It is highly recommended that you fix this error before continuing, but you may continue as-is if you wish. maybe its not compatible with 3.5.0 and did anyone try the postbit hack for 3.5.0? does it really work? |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|