vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=113)
-   -   Quick Mood Changer - addon (https://vborg.vbsupport.ru/showthread.php?t=102270)

dboogie2288 03-27-2006 08:50 PM

Old mod was removed completely a while back...

MorrisMcD 03-29-2006 02:06 PM

First of all.. Thanks for the hack.. My users love it.. I have been using it for awhile.

Second.. I have one problem but its minor. When a new user signs up, they are defaulted to Aggressive as their mood.. I dont have a No Mood option. I do have it set to Yes, Including a Blank option.. Am I doing somethin wrong?

Thanks again

yumyumcat 04-01-2006 01:14 AM

Thanks for the time to put together this great hack ~ I'm new at this and I did successfully complete the first part to this hack. Basically, I was given the great mood images and the code to replace under the other as instructed.

On the second part of installaton, I was given more moods as well as names to edit and I did with no problem.

Now here's where I run into a great misunderstanding. I see that you state this:
Quote:

Follow these steps ONLY if you already have the quick mood changer installed,
Step 1
~~~~~~

Go to Admin CP -> Plugin System -> Plugin Manager

Step 3
~~~~~~

Delete the "Quick Mood Changer" plugin
I don't see the download for this to install it only to delete it ~ lol ~

Could someone please explain? I thought perhaps that this would take care of the one that was deleted, but I see that I can't go any further without the initial hack that you're referring to.

Please direct me to that download ~

Thanks in advance ~

yumyumcat 04-02-2006 03:53 AM

Can someone please hellp me?

yumyumcat 04-02-2006 10:21 PM

OMG...sorry!!!!! What a dork I am :( JEEEEEEEEESh!!

Xtrato 05-04-2006 10:48 PM

would it be possible to to have this centered at the bottom of a signature? and how would i do that lol

paul41598 05-06-2006 12:05 PM

Personally I think someone should do what I did for my 3.0.7 board. Put it in the postbit legacy. So easy for users to change their mood as they are writing their posts. :D

o0Hubba0o 05-08-2006 12:38 AM

Quote:

Originally Posted by o0Hubba0o
Mood shows up in the post bit no problem, you can change it in the usercp/edit options no problem.

Using the quick change however it refreshes to the usercp and doesn't change the mood.

Well, I re-installed this today to see if maybe I overlooked something last time and it's still doing the same thing. I moved it to "edit profile" instead of options and still nothing.

Why would it be doing this?

-=Sniper=- 05-09-2006 10:05 AM

PM me admin access to your forums, so I can check it if you want.

have you deleted the old plugin?

paul41598 05-12-2006 02:48 PM

ok fixed.


Find:
Code:

$post[iplogged]
Add Below:

Code:

<!-- / dropdown mood select by sniper start -->
  <form action="usercp.php" method="post" id="moodform">
    <input type="hidden" name="s" value="$session[sessionhash]" />
    <input type="hidden" name="do" value="newmood" />
    <select name="mood" onchange="this.form.submit();">
      <option value="" <if condition="empty($bbuserinfo[FIELDXX])">selected</if>></option>
      $show[qmcmood]
    </select>
  </form>
<!-- / dropdown mood select by sniper end -->

oh and if you dont like the redirect msg. Just open the hook location:
Hook Location : usercp_complete click EDIT

and change

Code:

eval(print_standard_redirect('qmc_mood_swing', true, true));
to

Code:

eval(print_standard_redirect('redirect_updatethanks'));


All times are GMT. The time now is 09:11 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01174 seconds
  • Memory Usage 1,740KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (4)bbcode_code_printable
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.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
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete