Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.7 > vBulletin 3.7 Add-ons

Reply
 
Thread Tools
vMoods aka Mood Manager Details »»
vMoods aka Mood Manager
Version: 1.1.3, by -=Sniper=- -=Sniper=- is offline
Developer Last Online: Dec 2013 Show Printable Version Email this Page

Category: Profile Enhancements - Version: 3.7.0 Rating:
Released: 05-03-2008 Last Update: 05-17-2008 Installs: 579
DB Changes Uses Plugins Auto-Templates
Additional Files Translations Is in Beta Stage  
No support by the author.

/*
vMoods by ZONE365.com
Created by Sniper
http://www.zone365.com
for vbulletin 3.7
*/

Todo
- - - - - - - - - -

- Add more to readme.txt
- More features, options?


1.1.3 Beta - Sunday May 18th
- - - - - - - - - -

- Fixed possible bug for IE6/7 users, the menu drop menu would not work
- Added text/image option
- Added more FAQ questions in readme.txt

By default the dropdown menu will show text version of the moods list, you must change the option to
images in the admin cp.

UPGRADE
- - - -

- Import the new product file

1.1.2 Beta - Monday May 5th
- - - - - - - - - -

- Fixed bug for JS error for guests

UPGRADE
- - - -

- Import the new product file

1.1.1 Beta - Monday May 5th
- - - - - - - - - -

- Moved javascript/html to footer to improve load times for IE6/7

UPGRADE
- - - -

- Import the new product file

1.1 Beta - Monday May 5th
- - - - - - - - - -

- Added reset option
- Added CSS to vMoods in admin CP so you can edit quickly if need be
- Removed width/height so you can use your own mood images
- Improved speed for IE6/7, FF should be faster is well
- Added option to have custom display for postbit

UPGRADE
- - - -

- Import the new product file and overwrite the vmoods.js file and if need me change settings in AdminCP

1.0 Beta - Sunday May 4th
- - - - - - - - - -

- New version for vbulletin 3.7.0
- renamed from Mood Manager

NEW INSTALL
- - - - - - - - - -

- upload vmoods to main forum folder
- use product manager in the ADMIN CP to install vMoods

NOTE: All mood images will now be located under vMoods/images

UPGRADE from Mood Manager
- - - - - - - - - -

- At this moment I suggest uninstalling the old version and installing this new version.
REMEMBER this will delete all user moods, if you want old moods to be kept, please request and I'll post a how to.

FAQ
_ _

- How can I keep the old moods?

1) disable the old mood manager, install the new mood manager

2) run these queries

ALTER TABLE 'user' DROP 'vmood';

ALTER TABLE 'user' CHANGE 'mood' 'vmood' varchar(100) NOT NULL DEFAULT 'none';

- How can I change the location of the mood in the postbit?

disable the auto edit in the Admin CP, now you will have access to

$vmood_postbit

place that anywhere you want in the postbit templates (well the location where you want the mood to show)

- How can I change the location of the moods dropdown menu navbar

disable the auto edit in the Admin CP, now you will have access to

$vmood_form

place that anywhere you want in the navbar template, you can try other templates but I can't say if it will work or not

- Why am I getting two mood images in the postbit, how can I stop this from happening?

In the admin cp, disable the auto edit

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #82  
Old 05-05-2008, 05:24 PM
vnairp11 vnairp11 is offline
 
Join Date: Jul 2007
Posts: 138
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

could someone please post a zip file with customized moods i love some of the ones ive seen here.
Reply With Quote
  #83  
Old 05-05-2008, 06:07 PM
-=Sniper=- -=Sniper=- is offline
 
Join Date: May 2002
Posts: 605
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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.
Reply With Quote
  #84  
Old 05-05-2008, 06:31 PM
Shelley_c's Avatar
Shelley_c Shelley_c is offline
 
Join Date: Jan 2006
Location: United Kingdom
Posts: 1,992
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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.

Reply With Quote
  #85  
Old 05-05-2008, 06:44 PM
-=Sniper=- -=Sniper=- is offline
 
Join Date: May 2002
Posts: 605
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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.
Reply With Quote
  #86  
Old 05-05-2008, 06:53 PM
Shelley_c's Avatar
Shelley_c Shelley_c is offline
 
Join Date: Jan 2006
Location: United Kingdom
Posts: 1,992
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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.

Anyway, thanks again. :up:
Reply With Quote
  #87  
Old 05-05-2008, 06:55 PM
-=Sniper=- -=Sniper=- is offline
 
Join Date: May 2002
Posts: 605
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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 View Post
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.

Anyway, thanks again. :up:
Reply With Quote
  #88  
Old 05-05-2008, 06:59 PM
Shelley_c's Avatar
Shelley_c Shelley_c is offline
 
Join Date: Jan 2006
Location: United Kingdom
Posts: 1,992
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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;}
Reply With Quote
  #89  
Old 05-05-2008, 07:05 PM
-=Sniper=- -=Sniper=- is offline
 
Join Date: May 2002
Posts: 605
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Shelley_c View Post
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
Reply With Quote
  #90  
Old 05-05-2008, 07:56 PM
whitetigergrowl whitetigergrowl is offline
 
Join Date: Jun 2004
Posts: 243
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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.
Reply With Quote
  #91  
Old 05-05-2008, 08:02 PM
-=Sniper=- -=Sniper=- is offline
 
Join Date: May 2002
Posts: 605
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by whitetigergrowl View Post
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
Reply With Quote
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 05:59 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.14050 seconds
  • Memory Usage 2,312KB
  • Queries Executed 25 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (2)bbcode_code
  • (3)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.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
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete