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)

ShawnV 01-18-2010 02:52 AM

Great MOD Sniper, thank you.

Deviant K1 01-18-2010 02:56 AM

INSTALLED!

Thanks Sniper! :D

struff 01-18-2010 03:38 AM

I'm not getting anything in the postbit. I have the navbar menu but that's it.
Any ideas?

TimberFloorAu 01-18-2010 04:00 AM

Installed:

Brilliant. Using Shelleys ( works A1 for me )

steve1966 01-18-2010 07:22 AM

Quote:

Originally Posted by struff (Post 1958868)
I'm not getting anything in the postbit. I have the navbar menu but that's it.
Any ideas?

H try adding this code to where you want it placed in the template:


Code:

{vb:raw vmoods_postbit}
also Thanks sniper for the update of this nice mod

JermaineBelgard 01-18-2010 08:05 AM

Quote:

Originally Posted by Charlie98902 (Post 1958687)
Is there anyway to hook this under the reputation bars which is under the username in the postbit syle?

Figured it out :)

How? :)

Kinneas 01-18-2010 08:27 AM

Thank you, Sniper :)

Phoenixgal 01-18-2010 01:32 PM

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.

angeljs 01-18-2010 06:07 PM

This is installed and working fine, but I have no idea how to edit the stylesheets to make the images show. Could anyone give me some tips?
:)

djbaxter 01-18-2010 06:20 PM

Quote:

Originally Posted by angeljs (Post 1959401)
This is installed and working fine, but I have no idea how to edit the stylesheets to make the images show. Could anyone give me some tips?
:)

See https://vborg.vbsupport.ru/showpost....8&postcount=32

halkum 01-18-2010 07:24 PM

displaying multiple moods after first post:

https://vborg.vbsupport.ru/

-=Sniper=- 01-18-2010 07:40 PM

Quote:

Originally Posted by djbaxter (Post 1958688)
vB 4.01 Suite

Installed this new version. It works as advertised although at some point adding the option to the User CP would be nice.

In the readme file, it says this:

PHP Code:

If you still want imagesyou can do so by using CSSEach mood pack has its own style.css file so you can do the following e.g
#vmoods .Bashful {background-image: url("vmoods/classic_72x15/Bashful.gif")} 

OK. So I
  1. created a CSS file to replace the empty one (attached; contains some non-standard mood images but all are correctly described and this list corresponds to the one in the vB Admin CP | Options | vmoods settings)
  2. uploaded this to the /vmoods/classic_72x15/ folder since that's the version I'm using.
Nothing changes, however. I still see the list of moods in the navbar drop down but no images.

That was meant to be more of a guide not actual code :p I'll update the css files to include code for for all moods but commented out.

-=Sniper=- 01-18-2010 07:41 PM

Quote:

Originally Posted by djbaxter (Post 1958690)
And another problem:

If the member doesn't have a mood selected, the postbit still shows the label "My Mood:" - see attachment.

should be fixed in the next release!

-=Sniper=- 01-18-2010 07:45 PM

Quote:

Originally Posted by halkum (Post 1959505)
displaying multiple moods after first post:

http://ewzine.com/moodss.png

unable to reproduce at my end! are you are you don't have multiple references to vmoods_postbit ?

Charlie98902 01-18-2010 08:33 PM

Quote:

Originally Posted by JermaineBelgard (Post 1958992)
How? :)

You not know?

-=Sniper=- 01-18-2010 08:34 PM

Quote:

Originally Posted by MrKing (Post 1958185)
This might give you a better understanding of what i mean? :)

Note: How to edit navbar:

How to add a button with a link:

Code:

<li><a href=" your link">Menu name</a></li>
How to add a menu with dropdown:

Code:

<li><a href=" your link">Menu name</a>
<ul class="subnav"> 
<li><a href=" your link">Sub Menu 1</a></li>
<li><a href=" your link">Sub Menu 2</a></li>
</ul> 
</li>

Remember to make sure all your code must in the class below:

Code:

<ul class="topnav"> 

........
.......
</ul>

taken from HiO iWay Theme

try changing the vmoods template to this

HTML Code:

<li><a href="javascript://" class="popupctrl">{vb:phrase vmoods_my_mood} (<span id="vmoods-mine">{vb:var bbuserinfo.vmood}</span>)</a>
<ul class="subnav"> 
  <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>


Switch3130 01-18-2010 08:40 PM

You show a picture where you see the mood in the drop down...I upgraded and they're still showing up as a word and not an image.

-=Sniper=- 01-18-2010 08:42 PM

Quote:

Originally Posted by Switch3130 (Post 1959604)
You show a picture where you see the mood in the drop down...I upgraded and they're still showing up as a word and not an image.

please read the readme.html file or see http://luqmanamjad.com/vmoods4/

SpongeBob71 01-18-2010 09:03 PM

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

Switch3130 01-18-2010 09:04 PM

Thanks.

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

angeljs 01-19-2010 06:19 AM

Quote:

Originally Posted by djbaxter (Post 1959416)

Thanks :cool:

Lightwizzard 01-19-2010 08:34 AM

Ty for this Mod

my Users love it ^.^

Charlie98902 01-19-2010 11:00 AM

I get the same garretbyrne.

movslow 01-19-2010 01:33 PM

Quote:

Originally Posted by hIBEES (Post 1959656)
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.

Awe...good to know, I just had the same problem.

Thanks.
:up:

Dr.osamA 01-19-2010 02:06 PM

1 Attachment(s)
Wonderful mod
forum members will love it so much, but I have a query

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

as shown in the picture
________
WEED

garretbyrne 01-19-2010 10:37 PM

1 Attachment(s)
Hey Charlie I got it, lol Duh to me, in the folder for which icon set you wish to use find style.css, open it and then near the top of the links for images find /* and remove it then save and upload replacing the other version and thats your problem sorted..

I've attached both files ready to go.. just download extract then find which one matches your icon set and rename it to style.css, upload and enjoy..

Cheers

Alien 01-19-2010 10:52 PM

Hey,

I noticed a very odd bug.

It's related to the subnavbar. When you click on a CATEGORY link, located on the CMS front page the subnav bar goes completely empty and you cannot see any links OR the moods.

Just visiting SECTIONS and ARTICLES themselves are perfect! It's just when concentrating the CMS output on viewing a category's results!

Once that's fixed up, I'll definitely turn it back on.

Now for my other 3 sites, I'm eagerly awaiting the custom location ability in the header since I do not use the vB navbar in any of those.

Thanks!

BBR-APBT 01-19-2010 10:52 PM

This mod gives that personal touch. Thank you.

-=Sniper=- 01-20-2010 05:52 PM

Quote:

Originally Posted by Alien (Post 1960681)
Hey,

I noticed a very odd bug.

It's related to the subnavbar. When you click on a CATEGORY link, located on the CMS front page the subnav bar goes completely empty and you cannot see any links OR the moods.

Just visiting SECTIONS and ARTICLES themselves are perfect! It's just when concentrating the CMS output on viewing a category's results!

Once that's fixed up, I'll definitely turn it back on.

Now for my other 3 sites, I'm eagerly awaiting the custom location ability in the header since I do not use the vB navbar in any of those.

Thanks!

Are you using the custom navbar location?

As for you other 3 sites, the latest release doe let you change the mood menu location, just have a look at the online readme (sorry forgot to mention in the release notes)

Rob F 01-21-2010 12:35 AM

Installed and working.

Thank you :)


All times are GMT. The time now is 10:05 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.01734 seconds
  • Memory Usage 1,864KB
  • 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
  • (10)bbcode_code_printable
  • (4)bbcode_html_printable
  • (1)bbcode_php_printable
  • (15)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)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