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

Reply
 
Thread Tools
Mood Manager - with AJAX mood update. Details »»
Mood Manager - with AJAX mood update.
Version: 1.2.5, by -=Sniper=- -=Sniper=- is offline
Developer Last Online: Dec 2013 Show Printable Version Email this Page

Category: Profile Enhancements - Version: 3.6.2 Rating:
Released: 09-21-2006 Last Update: 07-23-2007 Installs: 1132
DB Changes Uses Plugins Template Edits
 
No support by the author.

By http://www.vbulletinexpert.com

UPDATES ON 24/07/2007

1.2.5
-----

- Fixed XSS security issue
- Added Banned usergroup option

UPDATES ON 15/04/2007

1.2.4
-----

Credits to hambil - https://vborg.vbsupport.ru/member.php?u=57845 for this update

- Aligned text and images for a cleaner look
- Changed dropdown to contain mood images instead of text, with admin option
- Added optional auto replace for postbit and postbit legacy templates

UPDATES ON 08/10/2006

1.2.3
-----

- Changed how the dropdown menu looks slighty, better I think.

- One of the plugins was left inactive by mistake, now active.
which resulted in dead mood images e.g. cross displayed in IE

- Fixed a few mood names / images, so are the same.

- Added a few NEW mood images, thanks to GlitterKill

UPDATES ON 22/09/2006
~~~~~~~~~~~~~~~~~

1.2.0
------

Simply Import the product and make sure you select "allow overwrite"

- No Mood option added
- User Moods will no longer disaply in postbit if moods are disabled.


1.1.3
------

- thanks to basilrath for the moods.

PLEASE READ THE INSTALL FILE

What is It?

It allows users to set a personal mood, which can be changed without reloading the page. The moodis displayed in the members profile and postbit.

Instructions Incuded in the attached file.

Demo

Support I can provide better support at www.vbcmspro.com

Upgrade My other hack depended on another hack, this does not, so simply undo / delete the other hack.

Supporters / CoAuthors

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #652  
Old 09-20-2007, 07:38 AM
vnairp11 vnairp11 is offline
 
Join Date: Jul 2007
Posts: 138
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

However, images and moods disappearing int he pull down box when you are the vbadvancedpage, gallery, arcade etc is annoying does it have some hook system.
Reply With Quote
  #653  
Old 09-20-2007, 09:36 AM
yoyoyoyo's Avatar
yoyoyoyo yoyoyoyo is offline
 
Join Date: Dec 2004
Location: USA
Posts: 1,612
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by vnairp11 View Post
I had that issue too after adding
Quote:
<if condition="!empty($post[mood])">
<div>
$vbphrase[my_mood]: <img src="images/mood/$post[mood].gif" border="0" />
</div>
</if>
to the postbit template according to the readme instructions it solved the issue
I did the manual edits, but that is not compliant with vbadvanced. to be compliant with vbadvanced it needs to be:
Quote:
<if condition="!empty($post[mood])">
<div>
$vbphrase[my_mood]: <img src="$vboptions[bburl]/images/mood/$post[mood].gif" border="0" />
</div>
</if>
however, that fix still does not fix the issue regarding this hack looking for the ajax.php outside the forum directory - that needs to be fixed in the plugin. If you don't believe me try looking at your server's error log - I bet you will see a lot of errors there about the ajax.php not being found (while using this hack)
Reply With Quote
  #654  
Old 09-20-2007, 12:35 PM
djbaxter djbaxter is offline
 
Join Date: Aug 2006
Location: Ottawa, Canada
Posts: 2,601
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Warden-B- View Post
Does anyone have this working for Version 3.6.8?
Yes. It's working fine with 3.6.8 for me.

Quote:
Originally Posted by yoyoyoyo View Post
I did the manual edits, but that is not compliant with vbadvanced. to be compliant with vbadvanced it needs to be:

however, that fix still does not fix the issue regarding this hack looking for the ajax.php outside the forum directory
- that needs to be fixed in the plugin. If you don't believe me try looking at your server's error log - I bet you will see a lot of errors there about the ajax.php not being found (while using this hack)
If you are not using vBAdvanced, this add-on works fine and does not produce that error. Thus, your conclusion that this add-on needs to be fixed seems somewhat dubious. It would appear that it is vBAdvanced that is causing your error, n'est-ce pas?
Reply With Quote
  #655  
Old 09-21-2007, 06:41 AM
import-houston import-houston is offline
 
Join Date: Sep 2007
Location: Kingwood Texas
Posts: 4
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

very good mood manger
Reply With Quote
  #656  
Old 09-21-2007, 10:54 PM
yoyoyoyo's Avatar
yoyoyoyo yoyoyoyo is offline
 
Join Date: Dec 2004
Location: USA
Posts: 1,612
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by djbaxter View Post
If you are not using vBAdvanced, this add-on works fine and does not produce that error. Thus, your conclusion that this add-on needs to be fixed seems somewhat dubious. It would appear that it is vBAdvanced that is causing your error, n'est-ce pas?
Well, considering that vbAdvanced is the single most popular CMPS for vBulletin it is kind of silly not to want your hacks to be compliant. The fact is that "$vboptions[bburl]/" is a vBulletin phrase/option and not a vbAdvanced option/phrase. The language is already built in to vBulletin, so why not use it when writing a hack, it it will make your hack more compliant with other very popular mods? Also, the way the code is written, this error will occur with ANYONE that uses a CMPS, not just vbAdvanced.
Reply With Quote
  #657  
Old 09-22-2007, 01:49 AM
jlp09550 jlp09550 is offline
 
Join Date: Sep 2007
Location: Louisiana
Posts: 10
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

How can I add the $membermood variable to other templates? My skin is designed with the member bar in the header template.
Reply With Quote
  #658  
Old 09-23-2007, 04:18 PM
Konstantinos Konstantinos is offline
 
Join Date: Apr 2006
Posts: 443
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Do you want to display mood images in the dropdown instead of mood names?

Doesnt work
Reply With Quote
  #659  
Old 09-26-2007, 08:25 AM
tmffirework tmffirework is offline
 
Join Date: May 2007
Posts: 22
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I have a question. I use a template without the

Code:
$vbphrase[private_messages_nav]
in the Navbar, but in the header. But if I place:

Code:
<br />$usermoods
In the Heather (where stands that oder code) I doesn't work? Where else can I plase the last code?
Reply With Quote
  #660  
Old 09-26-2007, 09:29 AM
Shinou Shinou is offline
 
Join Date: Oct 2006
Posts: 18
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Not showing up for me, Only "My mood:" and nothing else, any help here?
Reply With Quote
  #661  
Old 09-26-2007, 04:49 PM
Fungsten's Avatar
Fungsten Fungsten is offline
 
Join Date: Jul 2006
Posts: 1,131
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Shinou View Post
Not showing up for me, Only "My mood:" and nothing else, any help here?
I think I had something like that also. Go back and check your installation.
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 06:33 PM.


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.10534 seconds
  • Memory Usage 2,321KB
  • Queries Executed 26 (?)
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
  • (2)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
  • (3)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