Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.5 > vBulletin 3.5 Add-ons
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Quick Mood Changer - addon Details »»
Quick Mood Changer - addon
Version: 1.2, by -=Sniper=- -=Sniper=- is offline
Developer Last Online: Dec 2013 Show Printable Version Email this Page

Version: 3.5.3 Rating:
Released: 12-04-2005 Last Update: 07-23-2007 Installs: 108
Uses Plugins Template Edits
 
No support by the author.


############################################
##############--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

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #72  
Old 12-16-2005, 02:06 PM
Bounce's Avatar
Bounce Bounce is offline
 
Join Date: Mar 2004
Location: Edinburgh,Scotland
Posts: 919
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Rickie3
they are in the upgrade zip over here
https://vborg.vbsupport.ru/showthrea...threadid=98636
thanks

yip you just add them to the text in this installer.
I'm in the process of making more images such as "In Chat" ,"Offline","On the phone" lol and a few others :nervous:

I'll post them here when i'm done in case anyone wants to use them
Reply With Quote
  #73  
Old 12-17-2005, 08:39 PM
Firestar.chkn Firestar.chkn is offline
 
Join Date: Aug 2005
Posts: 100
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks for a great hack.

Just a question to the person who added the code for the postbit mood changer? How can you change that code to only show on a post if that post is your own? Basically, I just want the command to compare the currentlt logged on user to the user who made the post. Can anyone tell me the code for that?

Thanks
Firestar.
Reply With Quote
  #74  
Old 12-24-2005, 04:50 AM
Paprika Paprika is offline
 
Join Date: Jul 2003
Location: Ohio
Posts: 50
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

This was a nice idea and all but what I'm trippin on is how I followed the directions given and ended up REMOVING some of the original moods.

For example, I had the mood depressed after installing the original Mod. Now I followed the directions for this add-on, and didn't notice till the end that his "updated mood list" actually lacked some of those moods which were valueble to my board. Now i have to roll back this installation, and make it do what I need it to do. Ugh!

I appreciate the effort but is it me or should you have just menitoned that some of the moods were removed??
Reply With Quote
  #75  
Old 12-24-2005, 07:11 AM
-=Sniper=- -=Sniper=- is offline
 
Join Date: May 2002
Posts: 605
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

to add the missing moods, all you need to do is add the additional moods to the moods field, and then copy paste of the moods in the template edit, changing the required text.

easy as 1-2-3.

merry xmas. Will update in the new year...
Reply With Quote
  #76  
Old 12-24-2005, 09:13 AM
eNforce's Avatar
eNforce eNforce is offline
 
Join Date: Aug 2004
Location: Canada, AB
Posts: 341
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Here's an updated list with all the new moods I think...

Code:
<br />
My Mood: 
<!-- / dropdown mood select by sniper -->
<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="No Mood" <if condition="$bbuserinfo['fieldXX'] == 'No Mood'">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="Apprehensive" <if condition="$bbuserinfo['fieldXX'] == 'Apprehensive'">selected</if>>Apprehensive</option>
			<option value="Approved" <if condition="$bbuserinfo['fieldXX'] == 'Approved'">selected</if>>Approved</option>
			<option value="Asleep" <if condition="$bbuserinfo['fieldXX'] == 'Asleep'">selected</if>>Asleep</option>
			<option value="Bashful" <if condition="$bbuserinfo['fieldXX'] == 'Bashful'">selected</if>>Bashful</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="Bookworm" <if condition="$bbuserinfo['fieldXX'] == 'Bookworm'">selected</if>>Bookworm</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="Chatty" <if condition="$bbuserinfo['fieldXX'] == 'Chatty'">selected</if>>Chatty</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="Cloud_9" <if condition="$bbuserinfo['fieldXX'] == 'Cloud_9'">selected</if>>Cloud_9</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="Crappy" <if condition="$bbuserinfo['fieldXX'] == 'Crappy'">selected</if>>Crappy</option>
			<option value="Cynical" <if condition="$bbuserinfo['fieldXX'] == 'Cynical'">selected</if>>Cynical</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="Depressed" <if condition="$bbuserinfo['fieldXX'] == 'Depressed'">selected</if>>Depressed</option>
			<option value="Devilish" <if condition="$bbuserinfo['fieldXX'] == 'Devilish'">selected</if>>Devilish</option>
			<option value="Disapprove" <if condition="$bbuserinfo['fieldXX'] == 'Disapprove'">selected</if>>Disapprove</option>
			<option value="Doh" <if condition="$bbuserinfo['fieldXX'] == 'Doh'">selected</if>>Doh</option>
			<option value="Doubtful" <if condition="$bbuserinfo['fieldXX'] == 'Doubtful'">selected</if>>Doubtful</option>
			<option value="Drunk" <if condition="$bbuserinfo['fieldXX'] == 'Drunk'">selected</if>>Drunk</option>
			<option value="Dunce" <if condition="$bbuserinfo['fieldXX'] == 'Dunce'">selected</if>>Dunce</option>
			<option value="Fine" <if condition="$bbuserinfo['fieldXX'] == 'Fine'">selected</if>>Fine</option>
			<option value="Flirty" <if condition="$bbuserinfo['fieldXX'] == 'Flirty'">selected</if>>Flirty</option>
			<option value="FootMouth" <if condition="$bbuserinfo['fieldXX'] == 'FootMouth'">selected</if>>FootMouth</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="Hacker" <if condition="$bbuserinfo['fieldXX'] == 'Hacker'">selected</if>>Hacker</option>
			<option value="HaHa" <if condition="$bbuserinfo['fieldXX'] == 'HaHa'">selected</if>>HaHa</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="Hotflash" <if condition="$bbuserinfo['fieldXX'] == 'Hotflash'">selected</if>>Hotflash</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="Love" <if condition="$bbuserinfo['fieldXX'] == 'Love'">selected</if>>Love</option>
			<option value="Lurking" <if condition="$bbuserinfo['fieldXX'] == 'Lurking'">selected</if>>Lurking</option>
			<option value="Mad" <if condition="$bbuserinfo['fieldXX'] == 'Mad'">selected</if>>Mad</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="Sassy" <if condition="$bbuserinfo['fieldXX'] == 'Sassy'">selected</if>>Sassy</option>
			<option value="Scared" <if condition="$bbuserinfo['fieldXX'] == 'Scared'">selected</if>>Scared</option>
			<option value="Shh" <if condition="$bbuserinfo['fieldXX'] == 'Shh'">selected</if>>Shh</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="Sleepy" <if condition="$bbuserinfo['fieldXX'] == 'Sleepy'">selected</if>>Sleepy</option>
			<option value="Sneaky" <if condition="$bbuserinfo['fieldXX'] == 'Sneaky'">selected</if>>Sneaky</option>
			<option value="Starving" <if condition="$bbuserinfo['fieldXX'] == 'Starving'">selected</if>>Starving</option>
			<option value="Sunshine" <if condition="$bbuserinfo['fieldXX'] == 'Sunshine'">selected</if>>Sunshine</option>
			<option value="Suspicious" <if condition="$bbuserinfo['fieldXX'] == 'Suspicious'">selected</if>>Suspicious</option>
			<option value="Tell" <if condition="$bbuserinfo['fieldXX'] == 'Tell'">selected</if>>Tell</option>
			<option value="Tired" <if condition="$bbuserinfo['fieldXX'] == 'Tired'">selected</if>>Tired</option>
			<option value="Tolerant" <if condition="$bbuserinfo['fieldXX'] == 'Tolerant'">selected</if>>Tolerant</option>
			<option value="Torn" <if condition="$bbuserinfo['fieldXX'] == 'Torn'">selected</if>>Torn</option>
			<option value="Twisted" <if condition="$bbuserinfo['fieldXX'] == 'Twisted'">selected</if>>Twisted</option>
			 <option value="Vilified" <if condition="$bbuserinfo['fieldXX'] == 'Vilified'">selected</if>>Vilified</option>
			 <option value="Where" <if condition="$bbuserinfo['fieldXX'] == 'Where'">selected</if>>Where</option>
			 <option value="Woot" <if condition="$bbuserinfo['fieldXX'] == 'Woot'">selected</if>>Woot</option>
			 <option value="Yeehaw" <if condition="$bbuserinfo['fieldXX'] == 'Yeehaw'">selected</if>>Yeehaw</option>
		</select>
	</form>
<!-- / dropdown mood select by sniper -->
Reply With Quote
  #77  
Old 12-24-2005, 01:40 PM
kofoid kofoid is offline
 
Join Date: Dec 2005
Location: Colorado
Posts: 291
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I have ONE user out of 100 who can't see their mood - any ideas?
Reply With Quote
  #78  
Old 12-24-2005, 03:56 PM
-=Sniper=- -=Sniper=- is offline
 
Join Date: May 2002
Posts: 605
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

tell them to clear their browser cache, it might fix the problem. I don't see why it won't show just for one user.
Reply With Quote
  #79  
Old 12-24-2005, 04:54 PM
kofoid kofoid is offline
 
Join Date: Dec 2005
Location: Colorado
Posts: 291
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

yeah - weird, eh?? :-) I will try that out and report back
Reply With Quote
  #80  
Old 12-31-2005, 03:22 PM
apollooooooo apollooooooo is offline
 
Join Date: Nov 2005
Posts: 43
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hello Great Hack but i am confused

I have Followed your Instrustions step by step but when i select to change my mood it reloads tha page and my mood changes back to No mood also no we Image appers at all can you help me
Reply With Quote
  #81  
Old 12-31-2005, 03:40 PM
apollooooooo apollooooooo is offline
 
Join Date: Nov 2005
Posts: 43
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Atcuall i have got it to sat on the mood i selsect i forgot to change something opps but were dose the graphic apper ussure sorry i am a bit of an noob
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 12:13 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.04602 seconds
  • Memory Usage 2,345KB
  • Queries Executed 25 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)bbcode_code
  • (1)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete