vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   Profile Enhancements - vMoods aka Mood Manager (AJAX) (https://vborg.vbsupport.ru/showthread.php?t=233336)

-=Sniper=- 01-18-2010 09:06 PM

Quote:

Originally Posted by SpongeBob71 (Post 1959619)
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");}

Charlie98902 01-18-2010 09:09 PM

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?

-=Sniper=- 01-18-2010 09:12 PM

Quote:

Originally Posted by Charlie98902 (Post 1959628)
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");}


TimberFloorAu 01-18-2010 09:14 PM

SNIPER you are a STAR yet again, will download ASAP

Bounce 01-18-2010 09:47 PM

Quote:

Originally Posted by Phoenixgal (Post 1959185)
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.

Charlie98902 01-18-2010 10:00 PM

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");}


acco 01-18-2010 10:48 PM

working fine, just had to edit the css with the full forum path.
Code:

http://www.blar.com/forum/vmoods/bla blar.gif
Thanks..

garretbyrne 01-19-2010 12:55 AM

1 Attachment(s)
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

Snug 01-19-2010 03:29 AM

i took off the /* and */ tags and even put in the full path, and still not getting them to show up

Juggernaut 01-19-2010 05:23 AM

These are great :D


All times are GMT. The time now is 01:56 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01594 seconds
  • Memory Usage 1,786KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (6)bbcode_code_printable
  • (3)bbcode_html_printable
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.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
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete