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)

thecore762 07-10-2011 04:39 AM

Hi there, how can I covert this so they look good on a dark style template?

thecore762 07-10-2011 06:52 AM

Does anyone know to move the mood thing on top of my avatar instead of being at the bottom?

thecore762 07-10-2011 08:35 AM

1 Attachment(s)
Ok guys, since the guy quit working for this mod, I went ahead and spent 45 minutes to fix the image paths so they all show up now.

Instructions:
Upload the vmoods to forum directory.
Upload Plugin
Go to settings> Options >vMoods by luqmanamjad.com >Dropdown Menu Options >Click here to Rebuild All Styles> Save

Enjoy.

thecore762 07-10-2011 07:09 PM

BTW, can I get one of the mods to edit the first post and replace it with mine?
Or do I have to make my own thread?
https://vborg.vbsupport.ru/showpost....&postcount=364
This fixes the issue where all images were not showing/listing.

The Rocketeer 07-12-2011 05:24 AM

Quote:

Originally Posted by thecore762 (Post 2219054)
BTW, can I get one of the mods to edit the first post and replace it with mine?
Or do I have to make my own thread?
https://vborg.vbsupport.ru/showpost....&postcount=364
This fixes the issue where all images were not showing/listing.

thanks a lot for that! I will try your fix :D

EDIT


You fix didn't work :(
The images are still not showing up, only the text

thecore762 07-12-2011 09:57 PM

did you do what it was recommended?
Quote:

Go to settings> Options >vMoods by luqmanamjad.com >Dropdown Menu Options >Click here to Rebuild All Styles> Save

The Rocketeer 07-12-2011 11:14 PM

Yes, I did rebuild the styles many times, tried it a few times on my fresh Vb 4.1.4 board. Still the images aren't showing up in the drop down menu. I think you should have another look in your code.

edit
here's a pic have a look for yourself, the moods dont show up, only the text..and this was on a fresh board :(
https://vborg.vbsupport.ru/external/2011/07/85.jpg

thecore762 07-13-2011 01:30 AM

Which style are you using?
shelley_93x30 or the classics?
Can you link your forums?

The Rocketeer 07-13-2011 01:58 AM

I am using the default style and the shelley icons. I will pm you the link to one of the forums.

archet1337 07-31-2011 09:35 PM

Had this mod working on 4.1.4, but it broke when upgrading to 4.1.5. Now it just throws you back to forumhome when selecting a mood, without actually changing it.

Anyone got a fix for this?

bosanci28 08-03-2011 05:41 PM

1 Attachment(s)
hi,
i follow @thecore762 (post 364) file,and info how,
and it works fine in 4.1.5 patch level 1.

this screen show how i have my settings:

archet1337 08-03-2011 08:03 PM

Thanks bosanci28! That did the trick. I forgot to rebuild the styles.. Silly me :p

bosanci28 08-03-2011 08:11 PM

Quote:

Originally Posted by archet1337 (Post 2228907)
Thanks bosanci28! That did the trick. I forgot to rebuild the styles.. Silly me :p

no problem,friend!;)

thecore762 08-05-2011 01:56 AM

Quote:

Originally Posted by archet1337 (Post 2228907)
Thanks bosanci28! That did the trick. I forgot to rebuild the styles.. Silly me :p

Glad its working for all of you :):D

humptyboy 08-06-2011 01:15 PM

Got a similar problem with the images not showing in the dropdown.

Using VB 4.1.5 PL1 Suite
Default Style

Have set up as follows:

Mod active Yes!
Shelley_93x30 selected
Show images in dropdown (selected and rebuilt styles)
Auto edit navbar (yes selected)
Auto edit postbit (yes selected)
Banned groups (#8 selected)

Pressed Save and went to check it out. No images in dropdown just text. However, the images and mood do appear in the post bit.

Upload to forum root folder vmoods and imported product no problem.

Tried switching between text and images and rebuilt styles each time with no joy.

It's not a major issue, but I think my members would like to see the images.

With thanks.

thecore762 08-07-2011 03:02 AM

I am thinking another addon is conflicting, thats why its not showing the images on dropdown.
Are you using SEO?

humptyboy 08-07-2011 05:46 AM

Quote:

Originally Posted by thecore762 (Post 2230366)
I am thinking another addon is conflicting, thats why its not showing the images on dropdown.
Are you using SEO?

Not using SEO but I do have several other mods installed (see below):

8WR Media Library
Auto YT Parser
Downloads II
Dragonbyte Advanced Like/Dislike
Dragonbyte Activity Awards
Spam-O-matic
Inactive user email reminder
Spearate Sticky and Normal threads
Tabs en VB4
V3 Arcade
Auto Database Backup
vmoods (of course lol)

That's the lot for now lol

Thanks for the speedy response.

socialteenz 08-08-2011 12:59 PM

Quote:

Originally Posted by humptyboy (Post 2230082)
Got a similar problem with the images not showing in the dropdown.

Using VB 4.1.5 PL1 Suite
Default Style

Have set up as follows:

Mod active Yes!
Shelley_93x30 selected
Show images in dropdown (selected and rebuilt styles)
Auto edit navbar (yes selected)
Auto edit postbit (yes selected)
Banned groups (#8 selected)

Pressed Save and went to check it out. No images in dropdown just text. However, the images and mood do appear in the post bit.

Upload to forum root folder vmoods and imported product no problem.

Tried switching between text and images and rebuilt styles each time with no joy.

It's not a major issue, but I think my members would like to see the images.

With thanks.

How can display an image instead of text after the selection of mood

Replace the contents of the vmoods template with the following

Code:

<li id="vmoods_list" class="popupmenu">
<a href="javascript://" class="popupctrl">{vb:phrase vmoods_my_mood} <img id="vmoods-mine" src="{vb:raw vboptions.bburl}/vmoods/{vb:raw vboptions.vmoods_icon_set}/{vb:var bbuserinfo.vmood}.gif" /></a>
<ul id="vmoods" class="popupbody popuphover" style="height:125px;overflow:auto;">
  <vb:each from="vmoods_list" value="mood">
    <li class="{vb:var mood}"><a class="vmood" href="index.php?" title="{vb:var mood}">{vb:var mood}</a></li>
  </vb:each>
</ul>
</li>


thecore762 08-09-2011 05:51 AM

Thanks for posting :)

humptyboy 08-09-2011 10:15 AM

Quote:

Originally Posted by socialteenz (Post 2230868)
How can display an image instead of text after the selection of mood

Replace the contents of the vmoods template with the following

Code:

<li id="vmoods_list" class="popupmenu">
<a href="javascript://" class="popupctrl">{vb:phrase vmoods_my_mood} <img id="vmoods-mine" src="{vb:raw vboptions.bburl}/vmoods/{vb:raw vboptions.vmoods_icon_set}/{vb:var bbuserinfo.vmood}.gif" /></a>
<ul id="vmoods" class="popupbody popuphover" style="height:125px;overflow:auto;">
  <vb:each from="vmoods_list" value="mood">
    <li class="{vb:var mood}"><a class="vmood" href="index.php?" title="{vb:var mood}">{vb:var mood}</a></li>
  </vb:each>
</ul>
</li>


No good - just throws up the image in the sub menu and messes up the text around it. But thanks for the chance to try it out. It's actually in the drop down menu I'd like the images to appear.

Gemma 08-09-2011 10:49 AM

Quote:

Originally Posted by humptyboy (Post 2231283)
No good - just throws up the image in the sub menu and messes up the text around it. But thanks for the chance to try it out. It's actually in the drop down menu I'd like the images to appear.

If you right-click on an area in the dropdown menu can determine a path to where the image should be? (or check your page source code)

Also what are the contents of your vmoods_css_shelley_93x30.css template?

archet1337 08-09-2011 11:59 AM

I have the exact same problem and the contents on the vmoods_css_shelley_93x30.css template is as follows:

Code:

dl.userinfo_extra dt.vmood-dt-legacy{
  padding: 13px 0 0 0;
}

div.userinfo_extra dl.userstats dt.vmood-dt{
  padding: 15px 0 0 0;
}

<vb:if condition="$vboptions['vmoods_li_option'] == 'images'">
#vmoods li a{text-indent: -999px; height: 34px; height: 34px; background-repeat: no-repeat; background-position: 10px;}
#vmoods li.none a{background-image: url("{vb:raw vboptions.bburl}/vmoods/shelley_93x30/none.gif");  background-repeat: no-repeat; background-position: 10px -8px; height: 25px;}
#vmoods li.Aggressive a{background-image: url("{vb:raw vboptions.bburl}/vmoods/shelley_93x30/Aggressive.gif");}
#vmoods li.Alienated a{background-image: url("{vb:raw vboptions.bburl}/vmoods/shelley_93x30/Alienated.gif");}
#vmoods li.Amazed a{background-image: url("{vb:raw vboptions.bburl}/vmoods/shelley_93x30/Amazed.gif");}
#vmoods li.Amused a{background-image: url("{vb:raw vboptions.bburl}/vmoods/shelley_93x30/Amused.gif");}
#vmoods li.Angelic a{background-image: url("{vb:raw vboptions.bburl}/vmoods/shelley_93x30/Angelic.gif");}
#vmoods li.Angry a{background-image: url("{vb:raw vboptions.bburl}/vmoods/shelley_93x30/Angry.gif");}
#vmoods li.Ape-like a{background-image: url("{vb:raw vboptions.bburl}/vmoods/shelley_93x30/Ape-like.gif");}
#vmoods li.Artistic a{background-image: url("{vb:raw vboptions.bburl}/vmoods/shelley_93x30/Artistic.gif");}
#vmoods li.Asleep a{background-image: url("{vb:raw vboptions.bburl}/vmoods/shelley_93x30/Asleep.gif");}
#vmoods li.Balanced a{background-image: url("{vb:raw vboptions.bburl}/vmoods/shelley_93x30/Balanced.gif");}
#vmoods li.Bashful a{background-image: url("{vb:raw vboptions.bburl}/vmoods/shelley_93x30/Bashful.gif");}
#vmoods li.+++++y a{background-image: url("{vb:raw vboptions.bburl}/vmoods/shelley_93x30/+++++y.gif");}
#vmoods li.Blah a{background-image: url("{vb:raw vboptions.bburl}/vmoods/shelley_93x30/Blah.gif");}
#vmoods li.Bookworm a{background-image: url("{vb:raw vboptions.bburl}/vmoods/shelley_93x30/Bookworm.gif");}
#vmoods li.Bored a{background-image: url("{vb:raw vboptions.bburl}/vmoods/shelley_93x30/Bored.gif");}
#vmoods li.Breezy a{background-image: url("{vb:raw vboptions.bburl}/vmoods/shelley_93x30/Breezy.gif");}
#vmoods li.Brooding a{background-image: url("{vb:raw vboptions.bburl}/vmoods/shelley_93x30/Brooding.gif");}
#vmoods li.Busy a{background-image: url("{vb:raw vboptions.bburl}/vmoods/shelley_93x30/Busy.gif");}
#vmoods li.Buzzed a{background-image: url("{vb:raw vboptions.bburl}/vmoods/shelley_93x30/Buzzed.gif");}
#vmoods li.Chatty a{background-image: url("{vb:raw vboptions.bburl}/vmoods/shelley_93x30/Chatty.gif");}
#vmoods li.Cheeky a{background-image: url("{vb:raw vboptions.bburl}/vmoods/shelley_93x30/Cheeky.gif");}
#vmoods li.Cheerful a{background-image: url("{vb:raw vboptions.bburl}/vmoods/shelley_93x30/Cheerful.gif");}
#vmoods li.Cloud_9 a{background-image: url("{vb:raw vboptions.bburl}/vmoods/shelley_93x30/Cloud_9.gif");}
#vmoods li.Cold a{background-image: url("{vb:raw vboptions.bburl}/vmoods/shelley_93x30/Cold.gif");}
#vmoods li.Confused a{background-image: url("{vb:raw vboptions.bburl}/vmoods/shelley_93x30/Confused.gif");}
#vmoods li.Cool a{background-image: url("{vb:raw vboptions.bburl}/vmoods/shelley_93x30/Cool.gif");}
#vmoods li.Crappy a{background-image: url("{vb:raw vboptions.bburl}/vmoods/shelley_93x30/Crappy.gif");}
#vmoods li.Creative a{background-image: url("{vb:raw vboptions.bburl}/vmoods/shelley_93x30/Creative.gif");}
#vmoods li.Curious a{background-image: url("{vb:raw vboptions.bburl}/vmoods/shelley_93x30/Curious.gif");}
#vmoods li.Cynical a{background-image: url("{vb:raw vboptions.bburl}/vmoods/shelley_93x30/Cynical.gif");}
#vmoods li.Daring a{background-image: url("{vb:raw vboptions.bburl}/vmoods/shelley_93x30/Daring.gif");}
#vmoods li.Dead a{background-image: url("{vb:raw vboptions.bburl}/vmoods/shelley_93x30/Dead.gif");}
#vmoods li.Devilish a{background-image: url("{vb:raw vboptions.bburl}/vmoods/shelley_93x30/Devilish.gif");}
#vmoods li.Disagree a{background-image: url("{vb:raw vboptions.bburl}/vmoods/shelley_93x30/Disagree.gif");}
#vmoods li.Doh a{background-image: url("{vb:raw vboptions.bburl}/vmoods/shelley_93x30/Doh.gif");}
#vmoods li.Doubtful a{background-image: url("{vb:raw vboptions.bburl}/vmoods/shelley_93x30/Doubtful.gif");}
#vmoods li.Dramaqueen a{background-image: url("{vb:raw vboptions.bburl}/vmoods/shelley_93x30/Dramaqueen.gif");}
#vmoods li.Dreaming a{background-image: url("{vb:raw vboptions.bburl}/vmoods/shelley_93x30/Dreaming.gif");}
#vmoods li.Drunk a{background-image: url("{vb:raw vboptions.bburl}/vmoods/shelley_93x30/Drunk.gif");}
#vmoods li.Elated a{background-image: url("{vb:raw vboptions.bburl}/vmoods/shelley_93x30/Elated.gif");}
#vmoods li.Energetic a{background-image: url("{vb:raw vboptions.bburl}/vmoods/shelley_93x30/Energetic.gif");}
#vmoods li.Ferocious a{background-image: url("{vb:raw vboptions.bburl}/vmoods/shelley_93x30/Ferocious.gif");}
#vmoods li.Fiendish a{background-image: url("{vb:raw vboptions.bburl}/vmoods/shelley_93x30/Fiendish.gif");}
#vmoods li.Fine a{background-image: url("{vb:raw vboptions.bburl}/vmoods/shelley_93x30/Fine.gif");}
#vmoods li.Flirty a{background-image: url("{vb:raw vboptions.bburl}/vmoods/shelley_93x30/Flirty.gif");}
#vmoods li.Gloomy a{background-image: url("{vb:raw vboptions.bburl}/vmoods/shelley_93x30/Gloomy.gif");}
#vmoods li.Goofy a{background-image: url("{vb:raw vboptions.bburl}/vmoods/shelley_93x30/Goofy.gif");}
#vmoods li.Grumpy a{background-image: url("{vb:raw vboptions.bburl}/vmoods/shelley_93x30/Grumpy.gif");}
#vmoods li.Happy a{background-image: url("{vb:raw vboptions.bburl}/vmoods/shelley_93x30/Happy.gif");}
#vmoods li.Horny a{background-image: url("{vb:raw vboptions.bburl}/vmoods/shelley_93x30/Horny.gif");}
#vmoods li.Hot a{background-image: url("{vb:raw vboptions.bburl}/vmoods/shelley_93x30/Hot.gif");}
#vmoods li.Hungover a{background-image: url("{vb:raw vboptions.bburl}/vmoods/shelley_93x30/Hungover.gif");}
#vmoods li.In_Love a{background-image: url("{vb:raw vboptions.bburl}/vmoods/shelley_93x30/In_Love.gif");}
#vmoods li.In_Pain a{background-image: url("{vb:raw vboptions.bburl}/vmoods/shelley_93x30/In_Pain.gif");}
#vmoods li.Innocent a{background-image: url("{vb:raw vboptions.bburl}/vmoods/shelley_93x30/Innocent.gif");}
#vmoods li.Insomnious a{background-image: url("{vb:raw vboptions.bburl}/vmoods/shelley_93x30/Insomnious.gif");}
#vmoods li.Inspired a{background-image: url("{vb:raw vboptions.bburl}/vmoods/shelley_93x30/Inspired.gif");}
#vmoods li.Joker a{background-image: url("{vb:raw vboptions.bburl}/vmoods/shelley_93x30/Joker.gif");}
#vmoods li.Law-abiding a{background-image: url("{vb:raw vboptions.bburl}/vmoods/shelley_93x30/Law-abiding.gif");}
#vmoods li.Lonely a{background-image: url("{vb:raw vboptions.bburl}/vmoods/shelley_93x30/Lonely.gif");}
#vmoods li.Lucky a{background-image: url("{vb:raw vboptions.bburl}/vmoods/shelley_93x30/Lucky.gif");}
#vmoods li.Lurking a{background-image: url("{vb:raw vboptions.bburl}/vmoods/shelley_93x30/Lurking.gif");}
#vmoods li.Mellow a{background-image: url("{vb:raw vboptions.bburl}/vmoods/shelley_93x30/Mellow.gif");}
#vmoods li.Monday_Blues a{background-image: url("{vb:raw vboptions.bburl}/vmoods/shelley_93x30/Monday_Blues.gif");}
#vmoods li.Musical a{background-image: url("{vb:raw vboptions.bburl}/vmoods/shelley_93x30/Musical.gif");}
#vmoods li.Not_Amused a{background-image: url("{vb:raw vboptions.bburl}/vmoods/shelley_93x30/Not_Amused.gif");}
#vmoods li.Paranoid a{background-image: url("{vb:raw vboptions.bburl}/vmoods/shelley_93x30/Paranoid.gif");}
#vmoods li.Pensive a{background-image: url("{vb:raw vboptions.bburl}/vmoods/shelley_93x30/Pensive.gif");}
#vmoods li.Predatory a{background-image: url("{vb:raw vboptions.bburl}/vmoods/shelley_93x30/Predatory.gif");}
#vmoods li.Procrastinating a{background-image: url("{vb:raw vboptions.bburl}/vmoods/shelley_93x30/Procrastinating.gif");}
#vmoods li.Psychedelic a{background-image: url("{vb:raw vboptions.bburl}/vmoods/shelley_93x30/Psychedelic.gif");}
#vmoods li.Question a{background-image: url("{vb:raw vboptions.bburl}/vmoods/shelley_93x30/Question.gif");}
#vmoods li.Relaxed a{background-image: url("{vb:raw vboptions.bburl}/vmoods/shelley_93x30/Relaxed.gif");}
#vmoods li.Roflmao a{background-image: url("{vb:raw vboptions.bburl}/vmoods/shelley_93x30/Roflmao.gif");}
#vmoods li.Sad a{background-image: url("{vb:raw vboptions.bburl}/vmoods/shelley_93x30/Sad.gif");}
#vmoods li.Scared a{background-image: url("{vb:raw vboptions.bburl}/vmoods/shelley_93x30/Scared.gif");}
#vmoods li.Scurvy a{background-image: url("{vb:raw vboptions.bburl}/vmoods/shelley_93x30/Scurvy.gif");}
#vmoods li.Shocked a{background-image: url("{vb:raw vboptions.bburl}/vmoods/shelley_93x30/Shocked.gif");}
#vmoods li.Shove_It a{background-image: url("{vb:raw vboptions.bburl}/vmoods/shelley_93x30/Shove_It.gif");}
#vmoods li.Sick a{background-image: url("{vb:raw vboptions.bburl}/vmoods/shelley_93x30/Sick.gif");}
#vmoods li.Sleepy a{background-image: url("{vb:raw vboptions.bburl}/vmoods/shelley_93x30/Sleepy.gif");}
#vmoods li.Sluggish a{background-image: url("{vb:raw vboptions.bburl}/vmoods/shelley_93x30/Sluggish.gif");}
#vmoods li.Sneaky a{background-image: url("{vb:raw vboptions.bburl}/vmoods/shelley_93x30/Sneaky.gif");}
#vmoods li.Spaced a{background-image: url("{vb:raw vboptions.bburl}/vmoods/shelley_93x30/Spaced.gif");}
#vmoods li.Spooky a{background-image: url("{vb:raw vboptions.bburl}/vmoods/shelley_93x30/Spooky.gif");}
#vmoods li.Sporty a{background-image: url("{vb:raw vboptions.bburl}/vmoods/shelley_93x30/Sporty.gif");}
#vmoods li.Starving a{background-image: url("{vb:raw vboptions.bburl}/vmoods/shelley_93x30/Starving.gif");}
#vmoods li.Stressed a{background-image: url("{vb:raw vboptions.bburl}/vmoods/shelley_93x30/Stressed.gif");}
#vmoods li.Sunshine a{background-image: url("{vb:raw vboptions.bburl}/vmoods/shelley_93x30/Sunshine.gif");}
#vmoods li.Thinking a{background-image: url("{vb:raw vboptions.bburl}/vmoods/shelley_93x30/Thinking.gif");}
#vmoods li.Tired a{background-image: url("{vb:raw vboptions.bburl}/vmoods/shelley_93x30/Tired.gif");}
#vmoods li.Torn a{background-image: url("{vb:raw vboptions.bburl}/vmoods/shelley_93x30/Torn.gif");}
#vmoods li.Twisted a{background-image: url("{vb:raw vboptions.bburl}/vmoods/shelley_93x30/Twisted.gif");}
#vmoods li.Vegged_Out a{background-image: url("{vb:raw vboptions.bburl}/vmoods/shelley_93x30/Vegged_Out.gif");}
#vmoods li.Volatile a{background-image: url("{vb:raw vboptions.bburl}/vmoods/shelley_93x30/Volatile.gif");}
#vmoods li.Woot a{background-image: url("{vb:raw vboptions.bburl}/vmoods/shelley_93x30/Woot.gif");}
#vmoods li.Worried a{background-image: url("{vb:raw vboptions.bburl}/vmoods/shelley_93x30/Worried.gif");}
#vmoods li.Yeehaw a{background-image: url("{vb:raw vboptions.bburl}/vmoods/shelley_93x30/Yeehaw.gif");}
</vb:if>

This worked great on 4.1.4, but when I upgraded to 4.1.5 it stopped showing the images in the drop-down list.

thecore762 08-09-2011 09:49 PM

Quote:

Originally Posted by archet1337 (Post 2231332)
I have the exact same problem and the contents on the vmoods_css_shelley_93x30.css template is as follows:

Code:

dl.userinfo_extra dt.vmood-dt-legacy{
  padding: 13px 0 0 0;
}

div.userinfo_extra dl.userstats dt.vmood-dt{
  padding: 15px 0 0 0;
}

<vb:if condition="$vboptions['vmoods_li_option'] == 'images'">
#vmoods li a{text-indent: -999px; height: 34px; height: 34px; background-repeat: no-repeat; background-position: 10px;}
#vmoods li.none a{background-image: url("{vb:raw vboptions.bburl}/vmoods/shelley_93x30/none.gif");  background-repeat: no-repeat; background-position: 10px -8px; height: 25px;}
#vmoods li.Aggressive a{background-image: url("{vb:raw vboptions.bburl}/vmoods/shelley_93x30/Aggressive.gif");}
#vmoods li.Alienated a{background-image: url("{vb:raw vboptions.bburl}/vmoods/shelley_93x30/Alienated.gif");}
#vmoods li.Amazed a{background-image: url("{vb:raw vboptions.bburl}/vmoods/shelley_93x30/Amazed.gif");}
#vmoods li.Amused a{background-image: url("{vb:raw vboptions.bburl}/vmoods/shelley_93x30/Amused.gif");}
#vmoods li.Angelic a{background-image: url("{vb:raw vboptions.bburl}/vmoods/shelley_93x30/Angelic.gif");}
#vmoods li.Angry a{background-image: url("{vb:raw vboptions.bburl}/vmoods/shelley_93x30/Angry.gif");}
#vmoods li.Ape-like a{background-image: url("{vb:raw vboptions.bburl}/vmoods/shelley_93x30/Ape-like.gif");}
#vmoods li.Artistic a{background-image: url("{vb:raw vboptions.bburl}/vmoods/shelley_93x30/Artistic.gif");}
#vmoods li.Asleep a{background-image: url("{vb:raw vboptions.bburl}/vmoods/shelley_93x30/Asleep.gif");}
#vmoods li.Balanced a{background-image: url("{vb:raw vboptions.bburl}/vmoods/shelley_93x30/Balanced.gif");}
#vmoods li.Bashful a{background-image: url("{vb:raw vboptions.bburl}/vmoods/shelley_93x30/Bashful.gif");}
#vmoods li.+++++y a{background-image: url("{vb:raw vboptions.bburl}/vmoods/shelley_93x30/+++++y.gif");}
#vmoods li.Blah a{background-image: url("{vb:raw vboptions.bburl}/vmoods/shelley_93x30/Blah.gif");}
#vmoods li.Bookworm a{background-image: url("{vb:raw vboptions.bburl}/vmoods/shelley_93x30/Bookworm.gif");}
#vmoods li.Bored a{background-image: url("{vb:raw vboptions.bburl}/vmoods/shelley_93x30/Bored.gif");}
#vmoods li.Breezy a{background-image: url("{vb:raw vboptions.bburl}/vmoods/shelley_93x30/Breezy.gif");}
#vmoods li.Brooding a{background-image: url("{vb:raw vboptions.bburl}/vmoods/shelley_93x30/Brooding.gif");}
#vmoods li.Busy a{background-image: url("{vb:raw vboptions.bburl}/vmoods/shelley_93x30/Busy.gif");}
#vmoods li.Buzzed a{background-image: url("{vb:raw vboptions.bburl}/vmoods/shelley_93x30/Buzzed.gif");}
#vmoods li.Chatty a{background-image: url("{vb:raw vboptions.bburl}/vmoods/shelley_93x30/Chatty.gif");}
#vmoods li.Cheeky a{background-image: url("{vb:raw vboptions.bburl}/vmoods/shelley_93x30/Cheeky.gif");}
#vmoods li.Cheerful a{background-image: url("{vb:raw vboptions.bburl}/vmoods/shelley_93x30/Cheerful.gif");}
#vmoods li.Cloud_9 a{background-image: url("{vb:raw vboptions.bburl}/vmoods/shelley_93x30/Cloud_9.gif");}
#vmoods li.Cold a{background-image: url("{vb:raw vboptions.bburl}/vmoods/shelley_93x30/Cold.gif");}
#vmoods li.Confused a{background-image: url("{vb:raw vboptions.bburl}/vmoods/shelley_93x30/Confused.gif");}
#vmoods li.Cool a{background-image: url("{vb:raw vboptions.bburl}/vmoods/shelley_93x30/Cool.gif");}
#vmoods li.Crappy a{background-image: url("{vb:raw vboptions.bburl}/vmoods/shelley_93x30/Crappy.gif");}
#vmoods li.Creative a{background-image: url("{vb:raw vboptions.bburl}/vmoods/shelley_93x30/Creative.gif");}
#vmoods li.Curious a{background-image: url("{vb:raw vboptions.bburl}/vmoods/shelley_93x30/Curious.gif");}
#vmoods li.Cynical a{background-image: url("{vb:raw vboptions.bburl}/vmoods/shelley_93x30/Cynical.gif");}
#vmoods li.Daring a{background-image: url("{vb:raw vboptions.bburl}/vmoods/shelley_93x30/Daring.gif");}
#vmoods li.Dead a{background-image: url("{vb:raw vboptions.bburl}/vmoods/shelley_93x30/Dead.gif");}
#vmoods li.Devilish a{background-image: url("{vb:raw vboptions.bburl}/vmoods/shelley_93x30/Devilish.gif");}
#vmoods li.Disagree a{background-image: url("{vb:raw vboptions.bburl}/vmoods/shelley_93x30/Disagree.gif");}
#vmoods li.Doh a{background-image: url("{vb:raw vboptions.bburl}/vmoods/shelley_93x30/Doh.gif");}
#vmoods li.Doubtful a{background-image: url("{vb:raw vboptions.bburl}/vmoods/shelley_93x30/Doubtful.gif");}
#vmoods li.Dramaqueen a{background-image: url("{vb:raw vboptions.bburl}/vmoods/shelley_93x30/Dramaqueen.gif");}
#vmoods li.Dreaming a{background-image: url("{vb:raw vboptions.bburl}/vmoods/shelley_93x30/Dreaming.gif");}
#vmoods li.Drunk a{background-image: url("{vb:raw vboptions.bburl}/vmoods/shelley_93x30/Drunk.gif");}
#vmoods li.Elated a{background-image: url("{vb:raw vboptions.bburl}/vmoods/shelley_93x30/Elated.gif");}
#vmoods li.Energetic a{background-image: url("{vb:raw vboptions.bburl}/vmoods/shelley_93x30/Energetic.gif");}
#vmoods li.Ferocious a{background-image: url("{vb:raw vboptions.bburl}/vmoods/shelley_93x30/Ferocious.gif");}
#vmoods li.Fiendish a{background-image: url("{vb:raw vboptions.bburl}/vmoods/shelley_93x30/Fiendish.gif");}
#vmoods li.Fine a{background-image: url("{vb:raw vboptions.bburl}/vmoods/shelley_93x30/Fine.gif");}
#vmoods li.Flirty a{background-image: url("{vb:raw vboptions.bburl}/vmoods/shelley_93x30/Flirty.gif");}
#vmoods li.Gloomy a{background-image: url("{vb:raw vboptions.bburl}/vmoods/shelley_93x30/Gloomy.gif");}
#vmoods li.Goofy a{background-image: url("{vb:raw vboptions.bburl}/vmoods/shelley_93x30/Goofy.gif");}
#vmoods li.Grumpy a{background-image: url("{vb:raw vboptions.bburl}/vmoods/shelley_93x30/Grumpy.gif");}
#vmoods li.Happy a{background-image: url("{vb:raw vboptions.bburl}/vmoods/shelley_93x30/Happy.gif");}
#vmoods li.Horny a{background-image: url("{vb:raw vboptions.bburl}/vmoods/shelley_93x30/Horny.gif");}
#vmoods li.Hot a{background-image: url("{vb:raw vboptions.bburl}/vmoods/shelley_93x30/Hot.gif");}
#vmoods li.Hungover a{background-image: url("{vb:raw vboptions.bburl}/vmoods/shelley_93x30/Hungover.gif");}
#vmoods li.In_Love a{background-image: url("{vb:raw vboptions.bburl}/vmoods/shelley_93x30/In_Love.gif");}
#vmoods li.In_Pain a{background-image: url("{vb:raw vboptions.bburl}/vmoods/shelley_93x30/In_Pain.gif");}
#vmoods li.Innocent a{background-image: url("{vb:raw vboptions.bburl}/vmoods/shelley_93x30/Innocent.gif");}
#vmoods li.Insomnious a{background-image: url("{vb:raw vboptions.bburl}/vmoods/shelley_93x30/Insomnious.gif");}
#vmoods li.Inspired a{background-image: url("{vb:raw vboptions.bburl}/vmoods/shelley_93x30/Inspired.gif");}
#vmoods li.Joker a{background-image: url("{vb:raw vboptions.bburl}/vmoods/shelley_93x30/Joker.gif");}
#vmoods li.Law-abiding a{background-image: url("{vb:raw vboptions.bburl}/vmoods/shelley_93x30/Law-abiding.gif");}
#vmoods li.Lonely a{background-image: url("{vb:raw vboptions.bburl}/vmoods/shelley_93x30/Lonely.gif");}
#vmoods li.Lucky a{background-image: url("{vb:raw vboptions.bburl}/vmoods/shelley_93x30/Lucky.gif");}
#vmoods li.Lurking a{background-image: url("{vb:raw vboptions.bburl}/vmoods/shelley_93x30/Lurking.gif");}
#vmoods li.Mellow a{background-image: url("{vb:raw vboptions.bburl}/vmoods/shelley_93x30/Mellow.gif");}
#vmoods li.Monday_Blues a{background-image: url("{vb:raw vboptions.bburl}/vmoods/shelley_93x30/Monday_Blues.gif");}
#vmoods li.Musical a{background-image: url("{vb:raw vboptions.bburl}/vmoods/shelley_93x30/Musical.gif");}
#vmoods li.Not_Amused a{background-image: url("{vb:raw vboptions.bburl}/vmoods/shelley_93x30/Not_Amused.gif");}
#vmoods li.Paranoid a{background-image: url("{vb:raw vboptions.bburl}/vmoods/shelley_93x30/Paranoid.gif");}
#vmoods li.Pensive a{background-image: url("{vb:raw vboptions.bburl}/vmoods/shelley_93x30/Pensive.gif");}
#vmoods li.Predatory a{background-image: url("{vb:raw vboptions.bburl}/vmoods/shelley_93x30/Predatory.gif");}
#vmoods li.Procrastinating a{background-image: url("{vb:raw vboptions.bburl}/vmoods/shelley_93x30/Procrastinating.gif");}
#vmoods li.Psychedelic a{background-image: url("{vb:raw vboptions.bburl}/vmoods/shelley_93x30/Psychedelic.gif");}
#vmoods li.Question a{background-image: url("{vb:raw vboptions.bburl}/vmoods/shelley_93x30/Question.gif");}
#vmoods li.Relaxed a{background-image: url("{vb:raw vboptions.bburl}/vmoods/shelley_93x30/Relaxed.gif");}
#vmoods li.Roflmao a{background-image: url("{vb:raw vboptions.bburl}/vmoods/shelley_93x30/Roflmao.gif");}
#vmoods li.Sad a{background-image: url("{vb:raw vboptions.bburl}/vmoods/shelley_93x30/Sad.gif");}
#vmoods li.Scared a{background-image: url("{vb:raw vboptions.bburl}/vmoods/shelley_93x30/Scared.gif");}
#vmoods li.Scurvy a{background-image: url("{vb:raw vboptions.bburl}/vmoods/shelley_93x30/Scurvy.gif");}
#vmoods li.Shocked a{background-image: url("{vb:raw vboptions.bburl}/vmoods/shelley_93x30/Shocked.gif");}
#vmoods li.Shove_It a{background-image: url("{vb:raw vboptions.bburl}/vmoods/shelley_93x30/Shove_It.gif");}
#vmoods li.Sick a{background-image: url("{vb:raw vboptions.bburl}/vmoods/shelley_93x30/Sick.gif");}
#vmoods li.Sleepy a{background-image: url("{vb:raw vboptions.bburl}/vmoods/shelley_93x30/Sleepy.gif");}
#vmoods li.Sluggish a{background-image: url("{vb:raw vboptions.bburl}/vmoods/shelley_93x30/Sluggish.gif");}
#vmoods li.Sneaky a{background-image: url("{vb:raw vboptions.bburl}/vmoods/shelley_93x30/Sneaky.gif");}
#vmoods li.Spaced a{background-image: url("{vb:raw vboptions.bburl}/vmoods/shelley_93x30/Spaced.gif");}
#vmoods li.Spooky a{background-image: url("{vb:raw vboptions.bburl}/vmoods/shelley_93x30/Spooky.gif");}
#vmoods li.Sporty a{background-image: url("{vb:raw vboptions.bburl}/vmoods/shelley_93x30/Sporty.gif");}
#vmoods li.Starving a{background-image: url("{vb:raw vboptions.bburl}/vmoods/shelley_93x30/Starving.gif");}
#vmoods li.Stressed a{background-image: url("{vb:raw vboptions.bburl}/vmoods/shelley_93x30/Stressed.gif");}
#vmoods li.Sunshine a{background-image: url("{vb:raw vboptions.bburl}/vmoods/shelley_93x30/Sunshine.gif");}
#vmoods li.Thinking a{background-image: url("{vb:raw vboptions.bburl}/vmoods/shelley_93x30/Thinking.gif");}
#vmoods li.Tired a{background-image: url("{vb:raw vboptions.bburl}/vmoods/shelley_93x30/Tired.gif");}
#vmoods li.Torn a{background-image: url("{vb:raw vboptions.bburl}/vmoods/shelley_93x30/Torn.gif");}
#vmoods li.Twisted a{background-image: url("{vb:raw vboptions.bburl}/vmoods/shelley_93x30/Twisted.gif");}
#vmoods li.Vegged_Out a{background-image: url("{vb:raw vboptions.bburl}/vmoods/shelley_93x30/Vegged_Out.gif");}
#vmoods li.Volatile a{background-image: url("{vb:raw vboptions.bburl}/vmoods/shelley_93x30/Volatile.gif");}
#vmoods li.Woot a{background-image: url("{vb:raw vboptions.bburl}/vmoods/shelley_93x30/Woot.gif");}
#vmoods li.Worried a{background-image: url("{vb:raw vboptions.bburl}/vmoods/shelley_93x30/Worried.gif");}
#vmoods li.Yeehaw a{background-image: url("{vb:raw vboptions.bburl}/vmoods/shelley_93x30/Yeehaw.gif");}
</vb:if>

This worked great on 4.1.4, but when I upgraded to 4.1.5 it stopped showing the images in the drop-down list.

List the addons you are using, I am trying to narrow this done to see if its a specific addon that is blocking this from working properly.

thecore762 08-13-2011 01:33 AM

I went ahead and made some revisions.
Please check out this thread!
https://vborg.vbsupport.ru/showthread.php?t=268445

angeljs 01-15-2012 08:32 PM

Did anyone manage to get this sorted as I'm having the same problem? :(

TombstoneWarrior 01-22-2012 06:31 PM

installed great mod love it!!!!

Gn_Snake 02-01-2012 05:17 PM

Quote:

Originally Posted by humptyboy (Post 2231283)
No good - just throws up the image in the sub menu and messes up the text around it. But thanks for the chance to try it out. It's actually in the drop down menu I'd like the images to appear.

I have the same problem....

Do you have a solution?

Loxor633 02-05-2012 06:53 PM

Thank you Installed and works great:up:

TombstoneWarrior 02-11-2012 05:13 PM

BEST mod i have come across keep up the good work!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

Luffy-9 02-16-2012 11:02 AM

Is there anyway to replaces the mood images or add new mores ?

TombstoneWarrior 02-21-2012 04:18 AM

my moods show just words on drop down and next to the choice is the mood word but in my profile it shows the mood picture any ideas???

DS MrSinister 02-21-2012 04:26 AM

Quote:

Originally Posted by TombstoneWarrior (Post 2301804)
my moods show just words on drop down and next to the choice is the mood word but in my profile it shows the mood picture any ideas???


SHould be a setting in your admincp vbulletin options --> vmood

show text in the drop down menu
show images in the drop down menu

TombstoneWarrior 03-08-2012 07:16 AM

Quote:

Originally Posted by DS MrSinister (Post 2301805)
SHould be a setting in your admincp vbulletin options --> vmood

show text in the drop down menu
show images in the drop down menu

Thanks its was not working right with vb4: supercharged had to disable that mod now everything is working great. Any fix for vb:supercharge coming out soon?:cool:

Megaboost 05-29-2012 09:16 AM

Has anyone updated this to work on 4.2.0 yet? Mine was working fine on 4.1.12 but when updated the navbar just disappeared. I've tried uninstalling and re-installing but nothing is still showing. I also use VBAdvanced 4.2.0

Bisha 05-29-2012 06:26 PM

Quote:

Originally Posted by Megaboost (Post 2334205)
Has anyone updated this to work on 4.2.0 yet? Mine was working fine on 4.1.12 but when updated the navbar just disappeared. I've tried uninstalling and re-installing but nothing is still showing. I also use VBAdvanced 4.2.0

the 4.2 navbar has changed!
waiting for a fix

Megaboost 05-30-2012 12:02 PM

Thanks Bisha... Will wait for a fix.

fookaa 05-31-2012 03:46 PM

Is someone still working on this mod ?

Says teh author dont work on vb any more :(<<< SAD MOOD :(

kavehch 06-03-2012 06:12 PM

hi

in vb 4.2 dont show in navbar please help me to fix this

thanks

Bisha 06-03-2012 07:49 PM

I'm trying, but I'm not a coder!

https://www.vbulletin.com/forum/entr...amp-Navigation

fookaa 06-10-2012 08:08 AM

Ah hope someone can fix this mod all my sites members are stuck on their old moods lol :D


All times are GMT. The time now is 05:32 AM.

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.03302 seconds
  • Memory Usage 1,916KB
  • 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
  • (4)bbcode_code_printable
  • (13)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)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