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 |
#472
|
|||
|
|||
Thanx for the input Shelly. I installed VMoods from this thread on a demo board and it seems to work perfectly. I'll most likely install it on my live site either tonight or tomorow morning. :up:
|
#473
|
|||
|
|||
Quote:
Why would you recommend the 3.7 version since this one works for 3.8x? |
#474
|
|||
|
|||
Well...considering that this one is the 3.7 one and the other one is the 3.6 one and they were asking which one to use. Since they will both work on 3.8 she was saying to use this one instead of the 3.6 one. Not really hard to get..no?
|
#475
|
|||
|
|||
D'oh!
Not hard for you, maybe. You've obviously had more coffee today then I have. |
#476
|
|||
|
|||
I installed the vMoods and it works great! Good job sniper.
|
#477
|
||||
|
||||
I currently use this mod...
I'm running vB 3.8.2 and have a question regarding this mod and Logician's Web Templates: https://vborg.vbsupport.ru/showthread.php?t=186644 The issue is that the dropdown doesn't work on those pages created with Logician's mod...and I was wondering if anyone has a fix or can point me in the right direction. I've also posted in Logician's mod support, as well. |
#478
|
||||
|
||||
this modification should be considered "Dead"
|
#479
|
|||
|
|||
It's working for many people. I get your frustration but I think it's probably unreasonable to expect any specific add-on to work with every possible combination of add-ons and styles available here and on other forums.
|
#480
|
||||
|
||||
Sorry...
Should have updated my last post. The issue with Logician's Web Templates has been resolved. See this post: https://vborg.vbsupport.ru/showpost....&postcount=427 Also... I do not agree that this mod is 'Dead'. It works fine with 3.8.2 and I also hear the developer of this mod is still working on updating it. |
#481
|
|||
|
|||
I had to work with some styles that had the pmwarning in the header rather than in the navbar so what I did was add this plugin code to the product-vmoods.xml underneath the existing navbar code and reinstall.
Use at your own risk, no support offered as this is a temporary fix until Sniper updates. Code:
<plugin active="1" executionorder="5"> <title>show the mood menu in all pages header</title> <hookname>global_start</hookname> <phpcode><![CDATA[if ($vbulletin->options['vmoods_active'] && $vbulletin->userinfo['userid'] && !in_array($vbulletin->userinfo['usergroupid'], explode(",", $vbulletin->options['vmoods_usergroups']))) { if ($vbulletin->options['vmoods_auto_navbar']) { $search_html = '".(($show[\'pmwarning\'])'; $vbulletin->templatecache['header'] = str_replace($search_html, fetch_template('vmoods') . $search_html, $vbulletin->templatecache['header']); } else { eval('$vmoods = "' . fetch_template('vmoods') . '";'); } }]]></phpcode> </plugin> I also removed the phrase My Mood because in the style I was experimenting with it had 'My Mood' too far over to the left away from the mood images. Hope that helps someone. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|