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 |
#42
|
||||
|
||||
More of a suggestion than anything else here. I noticed that when you opt to using other custom mood images it's not very user friendly and I had to go into the xml and insert the dimensions of the new mood icons that I designed. As you can see I set the title "my mood" so that it sits flush with the bottom of the icon in the postbit and I'm still tinkering around and trying to set it so it is flush under the private messages the same way as in the postbit because it seemed using the larger icons looked strangely aligned when the larger icons are applied.
If you could also bold the text "my moods" so that it is more prominent would be great so that you don't have to go into the xml file and alter each time when an update comes out. I guess my suggestion is to apply a more user friendly solution for people who want to use other custom icons with different dimensions without us going into the xml file and altering it to the new mood image dimensions. Good work sniper and I hope to see these small grievances addressed. :up: |
#43
|
||||
|
||||
thanks
|
#44
|
|||
|
|||
Shelley, can you share what you did for the alignment? I want to make my own images also...so all you need to do is edit the .xml file for the different sizes?
|
#45
|
||||
|
||||
Edit the xml file and change the default dimensions to the appropriate sizes.
Find: Code:
#vmoods {display: block; height: 28px; width: 93px;} Code:
{ $vmood = trim($vmood); $vmoods_li .= '<li><img src="' . $vbulletin->options['vmoods_images_path'] . '/' . $vmood . '.gif" width="93px" height="28px" alt="' . $vmood . '" class="vmood" /></li>' . "\r"; } Code:
<span style="vertical-align: bottom;">$vbphrase[vmoods_my_mood]:</span> </span> |
#46
|
|||
|
|||
Thank you
|
#47
|
||||
|
||||
The 3.6 version doesn't work for my users on 3.7, they keep getting the security token error, even thought the interface 'looks' alright.
To install this one, though, I need the flexibility to install it wherever I want on postbit, so I'm waiting for more detailed instructions or comments on how to do this. |
#48
|
|||
|
|||
same here
|
#49
|
|||
|
|||
I'll post an update later which allows you to set the image height / width and the alignment and option to place anywhere in postbit.
|
#50
|
||||
|
||||
Thanks Sniper, this is one of my users' favorites hacks.
|
#51
|
||||
|
||||
Is there a "no mood" option?
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|