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
  #212  
Old 05-22-2008, 05:30 PM
Pamela Pamela is offline
 
Join Date: Apr 2004
Posts: 221
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by dancue View Post
Anyone care to help me put $vmoods within "Edit Your Details" in usercp?
I need help with this too!

Can anyone help us put the mood selector under "Edit Your Details" instead of the navbar (since another mod is interferring with it where it is now)?

Detailed instruction for us newbies would sure be appreciated. Thank you!!!
Reply With Quote
  #213  
Old 05-23-2008, 03:24 AM
mark|3 mark|3 is offline
 
Join Date: Oct 2007
Posts: 186
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

It is being displayed on both side but i can't change my mood when i'm at e gallery and arcade. Any idea how did you resolve that problem? thanks


Quote:
Originally Posted by Stilgar View Post
Works fine in ibproarcade http://vmkland.com/forum/arcade.php and photopost http://vmkland.com/gallery/ on my forum. Template edit issue maybe?
Reply With Quote
  #214  
Old 05-23-2008, 05:02 AM
Boosted Panda Boosted Panda is offline
 
Join Date: Mar 2008
Location: Long Beach, CA
Posts: 262
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Loving this mod!!!!!!!!
Reply With Quote
  #215  
Old 05-23-2008, 09:14 AM
dadoc's Avatar
dadoc dadoc is offline
 
Join Date: Apr 2008
Location: Australia
Posts: 193
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Kinneas View Post
Edit the template where your Navbar/Welcome message is and add $vmoods where you want it to appear.
where do I add this

Code:
<if condition="$show['notifications']">
		<div><span id="notifications"><a href="usercp.php?$session[sessionurl_q]">$vbphrase[your_notifications]:</a> <strong>$notifications_total</strong></span></div>
		<script type="text/javascript"> vBmenu.register("notifications"); </script>
	<else /><if condition="$show['pmstats']">
		<div><phrase 1="$vbphrase[unread_x_nav_compiled]" 2="$vbphrase[total_x_nav_compiled]" 3="$session[sessionurl_q]">$vbphrase[private_messages_nav]</phrase></div>
	</if></if>
		
		<if condition="$show['pmwarning']"><div><strong><phrase 1="$vbphrase[pmpercent_nav_compiled]">$vbphrase[your_pm_box_is_x_full]</phrase></strong></div></if>
	</div>
</if>
		</td>
	</tr>
	<tr>
		<td class="tcat tcat2">
and is it just $vmoods that I have to add?
Reply With Quote
  #216  
Old 05-23-2008, 12:20 PM
Greek76's Avatar
Greek76 Greek76 is offline
 
Join Date: Aug 2006
Location: Planet Earth
Posts: 440
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by gpc10347 View Post
Can you maybe try an experiment for me?

Line 65 in vmoods.js : Try adding /forums/ ahead of the ajax.php call (or whatever directory structure yours uses)

YAHOO.util.Connect.asyncRequest("POST", "/forums/ajax.php?do=vmoods_update&securitytoken=" + SECURITYTOKEN + "&vmood=" + target.title, {


(It's working on both Advanced and the forums)!!!
Didnt work for me..
Reply With Quote
  #217  
Old 05-23-2008, 04:32 PM
gpc10347 gpc10347 is offline
 
Join Date: May 2008
Posts: 180
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Greek76 View Post
Didnt work for me..
Is the path to your forums /forums or /forum? (Or perhaps something else?)
Reply With Quote
  #218  
Old 05-23-2008, 07:03 PM
Boosted Panda Boosted Panda is offline
 
Join Date: Mar 2008
Location: Long Beach, CA
Posts: 262
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Great Mod I love it!!! Worked like a charm, I did some template modding to mine though.

Also people gosh whats up with some of the attitude in here, this is a free mod for crying out loud.
Reply With Quote
  #219  
Old 05-25-2008, 06:59 PM
Britmovie Britmovie is offline
 
Join Date: Mar 2008
Posts: 154
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Just a quick question cant see it posted but where do I add the moods to. Upped the images but on 3.7 where is the list I add to please?
Reply With Quote
  #220  
Old 05-27-2008, 12:17 AM
Greek76's Avatar
Greek76 Greek76 is offline
 
Join Date: Aug 2006
Location: Planet Earth
Posts: 440
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by gpc10347 View Post
Is the path to your forums /forums or /forum? (Or perhaps something else?)
Its forum.. Thanks..
Reply With Quote
  #221  
Old 05-27-2008, 05:27 PM
tokenyank tokenyank is offline
 
Join Date: Jul 2005
Location: London
Posts: 142
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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:

Quote:
1.1.1 Beta - Monday May 5th
- - - - - - - - - -

- Moved javascript/html to footer to improve load times for IE6/7
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
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 09:48 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.09580 seconds
  • Memory Usage 2,321KB
  • 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
  • (1)bbcode_code
  • (7)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