The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
vMoods aka Mood Manager Details »» | |||||||||||||||||||||||||
/*
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
|
Comments |
#222
|
|||
|
|||
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:
|
#223
|
|||
|
|||
Quote:
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> 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! |
#224
|
|||
|
|||
works great but amazed icon is not included
|
#225
|
||||
|
||||
Grab it from the older version :P
|
#226
|
|||
|
|||
I Set It To Auto Edit Postbit
But It Doesnt Work |
#227
|
||||
|
||||
There are instructions in the first post which tell you how to manually place it.
|
#228
|
|||
|
|||
Still Doesnt Appear lol
|
#229
|
|||
|
|||
Quote:
In the vmoods.js file find this line... Code:
YAHOO.util.Connect.asyncRequest("POST", "ajax.php?do=vmoods_update&securitytoken=" + SECURITYTOKEN + "&vmood=" + target.title, { Hope this helps |
#230
|
|||
|
|||
Is there way to change the location of the mood on the profile page?
|
#231
|
||||
|
||||
Quote:
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! |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|