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

Reply
 
Thread Tools
vMoods aka Mood Manager (AJAX) Details »»
vMoods aka Mood Manager (AJAX)
Version: 4.1.0004, by -=Sniper=- -=Sniper=- is offline
Developer Last Online: Dec 2013 Show Printable Version Email this Page

Category: Profile Enhancements - Version: 4.0.x Rating:
Released: 01-16-2010 Last Update: 01-23-2010 Installs: 568
DB Changes Uses Plugins Template Edits Auto-Templates
Additional Files Translations Is in Beta Stage  
No support by the author.

vMoods by Luqman Amjad
http://twitter.com/luqmanamjad


I no longer work with vBulletin, therefore will no longer work on vMoods! someone else can takeover...


Online Readme, Version History and Screenshots
- - - - - - - - - -
http://luqmanamjad.com/vmoods4/

Please report any bugs! I'd welcome any feature suggestions!











Download Now

File Type: zip vmoods 4.1.0004.zip (828.6 KB, 4564 views)

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.
Благодарность от:
mohammadxxx

Comments
  #62  
Old 01-18-2010, 09:06 PM
-=Sniper=- -=Sniper=- is offline
 
Join Date: May 2002
Posts: 605
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by SpongeBob71 View Post
I upgraded as well and I don't have words or pictures....I edited the styles.css as specified but it shows up empty.


I just wanted you to know.



Thanks,


Sponge
if you can't see the text it looks like its working fine! missing images suggest you need to use the full url for each mood


so use something like (you need to do this for every mood)

HTML Code:
#vmoods li.Devilish a{background-image: url("http://www.google.com/vmoods/classic_72x15/Devilish.gif");}
Reply With Quote
  #63  
Old 01-18-2010, 09:09 PM
Charlie98902 Charlie98902 is offline
 
Join Date: Dec 2006
Posts: 1,156
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

So adding :

Code:
#vmoods .Bashful {background-image: url("vmoods/classic_72x15/Bashful.gif")}
Will show images to all moods or should it be:

Code:
#vmoods .Bashful {background-image: url("vmoods/classic_72x15")}
?? I just don't understand how the bashful.gif shows all the moods in the drop down instead of text?
Reply With Quote
  #64  
Old 01-18-2010, 09:12 PM
-=Sniper=- -=Sniper=- is offline
 
Join Date: May 2002
Posts: 605
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Charlie98902 View Post
So adding :

Code:
#vmoods .Bashful {background-image: url("vmoods/classic_72x15/Bashful.gif")}
Will show images to all moods or should it be:

Code:
#vmoods .Bashful {background-image: url("vmoods/classic_72x15")}
?? I just don't understand how the bashful.gif shows all the moods in the drop down instead of text?
not quite right, you need use the newly updated style.css which looks quite different

e.g.
HTML Code:
#vmoods li.Amused a{background-image: url("/vmoods/classic_72x15/Amused.gif");}
#vmoods li.Angelic a{background-image: url("/vmoods/classic_72x15/Angelic.gif");}
#vmoods li.Angry a{background-image: url("/vmoods/classic_72x15/Angry.gif");}
#vmoods li.Asleep a{background-image: url("/vmoods/classic_72x15/Asleep.gif");}
#vmoods li.Bashful a{background-image: url("/vmoods/classic_72x15/Bashful.gif");}
#vmoods li.+++++y a{background-image: url("/vmoods/classic_72x15/+++++y.gif");}
#vmoods li.Blah a{background-image: url("/vmoods/classic_72x15/Blah.gif");}
#vmoods li.Bored a{background-image: url("/vmoods/classic_72x15/Bored.gif");}
#vmoods li.Breezy a{background-image: url("/vmoods/classic_72x15/Breezy.gif");}
#vmoods li.Brooding a{background-image: url("/vmoods/classic_72x15/Brooding.gif");}
#vmoods li.Busy a{background-image: url("/vmoods/classic_72x15/Busy.gif");}
#vmoods li.Buzzed a{background-image: url("/vmoods/classic_72x15/Buzzed.gif");}
#vmoods li.Chatty a{background-image: url("/vmoods/classic_72x15/Chatty.gif");}
#vmoods li.Cheeky a{background-image: url("/vmoods/classic_72x15/Cheeky.gif");}
#vmoods li.Cheerful a{background-image: url("/vmoods/classic_72x15/Cheerful.gif");}
#vmoods li.Cold a{background-image: url("/vmoods/classic_72x15/Cold.gif");}
#vmoods li.Confused a{background-image: url("/vmoods/classic_72x15/Confused.gif");}
#vmoods li.Cool a{background-image: url("/vmoods/classic_72x15/Cool.gif");}
for each mood you need to prefix it with the full url for each mood.

e.g.

HTML Code:
#vmoods li.Amused a{background-image: url("http://www.forum.com/vmoods/classic_72x15/Amused.gif");}
#vmoods li.Angelic a{background-image: url("http://www.forum.com/vmoods/classic_72x15/Angelic.gif");}
#vmoods li.Angry a{background-image: url("http://www.forum.com/vmoods/classic_72x15/Angry.gif");}
#vmoods li.Asleep a{background-image: url("http://www.forum.com/vmoods/classic_72x15/Asleep.gif");}
Reply With Quote
  #65  
Old 01-18-2010, 09:14 PM
TimberFloorAu's Avatar
TimberFloorAu TimberFloorAu is offline
 
Join Date: May 2008
Location: Brisbane
Posts: 2,264
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

SNIPER you are a STAR yet again, will download ASAP
Reply With Quote
  #66  
Old 01-18-2010, 09:47 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 Phoenixgal View Post
INSTALLED BUT when I click on the drop down menu and select my mood it takes me to the main page and doesn't choose my mood.
same problem here.

edit: its a conflict with vb4 supercharged..

https://vborg.vbsupport.ru/showthread.php?t=229608

I disabled supercharge and moods now change.
Reply With Quote
  #67  
Old 01-18-2010, 10:00 PM
Charlie98902 Charlie98902 is offline
 
Join Date: Dec 2006
Posts: 1,156
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Okay now I use this in the additional.css it is blank and nothing in it. The first 3 are just text? The rest have 3 images one right next to the other. Any idea what's wrong?

Code:
#vmoods li.Angelic a{background-image: url("http://www.dvdnextcopysupportforum.com/vmoods/classic_72x15/Angelic.gif");}
#vmoods li.Angry a{background-image: url("http://www.dvdnextcopysupportforum.com/vmoods/classic_72x15/Angry.gif");}
#vmoods li.Asleep a{background-image: url("http://www.dvdnextcopysupportforum.com/vmoods/classic_72x15/Asleep.gif");}
#vmoods li.Bashful a{background-image: url("http://www.dvdnextcopysupportforum.com/vmoods/classic_72x15/Bashful.gif");}
#vmoods li.+++++y a{background-image: url("http://www.dvdnextcopysupportforum.com/vmoods/classic_72x15/+++++y.gif");}
#vmoods li.Blah a{background-image: url("http://www.dvdnextcopysupportforum.com/vmoods/classic_72x15/Blah.gif");}
#vmoods li.Bored a{background-image: url("http://www.dvdnextcopysupportforum.com/vmoods/classic_72x15/Bored.gif");}
#vmoods li.Breezy a{background-image: url("http://www.dvdnextcopysupportforum.com/vmoods/classic_72x15/Breezy.gif");}
#vmoods li.Brooding a{background-image: url("http://www.dvdnextcopysupportforum.com/vmoods/classic_72x15/Brooding.gif");}
#vmoods li.Busy a{background-image: url("http://www.dvdnextcopysupportforum.com/vmoods/classic_72x15/Busy.gif");}
#vmoods li.Buzzed a{background-image: url("http://www.dvdnextcopysupportforum.com/vmoods/classic_72x15/Buzzed.gif");}
#vmoods li.Chatty a{background-image: url("http://www.dvdnextcopysupportforum.com/vmoods/classic_72x15/Chatty.gif");}
#vmoods li.Cheeky a{background-image: url("http://www.dvdnextcopysupportforum.com/vmoods/classic_72x15/Cheeky.gif");}
#vmoods li.Cheerful a{background-image: url("http://www.dvdnextcopysupportforum.com/vmoods/classic_72x15/Cheerful.gif");}
#vmoods li.Cold a{background-image: url("http://www.dvdnextcopysupportforum.com/vmoods/classic_72x15/Cold.gif");}
#vmoods li.Confused a{background-image: url("http://www.dvdnextcopysupportforum.com/vmoods/classic_72x15/Confused.gif");}
#vmoods li.Cool a{background-image: url("http://www.dvdnextcopysupportforum.com/vmoods/classic_72x15/Cool.gif");}
#vmoods li.Crappy a{background-image: url("http://www.dvdnextcopysupportforum.com/vmoods/classic_72x15/Amused.gif");}
#vmoods li.Cynical a{background-image: url("http://www.dvdnextcopysupportforum.com/vmoods/classic_72x15/Cynical.gif");}
#vmoods li.Daring a{background-image: url("http://www.dvdnextcopysupportforum.com/vmoods/classic_72x15/Daring.gif");}
#vmoods li.Dead a{background-image: url("http://www.dvdnextcopysupportforum.com/vmoods/classic_72x15/Dead.gif");}
#vmoods li.Devilish a{background-image: url("http://www.dvdnextcopysupportforum.com/vmoods/classic_72x15/Devilish.gif");}
#vmoods li.Doh a{background-image: url("http://www.dvdnextcopysupportforum.com/vmoods/classic_72x15/Doh.gif");}
#vmoods li.Doubtful a{background-image: url("http://www.dvdnextcopysupportforum.com/vmoods/classic_72x15/Doubtful.gif");}
#vmoods li.Drunk a{background-image: url("http://www.dvdnextcopysupportforum.com/vmoods/classic_72x15/Drunk.gif");}
#vmoods li.Fine a{background-image: url("http://www.dvdnextcopysupportforum.com/vmoods/classic_72x15/Fine.gif");}
#vmoods li.Flirty a{background-image: url("http://www.dvdnextcopysupportforum.com/vmoods/classic_72x15/Flirty.gif");}
#vmoods li.Goofy a{background-image: url("http://www.dvdnextcopysupportforum.com/vmoods/classic_72x15/Goofy.gif");}
#vmoods li.Grumpy a{background-image: url("http://www.dvdnextcopysupportforum.com/vmoods/classic_72x15/Grumpy.gif");}
#vmoods li.Happy a{background-image: url("http://www.dvdnextcopysupportforum.com/vmoods/classic_72x15/Happy.gif");}
#vmoods li.Hot a{background-image: url("http://www.dvdnextcopysupportforum.com/vmoods/classic_72x15/Hot.gif");}
#vmoods li.Hungover a{background-image: url("http://www.dvdnextcopysupportforum.com/vmoods/classic_72x15/Hungover.gif");}
#vmoods li.In Love a{background-image: url("http://www.dvdnextcopysupportforum.com/vmoods/classic_72x15/In Love.gif");}
#vmoods li.Innocent a{background-image: url("http://www.dvdnextcopysupportforum.com/vmoods/classic_72x15/Innocent.gif");}
#vmoods li.Inspired a{background-image: url("http://www.dvdnextcopysupportforum.com/vmoods/classic_72x15/Inspired.gif");}
#vmoods li.Lonely a{background-image: url("http://www.dvdnextcopysupportforum.com/vmoods/classic_72x15/Lonely.gif");}
#vmoods li.Lurking a{background-image: url("http://www.dvdnextcopysupportforum.com/vmoods/classic_72x15/Lurking.gif");}
#vmoods li.Mellow a{background-image: url("http://www.dvdnextcopysupportforum.com/vmoods/classic_72x15/Mellow.gif");}
#vmoods li.Paranoid a{background-image: url("http://www.dvdnextcopysupportforum.com/vmoods/classic_72x15/Paranoid.gif");}
#vmoods li.Pensive a{background-image: url("http://www.dvdnextcopysupportforum.com/vmoods/classic_72x15/Pensive.gif");}
#vmoods li.Psychedelic a{background-image: url("http://www.dvdnextcopysupportforum.com/vmoods/classic_72x15/Psychedelic.gif");}
#vmoods li.Relaxed a{background-image: url("http://www.dvdnextcopysupportforum.com/vmoods/classic_72x15/Relaxed.gif");}
#vmoods li.Sad a{background-image: url("http://www.dvdnextcopysupportforum.com/vmoods/classic_72x15/Sad.gif");}
#vmoods li.Scared a{background-image: url("http://www.dvdnextcopysupportforum.com/vmoods/classic_72x15/Scared.gif");}
#vmoods li.Shocked a{background-image: url("http://www.dvdnextcopysupportforum.com/vmoods/classic_72x15/Shocked.gif");}
#vmoods li.Sick a{background-image: url("http://www.dvdnextcopysupportforum.com/vmoods/classic_72x15/Sick.gif");}
#vmoods li.Sleepy a{background-image: url("http://www.dvdnextcopysupportforum.com/vmoods/classic_72x15/Sleepy .gif");}
#vmoods li.Sneaky a{background-image: url("http://www.dvdnextcopysupportforum.com/vmoods/classic_72x15/Sneaky.gif");}
#vmoods li.Stressed a{background-image: url("http://www.dvdnextcopysupportforum.com/vmoods/classic_72x15/Stressed.gif");}
#vmoods li.Tired a{background-image: url("http://www.dvdnextcopysupportforum.com/vmoods/classic_72x15/Tired.gif");}
#vmoods li.Twisted a{background-image: url("http://www.dvdnextcopysupportforum.com/vmoods/classic_72x15/Twisted.gif");}
#vmoods li.Worried a{background-image: url("http://www.dvdnextcopysupportforum.com/vmoods/classic_72x15/Worried.gif");}
#vmoods li.Yeehaw a{background-image: url("http://www.dvdnextcopysupportforum.com/vmoods/classic_72x15/Yeehaw.gif");}
Reply With Quote
  #68  
Old 01-18-2010, 10:48 PM
acco acco is offline
 
Join Date: Nov 2005
Posts: 41
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

working fine, just had to edit the css with the full forum path.
Code:
http://www.blar.com/forum/vmoods/bla blar.gif
Thanks..
Reply With Quote
  #69  
Old 01-19-2010, 12:55 AM
garretbyrne garretbyrne is offline
 
Join Date: Nov 2009
Location: Ireland
Posts: 111
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hi I've installed this and my members are quickly loving it.. I have an issue though, in my drop down menu the image shows three times for each mood. I've attached an image to explain what I mean...

Cheers
Attached Images
File Type: jpg issue.jpg (92.8 KB, 0 views)
Reply With Quote
  #70  
Old 01-19-2010, 03:29 AM
Snug Snug is offline
 
Join Date: Aug 2009
Posts: 63
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

i took off the /* and */ tags and even put in the full path, and still not getting them to show up
Reply With Quote
  #71  
Old 01-19-2010, 05:23 AM
Juggernaut Juggernaut is offline
 
Join Date: Dec 2009
Location: California
Posts: 589
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

These are great
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 02:48 AM.


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.08026 seconds
  • Memory Usage 2,362KB
  • Queries Executed 26 (?)
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
  • (6)bbcode_code
  • (3)bbcode_html
  • (3)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (1)post_thanks_box_bit
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)post_thanks_postbit
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (2)postbit_attachment
  • (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
  • fetch_musername
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • post_thanks_function_fetch_thanks_bit_start
  • post_thanks_function_show_thanks_date_start
  • post_thanks_function_show_thanks_date_end
  • post_thanks_function_fetch_thanks_bit_end
  • post_thanks_function_fetch_post_thanks_template_start
  • post_thanks_function_fetch_post_thanks_template_end
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_attachment
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete