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 |
#162
|
|||
|
|||
Old mod was removed completely a while back...
|
#163
|
||||
|
||||
First of all.. Thanks for the hack.. My users love it.. I have been using it for awhile.
Second.. I have one problem but its minor. When a new user signs up, they are defaulted to Aggressive as their mood.. I dont have a No Mood option. I do have it set to Yes, Including a Blank option.. Am I doing somethin wrong? Thanks again |
#164
|
||||
|
||||
Thanks for the time to put together this great hack ~ I'm new at this and I did successfully complete the first part to this hack. Basically, I was given the great mood images and the code to replace under the other as instructed.
On the second part of installaton, I was given more moods as well as names to edit and I did with no problem. Now here's where I run into a great misunderstanding. I see that you state this: Quote:
Could someone please explain? I thought perhaps that this would take care of the one that was deleted, but I see that I can't go any further without the initial hack that you're referring to. Please direct me to that download ~ Thanks in advance ~ |
#165
|
||||
|
||||
Can someone please hellp me?
|
#166
|
||||
|
||||
OMG...sorry!!!!! What a dork I am JEEEEEEEEESh!!
|
#167
|
||||
|
||||
would it be possible to to have this centered at the bottom of a signature? and how would i do that lol
|
#168
|
||||
|
||||
Personally I think someone should do what I did for my 3.0.7 board. Put it in the postbit legacy. So easy for users to change their mood as they are writing their posts.
|
#169
|
||||
|
||||
Quote:
Why would it be doing this? |
#170
|
|||
|
|||
PM me admin access to your forums, so I can check it if you want.
have you deleted the old plugin? |
#171
|
||||
|
||||
ok fixed.
Find: Code:
$post[iplogged] Code:
<!-- / dropdown mood select by sniper start --> <form action="usercp.php" method="post" id="moodform"> <input type="hidden" name="s" value="$session[sessionhash]" /> <input type="hidden" name="do" value="newmood" /> <select name="mood" onchange="this.form.submit();"> <option value="" <if condition="empty($bbuserinfo[FIELDXX])">selected</if>></option> $show[qmcmood] </select> </form> <!-- / dropdown mood select by sniper end --> Hook Location : usercp_complete click EDIT and change Code:
eval(print_standard_redirect('qmc_mood_swing', true, true)); Code:
eval(print_standard_redirect('redirect_updatethanks')); |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|