View Full Version : Profile Enhancements - vMoods aka Mood Manager (AJAX)
tecnozul
03-31-2010, 11:10 PM
Good nights, forgive my English bad, I believe new smilies for my forum, and add them in a new folder vmoods/newsmilies, the problem is that in the alone menu me the names are seen and not the images, since I solve it?
I want to solve it to be able to share with you these smilies :(
badawidollah
04-01-2010, 05:10 AM
installed
pretty
Mr Baldman
04-06-2010, 09:38 AM
This is how it looks in IE7 and IE8 compatability mode...
115358
any chance of a fix? :)
baghdad4ever
04-06-2010, 05:37 PM
it doesnt work it keep getting redirected to forum.php is there any idea to fix that?
ellinofatsa
04-07-2010, 03:56 PM
hi i am new here.
the vmoods were mast i pout it?in wits folder?
the classic_72x15 were?
and the last shelley_93x30?
thanks and sory for the problem i like the mods.
i clic on a mod and nathing this say none
masterross
04-07-2010, 04:11 PM
it doesnt work it keep getting redirected to forum.php is there any idea to fix that?
+1
Same situation!
FreakyG'sMom
04-07-2010, 10:33 PM
Ok, sorry for the noobish question but in FTP where do I upload it? In the forums folder or by itself?
Thanks! :)
alashram
04-10-2010, 10:13 AM
Installed
Thank you
zelnik
04-10-2010, 08:55 PM
Hi guys.
VB4.0.3 ... I can't get it to display the graphics on the menu selection, even if i use the style rebuild option thing?!
The graphic shows up in the postbit ok?
any help would be great!
nikki712
04-10-2010, 10:47 PM
When I click on the menu, I'm unable to scroll. The menu keeps disappearing.
Pamela
04-11-2010, 02:39 AM
Ok, sorry for the noobish question but in FTP where do I upload it? In the forums folder or by itself?
Thanks! :)
You may have already discovered the answer to this...but just in case...
You put the "vmoods" folder right in the "Forums" folder.
:)
Pamela
04-11-2010, 02:40 AM
i can't use custom moods
pity
Sure you can...just upload them into the vmoods file in their own folder. That's what I did and it worked! :)
nikki712
04-11-2010, 02:37 PM
Okay, I did all the steps and rebuilt my styles. The mood menu doesn't disappear anymore, but when I select a mood, it takes me to my index.php page. I'm running 4.0.3, so maybe that's the problem? It's also not showing up in the postbit.
zelnik
04-12-2010, 08:36 PM
Okay, I did all the steps and rebuilt my styles. The mood menu doesn't disappear anymore, but when I select a mood, it takes me to my index.php page. I'm running 4.0.3, so maybe that's the problem? It's also not showing up in the postbit.
Mine seems to work ok in vb4.0.3 with the exception of the selection menu, no matter what you select it will only show text as the smilie description and not graphics :(
NobbyTSL
04-13-2010, 03:35 PM
install the latest update and replace the vmoods template with this
<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>
After this you might need to mess around with the CSS to it get it looking the way you want...
I did this thinking it'd look better (I had it this way on my old 3.8.4 forum) but it knocks everything out of line.
...... I was very silly & didn't save the original code before replacing it with that & now can't get it back so have had to disable the hack.
Can someone post up the original code please.
Thanks.
Sunka
04-13-2010, 11:27 PM
Here you go:
<li id="vmoods_list" class="popupmenu">
<a href="javascript://" class="popupctrl">{vb:phrase vmoods_my_mood} (<span id="vmoods-mine">{vb:var bbuserinfo.vmood}</span>)</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>
trackpads
04-22-2010, 10:05 PM
Wierd??? 2 of them are showing.
sKippah
04-23-2010, 12:22 PM
THanks for this mods. Works fine. Also on 4.0.3 - But i got a question. What is that Number for, on Mousover in Userprofile? See Attachment. And is it possible to get rid of it?
One more thing. If i change the code to this
{vb:raw vmoods_list}
<vb:if condition="$notifications_total">
is it possible to get an "Arrow down"
Hope someone can help me with that. Thanks
zelnik
04-23-2010, 02:18 PM
is there any fix for the menu not showing the images?
Yes, I have selected to show image menus and rebuilt the styles and still nothing but text?
Boosted Panda
04-23-2010, 06:37 PM
Great mod but you need to fix the installation instructions for newbies or people who aren't savy.
mactelesis
04-29-2010, 10:18 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.
I'm having the same problem.
CharlieDelta
04-30-2010, 07:25 PM
ive added customized moods of my own, i uploaded to the right folder, copied the name to the list and edited the style.css but the customized moods still don't show up in the drop down. Help please?
I am having the exact problem, is there a fix?
CharlieDelta
05-02-2010, 05:51 PM
Any fixes?
CharlieDelta
05-09-2010, 11:43 PM
Do you get any javascript error? Sometimes if page loading is not done completely on my forum, it happens.
Nope no errors.
Ranma2k
05-12-2010, 08:50 PM
there is a missing file ..
vmoods.css file .. not in the zip attached .
and the templates add it to the header ?
can you attach it here please.
zelnik
05-13-2010, 02:59 PM
is there any way to remove the menu from the cms pages?
thanks
any chance to have the images show in homepage? in drop down menu its show text after selecting the mood
or an update for it to show as before?
SliceofLife
05-18-2010, 01:48 AM
Installed. Thank you!
ho i can make mood picture appearing also in header as image and not text even thought i selected image its still show as text in header and image in post!
DX-FMJ
05-23-2010, 06:50 AM
is there any fix for the menu not showing the images?
Yes, I have selected to show image menus and rebuilt the styles and still nothing but text?
Same issue here.
kavehch
05-29-2010, 01:10 PM
hi
if i disable css save in the file show image in drop-down but i enable dont show this !!!!!
please help if enable save css in file ?
is it possible have the psd file for photoshop to edit the text of vmoods? thank you
Largo .//npc
06-01-2010, 01:31 PM
Same problem as a few others. Selecting a Mood only sends me back to my main page of the cms.
Edit: Working now. I think it took a while for the files to properly update on my server.
Golzarion
06-05-2010, 07:53 AM
For persian language icons : https://vborg.vbsupport.ru/showthread.php?t=243956
You can use it for this plugin or "Plus Mood (https://vborg.vbsupport.ru/showthread.php?p=2048658#post2048658) " .
balkanboy
06-06-2010, 09:47 PM
this just all of a sudden isnt working correctly, it all works fine just the drop down list just shows text.....tried rebuild styles and even re installed no luck :( thats a shame...
Never mind seems like if i enabled store CSS as files it will only show next in the nav bar....... is there a way to fix this? i would like to use db optimize.....
ChopSuey
06-08-2010, 04:21 PM
Yeup, problem i've been trying to figure out! Store CSS as filesheets off the Images will show, when its on it iwll just show text.
SnapOff Racing
06-09-2010, 03:40 PM
how do i move around what line i want this to show up in my postbit???
sadiq6210
06-12-2010, 08:52 AM
Hi guys.
VB4.0.3 ... I can't get it to display the graphics on the menu selection, even if i use the style rebuild option thing?!
The graphic shows up in the postbit ok?
any help would be great!
We need someone to fix this bug
for the customize icons, It appears as a text only even we choose (as image) from the settings !!
Any Help ? vb4.0.3
very nice ......installed , 5*
I've just installed this and the micronewsletter mod - and this mod duplicates the vmoods navbar menu. can anyone assist in rectifying this (micronewsletter says it's this mod that needs to fix).
Gero50
06-23-2010, 06:11 PM
This one for 4x worked perfect on my first install, thanks for the great mod.
sadiq6210
06-24-2010, 03:24 PM
Any update to fix the bugs ??
any news on the navbar problem I have? (see Post #292 (https://vborg.vbsupport.ru/showpost.php?p=2056316&postcount=292))
MarekJan
07-14-2010, 02:45 PM
Hello,
i have a problem.
The groupqualification doesn't fit together. If a user is in the head-usergroup and the adjustment is negativ, but the user is in a nother group and in this group the adjustment ist positive, the system ignores that. Does anyone know a solution? thx marek
txsbmw
07-15-2010, 02:28 AM
For some reason in my error logs I am getting File does not exist: /clientscript/vbulletin_css/style00023l/vmoods.css,vmoods_css_classic_72x15.css I have it set to only show text and I do store my css files. I looked in that folder and it shows files in there with those names. Any ideas?
Anyone have an answer for this. Still getting a ton of these showing up in my error log daily.
DBStattoo
07-26-2010, 10:31 PM
Nice one i install on my vb 4.0.3 just one bug for me when i create a new message or respond to a thread.
My style is the vbulletin default and Breeze same probleme
vmood install not ok
120104
Vmood not install OK
120105
Help me please :up:
123_y_321
07-27-2010, 05:36 AM
work fine.
mdcdeve
07-29-2010, 06:14 PM
Same problem as the other users where it will only show text and not save any mood chosen, i'd change the options though i would still like to use vB Optimise.
Greight
08-03-2010, 05:29 PM
The mood can not be changed. When the top menu is clicked the browser goes to the main page of forum!
steeler7
08-04-2010, 04:34 PM
Installed but I'm getting absolutely nothing to happen. I went into admincp/options and enabled the hack and pretty much kept everything else as is. nothing. Uploaded the XML. Uploaded entire folder so that it looks like the picture provided in the Readme...
just nothing at all happening. I even went and tried to put in the code myself in the postbit and nothing happened.
EDIT :
Ok, got the popmenu under the Tabs. when I choose a Mood it duplicates itself in my postbit. I get 2, sometimes 3 of them repeating and then it shows my mood on everyone else's postbit as well
SoloX
08-10-2010, 04:21 AM
I have a strange problem.
I cannot get the images in the navbar pulldown. Just the text. I have clicked on build styles after I check to show images. everything else works just fine.
Strange thing is, its working on a default installation without any other products installed.
Does anyone know why I would not see any images in the pull down navbar?
Alecsmith
08-24-2010, 04:50 PM
One of my member facing strange problem he able to open pop up box but he can't select Mood whenever he try its didn't get selected but he faced some error in IE Browser i am using FF till now i haven't faced any error can anyone tell me how to solve it.
Webpage error details
User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; GTB6.5; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; InfoPath.2; Media Center PC 5.0; SLCC1; OfficeLiveConnector.1.5; OfficeLivePatch.1.3; .NET4.0C; Tablet PC 2.0)
Timestamp: Tue, 24 Aug 2010 13:42:02 UTC
Message: 'YAHOO' is undefined
Line: 58
Char: 3
Code: 0
zonaenlinea
09-15-2010, 12:08 AM
vbulletin 4.0.6 use the perfect intal
but hang when selecting the images I asic then appear in the picture here sa
https://vborg.vbsupport.ru/
I have a strange problem.
I cannot get the images in the navbar pulldown. Just the text. I have clicked on build styles after I check to show images. everything else works just fine.
Strange thing is, its working on a default installation without any other products installed.
Does anyone know why I would not see any images in the pull down navbar?
have the same problem
theoutlawed
09-15-2010, 04:39 AM
4.0.7 working fine for me with no problems. Thanks for a fun mod.
alawee.blawee
09-17-2010, 01:30 PM
i'm facing a problem actually
in the error_log
[Fri Sep 17 01:34:12 2010] [error] [client 41.232.144.58] File does not exist: /*****/******/public_html/vb/vmoods/moods/style.css, referer: http://www.mriraq.com/vb/showthread.php?t=92279
it requests a css file which is not included in the Zip file of the MOD
what can i do to prevent this error from showing up?
Wajdan
09-27-2010, 05:23 PM
Is anyone here to update this mod ?
ngkong
09-28-2010, 02:04 PM
i dont know why, yui 2 is suddenly missing
download it from here: http://developer.yahoo.com/yui/2/ then attach in headinclude will fix it
sadiq6210
10-13-2010, 06:47 AM
I am still waiting for somebody to fix the problem
Lustikus
10-14-2010, 08:07 AM
Probs with the navbar, cant select any mood
uninstalled and waiting for update
DAMINK
10-14-2010, 09:49 AM
I have a strange problem.
I cannot get the images in the navbar pulldown. Just the text. I have clicked on build styles after I check to show images. everything else works just fine.
Strange thing is, its working on a default installation without any other products installed.
Does anyone know why I would not see any images in the pull down navbar?
Yep same problem actually.
ladycroft
10-19-2010, 08:31 AM
I have a strange problem.
I cannot get the images in the navbar pulldown. Just the text.
I have the same problem. I see only the text, no images in the navbar
sadiq6210
10-21-2010, 04:22 PM
Where is sniper =) ?
RobbieZ
10-23-2010, 02:50 PM
I have a strange problem.
I cannot get the images in the navbar pulldown. Just the text. I have clicked on build styles after I check to show images. everything else works just fine.
Strange thing is, its working on a default installation without any other products installed.
Does anyone know why I would not see any images in the pull down navbar?
vbulletin 4.0.6 use the perfect intal
but hang when selecting the images I asic then appear in the picture here sa
http://luqmanamjad.com/vmoods4/screenshots/shelley_mood_list.png
have the same problem
Yep same problem actually.
I have the same problem. I see only the text, no images in the navbar
The reason is because you have selected store CSS as files in your options>style & language settings.
I would suggest asking Hippy > https://vborg.vbsupport.ru/member.php?u=2771
Fpr some assistance as it looks like it is not calling to the images to be shown in the drop down.
snow2000
10-28-2010, 07:35 PM
I have the same problem. I see only the text, no images in the navbar
I have the same Problem...
Wajdan
10-31-2010, 04:40 PM
I am waiting for fix so, already tagged this mod.
persian.be
11-04-2010, 08:54 PM
Thanks
how can i change to persian languge
i need psd or... for change english to persian in photos
sadiq6210
11-08-2010, 08:32 PM
<font color="Red">Someone can fix this mod? </font>
RichieBoy67
11-10-2010, 09:46 PM
Great Mod!
I am having issues though..
#1 - Not showing up in Postbit_Legacy
#2 - Images Not showing in Navbar
Thanks for your work on this Sniper!
Barbara1
11-11-2010, 02:27 AM
this is a great mod! marked as installed.
everything is working 100% ok.
i would like to add an image set i have created for my forum and these are the steps i am going to follow.
please correct me if i am doing it in a wrong way, because i have no idea about coding etc...
i will copy and rename the "Classic style.css" to lets say "My forum style.css"
i will create a directory named "my_moods" and place it inside the "vmoods" installed directory
i'll edit it the "My forum style.css" in the following way:
#vmoods li.Aggressive a{background-image: url("/vmoods/classic_72x15/Aggressive.gif");}
to
#vmoods li.Aggressive a{background-image: url("/vmoods/my_moods/my_Aggressive.png");}
etc etc etc
(a png file will work also.right?)
is there anything else i need to do?
do i have to edit something at the "vmoods.js"
do i need to uninstall and reinstall the hack or an update (overwrite-yes) will do?
is there something else am i missing?
thank you in advance for any replies :)
Bisha
11-12-2010, 09:32 PM
there are some problems if you use the static .css files...
Barbara1
11-13-2010, 05:39 AM
there are some problems if you use the static .css files...
thank you for your answer. so its better if i create one from scratch i guess.
gamerzhut
12-04-2010, 01:39 AM
Already there is a fix for this.
How can display an image instead of text after the selection of mood
Replace the contents of the vmoods template with the following
<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>
sadiq6210
12-04-2010, 08:21 AM
Already there is a fix for this.
How can display an image instead of text after the selection of mood
Replace the contents of the vmoods template with the following
<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>
Thank you Thalada
I want to use this product but I have a strang problem
When I add a new mood image, it not appear in the list but it appears in postbit and profile perfectly.
I need to change the mood images with new images designed by me!, but in the list I can see just the original images as shown here: (this issue is only in the list)
https://vborg.vbsupport.ru/external/2010/12/74.jpg
SİMAR
12-04-2010, 08:56 AM
thanks man gut
gamerzhut
12-05-2010, 06:18 AM
Thank you Thalada
I want to use this product but I have a strang problem
When I add a new mood image, it not appear in the list but it appears in postbit and profile perfectly.
I need to change the mood images with new images designed by me!, but in the list I can see just the original images as shown here: (this issue is only in the list)
https://vborg.vbsupport.ru/attachment.php?attachmentid=124146&stc=1&d=1291457948
Go to options->vMoods by luqmanamjad.com->List of Available Moods
Add your new mood image name to the list.
sadiq6210
12-05-2010, 02:40 PM
Go to options->vMoods by luqmanamjad.com->List of Available Moods
Add your new mood image name to the list.
I wish it was as simple as that
I tried all solutions, just try to add one new icon and you will face the problem that I talked about.
Nice one m on 4.0.8 Installed easy one ;) Thanks
Bisha
12-12-2010, 11:00 AM
yes, this mod need and update!
Nocturnal222
12-12-2010, 12:37 PM
can this be installed on version 4.1.0 ?
gamerzhut
12-13-2010, 12:19 PM
Yes, It's working with 4.1.0 as well :)
Barbara1
12-17-2010, 06:29 AM
4.1.0 also, everything is working ok :)
Gn_Snake
01-02-2011, 01:50 PM
You can bring up this plugin only navbar in the forum and not the Home and the CMS?
Thx
zacs2k
01-02-2011, 04:19 PM
installed, awesome!
AURFSCAN
01-02-2011, 05:03 PM
You can bring up this plugin only navbar in the forum and not the Home and the CMS?
Thx
remove
case 'vbcms':
$template_hook['vbcms_navbar_end'] .= $vmoods_templater_render;
break;
from
Plugin Manager - Product : vMoods By luqmanamjad.com - vb4 show the mood menu in all pages - parse_templates
:)
any chance to show the mood in nav after you pick one? like how it show in post...etc?
and how i can add more moods? i tried to upload and dd to list yet it doesnt appear
Gn_Snake
01-03-2011, 10:45 AM
remove
case 'vbcms':
$template_hook['vbcms_navbar_end'] .= $vmoods_templater_render;
break;
from
Plugin Manager - Product : vMoods By luqmanamjad.com - vb4 show the mood menu in all pages - parse_templates
:)
Thanks Man!! :up:
Thunderbird8
01-14-2011, 02:40 AM
It appears each entry in the mood list points to {bburl}/index.php?, which will prevent an actual mood change if someone is anywhere else. I fixed it on the test board I have (main board is still on 3.8) by changing the link to # in the vmoods style.
Also, it appears the CSS template's image list is static, which means if someone upgrades to vB4 and installs this version on top of their 3.8 version, they may be left with a bunch of moods without images, unless all of the links are added in by hand. Is it sensible to try and build the CSS in the plugin code instead?
hyppa
01-19-2011, 01:02 PM
I have it installed, but the images will not show?
hyppa
01-19-2011, 02:50 PM
Installed everything one more time, and now we see the images, but can not get them to stick to the user.../ can not set mood...
????
d2gaming
02-24-2011, 10:23 PM
Not working in 4.1.2
stamos2003
04-02-2011, 10:20 PM
Not working in 4.1.2
i can confirm this, moods wont change anymore
vitrag24
04-04-2011, 02:25 PM
Version i was using on vb 3.7.1 was perfect..
on vb 4.1.2 i didnt find it comfortable.
Many template changes we needed manually to show it like it was by default in vb 3.7.1 version..
even after that not looking perfect..alignment between mood word and image isnt proper in postbit..
==============
2 bugs:
1. Mood images arent seen in dropdown (current mood image is seen), but if i move cursor i can see text (i've done template changes,"no" in autoedit navbar and added code in header too and changed in vb admincp setings for image instead of text)
and in navbar, text is seen but images arent seen in drop down.
2. if i change mood from dropdown menu, it redirects me to forum home rather than changing mood.
3. in postbit,profile etc it's showing "my mood"..and accordig to ur solution if i remove code u mentioned, it's not showing word "mood" too.. but showing ": mood image" big space between even : and moodimage.
-=Sniper=-
04-10-2011, 10:30 AM
<font color="Red">I no longer work with vBulletin, therefore will no longer work on vMoods! someone else can takeover...</font>
vitrag24
04-18-2011, 02:08 PM
I no longer work with vBulletin, therefore will no longer work on vMoods! someone else can takeover...
opps..that's sad..
if u dont mind, atleast update ur mod for vb 4.1.3 please.i really liked ur work on vb 3.x..
04wayne
04-19-2011, 12:17 AM
Used this on 4.0.8 and it works exceptionally! Thank you
KW802
04-26-2011, 08:56 PM
opps..that's sad..
if u dont mind, atleast update ur mod for vb 4.1.3 please.i really liked ur work on vb 3.x..
What part isn't working for you with vB 4.1.3?
gamerzhut
04-27-2011, 06:18 AM
What part isn't working for you with vB 4.1.3?
Images are not shown in the drop down menu, even though i edited the vbmoods template.
Gemma
04-27-2011, 12:17 PM
It works fine on 4.1.3
Make sure the images are uploaded to the correct place and make sure that location matches the location in either vmoods_css_shelley_93x30.css or vmoods_css_classic_72x15.css or vmoods_css_user_defined.css (whichever you are using)
Also everything is case sensitive (image, image name in vmoods_x.css and name in AdminCP > Settings > vMoods), everything must match.
Also Rebuild Your Styles
Oclamora
05-12-2011, 03:24 AM
Hi,
Anybody is taking over the hack?
The hack is not working on iDevices :( :( :(
xcitezone
05-12-2011, 07:54 AM
nice 1, installing :D
sadiq6210
05-13-2011, 05:12 PM
Luqman, is this your hack?
http://xenforo.com/community/threads/xenmoods.5885/
All coders are moving to xenforo, I don't know but I am thinking on that
I will wait Jelle (DownloadsII) if he will move also I will convert to xenforo that I can upgrade my add-ons!
The Rocketeer
05-13-2011, 11:12 PM
It works fine on 4.1.3
Make sure the images are uploaded to the correct place and make sure that location matches the location in either vmoods_css_shelley_93x30.css or vmoods_css_classic_72x15.css or vmoods_css_user_defined.css (whichever you are using)
Also everything is case sensitive (image, image name in vmoods_x.css and name in AdminCP > Settings > vMoods), everything must match.
Also Rebuild Your Styles
I recently "Store CSS Stylesheets as Files?" and now this mod isn't working properly, I get a 404 in firebug with vmoods.css,vmoods_css_shelley_93x30.css ...what should I do?
abdulbasitsaeed
05-17-2011, 01:29 AM
Luqman, is this your hack?
http://xenforo.com/community/threads/xenmoods.5885/
All coders are moving to xenforo, I don't know but I am thinking on that
I will wait Jelle (DownloadsII) if he will move also I will convert to xenforo that I can upgrade my add-ons!
Nope, this is the same hack but not by Sniper (Luqman).
I have heard that RS_Jelle isn't going to be porting over DownloadsII to XF, though he has given permission (http://xenforo.com/community/threads/downloads-plugin.13194/page-2#post-198085) to have a look at his mod while creating one for XF.
mikeinjersey
05-17-2011, 08:13 PM
can someone tell me the proper procedures to follow when adding a new Mood icon to the Shelley pack ?
alhindasi
06-01-2011, 06:43 PM
please it is not working on 4.1.3 can you please Update it
flbutterflyz
07-06-2011, 09:20 PM
Does anyone know if there's a way to pick "None" mood as a default?
Miihawk
07-10-2011, 03:52 AM
Where can i download the Shelley pack of moods ?!
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
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.php?p=2218848&postcount=364
This fixes the issue where all images were not showing/listing.
The Rocketeer
07-12-2011, 05:24 AM
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.php?p=2218848&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?
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
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
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
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
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
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
<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
How can display an image instead of text after the selection of mood
Replace the contents of the vmoods template with the following
<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
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:
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
I have the exact same problem and the contents on the vmoods_css_shelley_93x30.css template is as follows:
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
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
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
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
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/entry.php/2513-4-2-Products-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
fookaa
06-10-2012, 09:42 AM
All i can suss out atm is that you can add this {vb:raw vmoods_list} to say teh header template and it displays the moods menu but not where you want it to be...
I been messing around with the new navigation manager in 4.2.0 but cant seem to get it to work grrrr
fookaa
06-10-2012, 10:06 AM
All i can suss out atm is that you can add this {vb:raw vmoods_list} to say teh header template and it displays the moods menu but not where you want it to be...
I been messing around with the new navigation manager in 4.2.0 but cant seem to get it to work grrrr
Ah ha :D
I added
{vb:raw vmoods_list}
In the navbar template below the part about notifications and it kinda fits on my theme, i guess just play around and try it out in different places ....
NSForumGuru
06-10-2012, 03:08 PM
Ah ha :D
I added
{vb:raw vmoods_list}
In the navbar template below the part about notifications and it kinda fits on my theme, i guess just play around and try it out in different places ....
Unfortunately your description of your fix isn't particularly helpful...
perhaps you should post the explicit template name, and where explicitly you added the line:
{vb:raw vmoods_list}
Thanks.
Thunderbird8
06-11-2012, 11:58 AM
Unfortunately your description of your fix isn't particularly helpful...
perhaps you should post the explicit template name, and where explicitly you added the line:
{vb:raw vmoods_list}
Thanks.
The explicit template name is navbar. You can also stick it in the header template if you like.
However, in order for that to actually work, you will need to turn off the Auto Edit Navbar Template option, otherwise it will attempt to stick the list into the nonexistent navbar_end template hook.
Or, to make it easy, I modified the plugin controlling that to point it to the navtab_end template hook instead, and attached the XML for said plugin. It's in a slightly different spot than it used to be though.
New Joe
06-11-2012, 01:49 PM
How do I remove that PlugIn?
I just installed it but it added a Tab instead of a link under the Tabs.
But now I can't find it in my Plug In manager to take it out.
Thunderbird8
06-11-2012, 09:23 PM
If you turn off the Auto Edit Navbar Template in the vMoods options, it'll go away and you can place {vb:raw vmoods_list} anywhere in the navbar or header template you wish, though I don't think it's possible to stick the list in the place it used to be under this way.
Megaboost
06-12-2012, 11:39 AM
The explicit template name is navbar. You can also stick it in the header template if you like.
However, in order for that to actually work, you will need to turn off the Auto Edit Navbar Template option, otherwise it will attempt to stick the list into the nonexistent navbar_end template hook.
Or, to make it easy, I modified the plugin controlling that to point it to the navtab_end template hook instead, and attached the XML for said plugin. It's in a slightly different spot than it used to be though.
Its working for me now. All I did was upload the .xml above in the Plugins & Products of AdminCP and it was spot on. Thanks Thunderbird.
New Joe
06-12-2012, 12:00 PM
Great share I agree, but I don't want it as a Tab, more of how it was before as in the 'Links' below the Tabs.
Any ideas how to do that?
Thunderbird8
06-12-2012, 08:35 PM
I played around with the plugin involved a little more.
This new attached version will allow you to place {vb:raw vmoods_list} inside the navbar_tabs template, which is probably the place that you were looking for. As usual, the Auto Edit Navbar Template option (AdminCP->Settings->Options->vMoods) must be turned off in order to do this, otherwise it'll just stick the list as a tab.
For the equivalent location, place it after the second to last </vb:each> in that template, but before the </ul> that follows it. Note that {vb:raw template_hook.navbar_after_links} is in this same spot, but that's scheduled to be deleted in 4.2.1, so I can't use that.
Do note that this will make the mood list show up regardless of which tab is selected on the top (the original behavior only showed it if Forum was selected).
New Joe
06-13-2012, 02:37 AM
Very big thank you for that, worked great, just as it should.
Thanks again.
tommac3
06-23-2012, 02:03 AM
Does this work with 4.2 I had some problems. Do I need to reinstall or something?
BarelyHangingOn
06-25-2012, 12:06 AM
Anyone want to tell me why the images don't show up in the drop down menu? I have it set to show images and rebuilt by styles.
DoubleGlasses
06-25-2012, 02:04 AM
Just wanted to say thanks for this - it worked great for me.
For BarelyHangingOn - I was able to get the images to show up without issue.... not sure why it isn't working for you....
SpottySocks
07-05-2012, 11:23 AM
I played around with the plugin involved a little more.
This new attached version will allow you to place {vb:raw vmoods_list} inside the navbar_tabs template, which is probably the place that you were looking for. As usual, the Auto Edit Navbar Template option (AdminCP->Settings->Options->vMoods) must be turned off in order to do this, otherwise it'll just stick the list as a tab.
For the equivalent location, place it after the second to last </vb:each> in that template, but before the </ul> that follows it. Note that {vb:raw template_hook.navbar_after_links} is in this same spot, but that's scheduled to be deleted in 4.2.1, so I can't use that.
Do note that this will make the mood list show up regardless of which tab is selected on the top (the original behavior only showed it if Forum was selected).
Sorry, could you talk me through how to install this? I've not added a plugin before.
What hook location do I use? Do I upload the xml file (how?) or do I open it, and copy/paste the contents into Plugin PHP Code?
Thunderbird8
07-06-2012, 06:12 AM
Download the XML, go to Download/Upload Plugins (inside Plugins & Products) in your control panel, scroll to the bottom, browse to the XML file on your computer, then click Import.
SpottySocks
07-06-2012, 06:37 PM
Download the XML, go to Download/Upload Plugins (inside Plugins & Products) in your control panel, scroll to the bottom, browse to the XML file on your computer, then click Import.
Ok, I got it working. Thanks very much for explaining!! :)
ejup2009
07-07-2012, 04:51 PM
Please update for the version of vbulletin 4.2
Please sniper. Thank your brother.
ejup2009
07-07-2012, 04:53 PM
This is one of all versions of moods there. That's why I ask the creator if you can upgrade to vBulletin 4.2. From already thank you very much.
ejup2009
07-08-2012, 09:38 PM
Please update for the version of vb 4.2!
Thunderbird8
07-09-2012, 12:15 AM
The plugin attached to one of my posts on the previous page should be sufficient.
ejup2009
07-09-2012, 01:16 PM
It really does not work in vbulletin version 4.2. I've done everything to walk. Moreover , I can not translate it. That way not to. If the creator can update the add please. From already thank you very much. Greetings to all.
zonaenlinea
09-06-2012, 11:25 PM
in 4.2.0 I do not get the bar to move and choose my Mood help please
Priyanshu
09-07-2012, 11:34 AM
i installed it how can any user change his mood. i did not find any option to change my mood
Deimos
09-18-2012, 08:59 PM
Works ok for 4.2, only small issue is the mood image isn't in ...vertical alignment with the words "My mood:"
It appears several pixels above it, how would I go about modifying that? I assume it's in a template somewhere?
Mark_Zuckerberg
09-27-2012, 07:12 PM
not working on vb 4.2 plz help?
xXSiCkXx
10-25-2012, 07:22 AM
Installed it on vb 4.2 but it doesnt show anything :/
And sure its enabled
Bisha
12-08-2012, 08:39 PM
Add the:
{vb:raw vmoods_list}
on the navbar template ;)
Cody1611
04-25-2013, 03:03 PM
Does this work for Version 4.2.0?
whoareyou82605
04-25-2013, 05:53 PM
Installed no errors just not showing up in my quick links
natecoupons
07-11-2013, 11:45 PM
This took me forever to figure out, so for those that are completely confused, this does work in vb 4.2.1. I installed the modification from Thunderbird, and then added {vb:raw vmoods_list} NOT to my navbar template, but to my nav_bars template right after the last </vb:each> in the file. That made it it's own tab next to quicklinks. This took forever, but yea it works!
blackberry
07-30-2013, 11:05 PM
Installed and working on 4.2.1 but doesn't show mood images in drop down :-s
socialteenz
07-31-2013, 03:57 AM
Installed and working on 4.2.1 but doesn't show mood images in drop down :-s
Replace the contents of the vmoods template with the following
<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>
blackberry
07-31-2013, 05:53 PM
Replace the contents of the vmoods template with the following
<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>
Thank you I did with the code in file but its not perfectly aligned.
socialteenz
08-01-2013, 05:42 PM
Thank you I did with the code in file but its not perfectly aligned.
It works fine for me though, may be test account would be helpful.
Bubble #5
08-16-2013, 02:07 AM
I installed the modification from Thunderbird, and then added {vb:raw vmoods_list} NOT to my navbar template, but to my nav_bars template right after the last </vb:each> in the file.
Does anyone know what he means by nav_bars template? All we have is the navbar template in 4.2.1. Where is this nav_bars template supposed to be?
smirkley
09-06-2013, 03:18 AM
I like this, but I am looking around for a really nice set of mood icons that work well on dark themes.
(transparent backgrounds ya know).
ReadOrDie
09-06-2013, 06:12 AM
Add the:
{vb:raw vmoods_list}
on the navbar template ;)
Where does this go? Anywhere?
Edit: Seems the mod is dead...
smirkley
09-06-2013, 12:13 PM
Where does this go? Anywhere?
Edit: Seems the mod is dead...
It pretty much can go anywhere. I have mine located in the user srea next to my logo.
Dont know why you say it is dead. It works well for me.
TroyTrojansFan
09-08-2013, 04:17 AM
I'm having trouble getting it to work as well. :confused:
Ba'al
09-10-2013, 06:23 AM
I'm having trouble getting it to work as well. :confused:
Try this one, it works well and is supported https://vborg.vbsupport.ru/showthread.php?t=243754
friendlymela
09-17-2013, 03:15 PM
it will work on 4.2.1 ?
DemOnstar
09-17-2013, 03:24 PM
Without reading through the whole thread, could somebody tell me where the vmoods.js goes?
Thanks all..
I want to try this.
smirkley
09-17-2013, 04:00 PM
Without reading through the whole thread, could somebody tell me where the vmoods.js goes?
Thanks all..
I want to try this.
Upload the vmoods folder to your root.
The js file will exist in your vmoods folder.
I know the xml, and screenshots, and readme file are in the vmoods folder, you dont need to upload those.
DemOnstar
09-18-2013, 10:31 AM
Upload the vmoods folder to your root.
Marvelous smirkley, as reliable as ever...:up::up::up:
DemOnstar
09-18-2013, 10:44 AM
Unfortunately, it doesn't appear to work for me.. Nothing showing in the nav bar...
smirkley
09-18-2013, 12:22 PM
You will have to add {vb:raw vmoods_list} somewhere in your navbar or navbar template. I integrated it into my header, but my header is pretty custom.
This mod predates the new navigation manager in vb4.
DemOnstar
09-18-2013, 12:28 PM
You will have to add {vb:raw vmoods_list} somewhere in your navbar or navbar template. I integrated it into my header, but my header is pretty custom.
This mod predates the new navigation manager in vb4.
When you say 'somewhere', could that mean anywhere?
smirkley
09-18-2013, 01:21 PM
Pretty much.
I didnt want it in my navbar, so I put it in my header member area. It is just where it looked good on my site.
DemOnstar
09-18-2013, 03:12 PM
Pretty much.
I didnt want it in my navbar, so I put it in my header member area. It is just where it looked good on my site.
Sorry, confused now.
My question was could I put it anywhere in the navbar template? I tried various places and it didn't work.
Any chance of a pic of your header member area to see how it looks?
smirkley
09-18-2013, 05:39 PM
You are welcome to join my site and have a look see and play with it in operation.
I use really fast registration, so you can join really fast.
It would take longer for me to make an image and post it here, than just for you to make a quick account.
MaxSof
09-19-2013, 10:10 PM
it will work on 4.2.1 ?
Hi, I work on 4.2.0 with no problems that I think will work on 4.2.1.
SpottySocks
10-06-2013, 10:40 AM
Hi, can someone explain to me in simple terms how to add this drop-down to my navigation bar please? I'm running 4.2.1
postcd
10-27-2013, 01:44 PM
How can we edit vmoods menu height? its too tiny and too many moods images...
postcd
10-27-2013, 02:07 PM
Hi, can someone explain to me in simple terms how to add this drop-down to my navigation bar please? I'm running 4.2.1
Install Mod, and then find details in vbuleltin / options / vmoods
postcd
10-27-2013, 02:08 PM
Hi, I work on 4.2.0 with no problems that I think will work on 4.2.1.
4.1.11 there, works ok
Harpo
11-11-2013, 02:55 AM
Not working on my 4.2. Disabled for the time being.
Ba'al
11-11-2013, 10:44 PM
Not working on my 4.2. Disabled for the time being.
We had the same issue on 4.2.0 so we went with this: https://vborg.vbsupport.ru/showthread.php?t=243754
smirkley
11-15-2013, 04:43 AM
This one worked fine on my 4.2.0, and use it also now that I am on 4.2.1
My peeps love it.
Elixar
03-18-2014, 04:48 AM
Has anyone managed to add the moods to appear to the header?
Just for some of you who wants to know if it works on 4.2.2 then it's a YES !
BarelyHangingOn
05-21-2014, 11:19 PM
It showed up in 4.2.2 when I upgraded but will now show up on a fresh install.
MaxSof
09-13-2014, 03:49 PM
{vb:raw vmoods_list} for 4.2.0 best to put in header
that's what I came:
https://vborg.vbsupport.ru/external/2014/09/14.jpg (http://pixs.ru/showimage/nastrpng_4038122_13821581.png)
Elixar
09-14-2014, 05:29 AM
Can't see your screenshot.
macfan365
11-12-2014, 06:37 AM
This does not show up on my site. Does not work. I use 4.2.2
www.therecommunity.net
stevefink
08-19-2015, 04:51 PM
Anyone trying to use this in 4.2.3 with any success? I know they created a navigation feature, and that messes up the plugin some. Here's a post I made in another forum if anyone has any insight, I'd appreciate.
===
One of my templates is having issues rendering data from an array. I use a plugin named vmoods. The part of the template that's having issues is the following:
<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>
I'm guessing vmoods_list is defined somewhere in the database, or should be anyway. This was working before I upgraded from 4.1.9 to 4.2.3. Now the list just comes up empty.
Is there somewhere in the db I can see if vmoods_list is being defined? I'm trying to understand why my list is coming up empty after the upgrade.
Thanks.
jagtpf
10-18-2015, 12:18 PM
Anyone trying to use this in 4.2.3 with any success? I know they created a navigation feature, and that messes up the plugin some. Here's a post I made in another forum if anyone has any insight, I'd appreciate.
===
One of my templates is having issues rendering data from an array. I use a plugin named vmoods. The part of the template that's having issues is the following:
<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>
I'm guessing vmoods_list is defined somewhere in the database, or should be anyway. This was working before I upgraded from 4.1.9 to 4.2.3. Now the list just comes up empty.
Is there somewhere in the db I can see if vmoods_list is being defined? I'm trying to understand why my list is coming up empty after the upgrade.
Thanks.
Trying to use, but without success....
IggyP
08-25-2016, 02:51 AM
hmm nothing like this working anymore huh, thats a shame would be nice to see it finished now that vb4 is "stable"
vBulletin® v3.8.12 by vBS, Copyright ©2000-2024, vBulletin Solutions Inc.