vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.7 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=228)
-   -   Profile Enhancements - vMoods aka Mood Manager (https://vborg.vbsupport.ru/showthread.php?t=178020)

vnairp11 05-05-2008 05:24 PM

could someone please post a zip file with customized moods :) i love some of the ones ive seen here.

-=Sniper=- 05-05-2008 06:07 PM

please try new version and let me know about speed etc as for using non-standard images, I've moved the css in the Admin CP so you can change it if required.

Shelley_c 05-05-2008 06:31 PM

The issues have remained with regards to the alignment problems when I input the custom dimensions. As you you can see the mood text is sitting on top of the icon.

Still can't implement the alignment so that the text sits flush with the bottom of the icon. There's also an extra: on the text at the top.

Speeds are better. :)


-=Sniper=- 05-05-2008 06:44 PM

Shelley_c: the extra ":" should be removed (just uploaded new file now)

as for alignment, I messed around for a couple of hours trying to make it dynamic with the image size, I'm no expert with CSS but I know its not very easy to vertical-align images using css, so if someone else has a solution, I'd be happy to include it.

Shelley_c 05-05-2008 06:53 PM

Thanks for the effort sniper. I managed to align it in the postbit area with it flush with the image but I was still working on aligning it with the image up by the PM area.

For me to align it again I'll still need to go back into the xml file and input the custom dimensions because I know I input the same two dimensions twice in the old xml file but with the update I only had the option to insert it once. :D

Anyway, thanks again. :up:

-=Sniper=- 05-05-2008 06:55 PM

cool, you should edit the "vmood_postbit" template to do that, much easier, I'll add that into admin cp, if that makes even easier?

Quote:

Originally Posted by Shelley_c (Post 1509621)
Thanks for the effort sniper. I managed to align it in the postbit area with it flush with the image but I was still working on aligning it with the image up by the PM area.

For me to align it again I'll still need to go back into the xml file and input the custom dimensions because I know I input the same two dimensions twice in the old xml file but with the update I only had the option to insert it once. :D

Anyway, thanks again. :up:


Shelley_c 05-05-2008 06:59 PM

I think I found your problem (I'm not sure yet as I haven't set the dimensions) but i looked in the xml file and noticed the default value is set to the old custom image dimensions.

Code:

<defaultvalue>#vmoods {display: block; height: 15px; width: 72px;}

-=Sniper=- 05-05-2008 07:05 PM

Quote:

Originally Posted by Shelley_c (Post 1509631)
I think I found your problem (I'm not sure yet as I haven't set the dimensions) but i looked in the xml file and noticed the default value is set to the old custom image dimensions.

Code:

<defaultvalue>#vmoods {display: block; height: 15px; width: 72px;}

you can edit these in the admincp

whitetigergrowl 05-05-2008 07:56 PM

Weird. Works fine in FF for me. But IE 7 it still loads the header before loading the rest of the page. It's a weird delay. If you just click on the header to refresh it's not that bad. But if you do a normal refresh using the IE7 refresh button the delay occurs. Odd. I updated it to the newest release with those results still there.

-=Sniper=- 05-05-2008 08:02 PM

Quote:

Originally Posted by whitetigergrowl (Post 1509688)
Weird. Works fine in FF for me. But IE 7 it still loads the header before loading the rest of the page. It's a weird delay. If you just click on the header to refresh it's not that bad. But if you do a normal refresh using the IE7 refresh button the delay occurs. Odd. I updated it to the newest release with those results still there.

you havent uploaded the new vmoods.js file

Exitilus 05-05-2008 08:03 PM

Works great here except I've noticed there is a huge space inbetween the "My Mood" and the image .... O.o.

Probably fixable by fixing the template i'm guessing

whitetigergrowl 05-05-2008 08:05 PM

Yep. I just did. Same problem. :( IE seems to be the only one throwing the fit. When I disabled the plug-in, things went back to normal. So no doubt, something with the moods is causing it.

echo2kk5 05-05-2008 08:25 PM

Same here...still slow loading.

flipstyle 05-05-2008 08:36 PM

Is there anyway I can change the position where My Mood: comes up. For example like underneath Welcome, myname ?

-=Sniper=- 05-05-2008 08:44 PM

Quote:

Originally Posted by flipstyle (Post 1509726)
Is there anyway I can change the position where My Mood: comes up. For example like underneath Welcome, myname ?

you need to disabled AUTO edit in the admin cp and use I think $vmood_form to place it where you want in your navbar template.

whitetigergrowl: i moved the javascript call from the vmoods_form to the footer template which seems to have fixed the problem? let me know

Shelley_c 05-05-2008 08:54 PM

Quote:

Originally Posted by Exitilus (Post 1509694)
Works great here except I've noticed there is a huge space inbetween the "My Mood" and the image .... O.o.

Probably fixable by fixing the template i'm guessing

Replace all the code on the #vmoods-container p line with the following.

Code:

#vmoods-container p{margin:0px; float:left; font-weight: bold;}
If your using the default icons you should be fine with the spacing that the larger custom icons that some of us are using but that should resolve the gap issue. :)

Exitilus 05-05-2008 09:15 PM

Quote:

Originally Posted by Shelley_c (Post 1509740)
Replace all the code on the #vmoods-container p line with the following.

Code:

#vmoods-container p{margin:0px; float:left; font-weight: bold;}
If your using the default icons you should be fine with the spacing that the larger custom icons that some of us are using but that should resolve the gap issue. :)

Under vmoods CSS Right?

whitetigergrowl 05-05-2008 09:16 PM

Quote:

Originally Posted by -=Sniper=- (Post 1509730)
you need to disabled AUTO edit in the admin cp and use I think $vmood_form to place it where you want in your navbar template.

whitetigergrowl: i moved the javascript call from the vmoods_form to the footer template which seems to have fixed the problem? let me know

Yep. Just tried it a few times and that seems to have fixed it. Thanks for everything! :up:

-=Sniper=- 05-05-2008 09:20 PM

Quote:

Originally Posted by whitetigergrowl (Post 1509763)
Yep. Just tried it a few times and that seems to have fixed it. Thanks for everything! :up:

n/p I just uploaded the latest version on your site which further improved the speed. You can disable my account now.


LATEST VERSION
- - - - - - - - - - -

1.1.1 - moved a few things to the footer to improve load times for IE6/7 users.

echo2kk5 05-05-2008 09:20 PM

NM....I cleared my browser cache and it works fine now...Thanks for the great mod! :up:

flipstyle 05-05-2008 09:27 PM

Quote:

Originally Posted by -=Sniper=- (Post 1509730)
you need to disabled AUTO edit in the admin cp and use I think $vmood_form to place it where you want in your navbar template.

I tried adding $vmood_form and disabling the auto but It still doesnt show up got any ideas?

-=Sniper=- 05-05-2008 09:28 PM

Quote:

Originally Posted by echo2kk5 (Post 1509768)
I just installed the new version and it didn't fix my slowness? :confused:

try clearing your browser cache, else check if you have the "vmoods" template if not try uninstalling and installing.

-=Sniper=- 05-05-2008 09:29 PM

Quote:

Originally Posted by flipstyle (Post 1509777)
I tried adding $vmood_form and disabling the auto but It still doesnt show up got any ideas?

latest version been changed to $vmoods

Exitilus 05-05-2008 09:40 PM

Hmmm I've tried playing around with the coding Shelley_c posted but I can't seem to get the My Mood: location to change O.o

DawnsWebDesigns 05-05-2008 09:44 PM

I believe it's working here: http://x.dawnswebdesigns.com. In both IE & FF. Thank you. :)

Lean Bodies 05-06-2008 02:15 AM

I can't get this to work.

I uninstalled the old one and just tried to start over, but I can't get it to work.

I can get the moods to show up in the drop down, but clicking on them has no effect. :(

kid101skater 05-06-2008 03:49 AM

Well, i have a good feature idea... Why not allow custom icons for moods as well as custom moods. Also... maybe a psd template of the ones u already used. That way it can be more customizeable. Also, Why not allow it to be part of the person's signature.

Just some of my ideas.
thanks

Also... Great mod. works 100% for me on 3.7.0 Stable. It is an amazing mod

-=Sniper=- 05-06-2008 07:02 AM

Quote:

Originally Posted by Lean Bodies (Post 1509972)
I can't get this to work.

I uninstalled the old one and just tried to start over, but I can't get it to work.

I can get the moods to show up in the drop down, but clicking on them has no effect. :(

did you upload vmoods.js to the correct location?

goranbaxy 05-06-2008 08:37 AM

I CAN pick mood image but can't none of the other users can't see what I have clicked, shouldn't it be in profile or somewhere?

Kinneas 05-06-2008 09:27 AM

Quote:

Originally Posted by -=Sniper=- (Post 1508128)
Are you guys sure 3.6.x version works ok, change a mood and check it saves it, since with the new security token system it might appear to work but will not.

Yes.

Initially it stopped working when they released the token update for RC4, but then it worked again when they released gold, mainly because this issue was resolved.

Kinneas 05-06-2008 10:33 AM

Quote:

Originally Posted by -=Sniper=- (Post 1509780)
latest version been changed to $vmoods

You forgot to update this in the AdminCP Options, it still says:

Quote:

Auto place the menu under the PM area
This will "Auto" place the menu under the PM menu, else you have access to $vmoods_form, you can place that where you want the moods form to appear.
I've just managed to upgrade from the 3.6 version and keep all the current moods set. Little tricky but worth it :)

Thanks again for updating this mod Sniper.

readjono 05-06-2008 10:36 AM

I want to install this but think there's a lot of work with the alignment under the notifications area, and I don't like the location of where moods appear on postbit at the moment.

Kinneas 05-06-2008 10:47 AM

I had to modify it a bit before I was happy with it also. On the navbar, the "My Moods" text didn't look right as it was not "smallfont" like the other information there. I edited the vmoods template and changed <p>$vbphrase[vmoods_my_mood]</p> to <p class="smallfont">$vbphrase[vmoods_my_mood]</p> - I also moved it above the PM notifications.

Just personal preference/aesthetics there though. It's quite easy to edit to your needs :)

Lean Bodies 05-06-2008 11:53 AM

Quote:

Originally Posted by -=Sniper=- (Post 1510139)
did you upload vmoods.js to the correct location?

I'm guessing likely not.

Can you tell me where that should be? Thank you.

Kinneas 05-06-2008 12:01 PM

Quote:

Originally Posted by Lean Bodies (Post 1510329)
I'm guessing likely not.

Can you tell me where that should be? Thank you.

It should be uploaded to <forumroot>/vmoods/

ArLinD 05-06-2008 12:28 PM

I did everything said. Moods not showing anywhere ...

goranbaxy 05-06-2008 12:32 PM

first you need to enable them in admin options

Kinneas 05-06-2008 01:00 PM

Yep, it's disabled by default.

dancue 05-06-2008 01:01 PM

Any way to put the "$vmoods_form" in the usercp?

Preferably under "Edit Details"?

echo2kk5 05-06-2008 05:14 PM

Quote:

Originally Posted by dancue (Post 1510399)
Any way to put the "$vmoods_form" in the usercp?

Preferably under "Edit Details"?

Agreed, this would be good! :)


All times are GMT. The time now is 01:01 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.01626 seconds
  • Memory Usage 1,829KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (4)bbcode_code_printable
  • (18)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete