Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.7 > vBulletin 3.7 Add-ons
FAQ Community Calendar Today's Posts Search

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

I would recommend using text only option for now if you have load problems.

The issue (In IE6/7 when using images in the dropdown menu) is to with the fact the user has to download 50+ mood images and has nothing to do with the javascript. Also this should only happen on the first page load, after which the mood images should be cached by the user browser.

With the latest version this is fixed, the images don't start loading until the page has loaded, was tested with another user who had a similar problem.

The other option (for further improvements) is to dynamicly load images in the dropdown menu e.g. detecting when the user is going down in the dropdown menu, which I might have a ago at doing sometime in the future.

Quote:
Originally Posted by tokenyank View Post
I've had this running for a couple weeks now and it's been great, however as an exclusive Firefox user, I never knew there was a problem:



I've started getting complaints from our users where page loads are anywhere from 45-55 seconds (dedicated server with 2gb of memory). I didn't take much notice to be fair because I never had a problem and just assumed it was on their end until I was changing another mod and opened IE to view the board as a normal user and WHOA was there a load!

So, after disabling every plugin I have one-by-one to try to find the culprit, all were the same until I turned off this mod and page load went back to normal.

So, long story short, is there any way we can get the .js file to work with IE better? Cacheing technique of some sort or a more user friendly version of JSmin?

Thanks and I look forward to re-enabling this plugin!
Reply With Quote
  #223  
Old 05-27-2008, 06:38 PM
tokenyank tokenyank is offline
 
Join Date: Jul 2005
Location: London
Posts: 142
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by -=Sniper=- View Post
Also this should only happen on the first page load, after which the mood images should be cached by the user browser.
That's what I thought too but I'll be damned if it ain't cacheing!

I even added forced cache to .htaccess

Code:
<IfModule mod_expires.c>
ExpiresActive On
ExpiresDefault A300
ExpiresByType image/x-icon A2592000
ExpiresByType application/x-javascript A3600
ExpiresByType text/css A3600
ExpiresByType image/gif A604800
ExpiresByType image/png A604800
ExpiresByType image/jpeg A604800
ExpiresByType text/plain A300
ExpiresByType application/x-shockwave-flash A604800
ExpiresByType video/x-flv A604800
ExpiresByType application/pdf A604800
ExpiresByType text/html A300
</IfModule>
And the page loads are still high...

Will try txt version then! Thanks.

[edit to add]
Added this hack with these results in Firefox... IE7 is still near 60sec load times...

Oh well!
Reply With Quote
  #224  
Old 05-29-2008, 09:48 AM
kylemj kylemj is offline
 
Join Date: May 2008
Posts: 21
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

works great but amazed icon is not included
Reply With Quote
  #225  
Old 05-29-2008, 11:06 AM
Kinneas's Avatar
Kinneas Kinneas is offline
 
Join Date: Dec 2005
Location: Nottingham, UK
Posts: 282
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Grab it from the older version :P
Reply With Quote
  #226  
Old 05-29-2008, 11:16 AM
JetHaCkR JetHaCkR is offline
 
Join Date: May 2008
Posts: 98
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I Set It To Auto Edit Postbit
But It Doesnt Work
Reply With Quote
  #227  
Old 05-29-2008, 01:11 PM
Kinneas's Avatar
Kinneas Kinneas is offline
 
Join Date: Dec 2005
Location: Nottingham, UK
Posts: 282
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

There are instructions in the first post which tell you how to manually place it.
Reply With Quote
  #228  
Old 05-29-2008, 02:01 PM
JetHaCkR JetHaCkR is offline
 
Join Date: May 2008
Posts: 98
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Still Doesnt Appear lol
Reply With Quote
  #229  
Old 06-03-2008, 12:42 AM
heidiott heidiott is offline
 
Join Date: Mar 2007
Posts: 2
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Alien View Post
Sweet! I can't wait to update...

I have a question.. I noticed that this mod has a problem with working on vBadvanced CMPS if you have your portal on sitename.com but your forums on forums.sitename.com - You get a security problem in Firefox (reported by Firebug) that reads:



Any idea of how to get this to work? I tried all previous vBadvanced fixes listed in the 3.6 thread, but none of them work when using sitename.com (portal) and forums.sitename.com (forums) without producing the quoted error!

If you can offer any pointers, I'd be eternally grateful!
I'm not sure if this will help but I was also having a problem with CMPS and this fixed it for me.

In the vmoods.js file find this line...

Code:
YAHOO.util.Connect.asyncRequest("POST", "ajax.php?do=vmoods_update&securitytoken=" + SECURITYTOKEN + "&vmood=" + target.title, {
On this line add the full path to ajax.php ex: http://www.yoursite.com/forum/ajax.php

Hope this helps
Reply With Quote
  #230  
Old 06-05-2008, 12:17 AM
skywalker2208 skywalker2208 is offline
 
Join Date: Mar 2008
Posts: 45
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Is there way to change the location of the mood on the profile page?
Reply With Quote
  #231  
Old 06-05-2008, 01:56 AM
Alien's Avatar
Alien Alien is offline
 
Join Date: Oct 2001
Posts: 827
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by heidiott View Post
I'm not sure if this will help but I was also having a problem with CMPS and this fixed it for me.

In the vmoods.js file find this line...

Code:
YAHOO.util.Connect.asyncRequest("POST", "ajax.php?do=vmoods_update&securitytoken=" + SECURITYTOKEN + "&vmood=" + target.title, {
On this line add the full path to ajax.php ex: http://www.yoursite.com/forum/ajax.php

Hope this helps
Hey thanks for the heads up...

Unfortunately, this did not work for me.. The stock hack works fine with a subdomain setup on AlienSoup.com, but refuses to on WTF.com which is really throwing me for a loop!
Reply With Quote
Reply


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 11:27 AM.


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.11528 seconds
  • Memory Usage 2,320KB
  • 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
  • (3)bbcode_code
  • (4)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
  • (2)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