vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Template Modifications (https://vborg.vbsupport.ru/forumdisplay.php?f=155)
-   -   Mood Hack 3.5 (https://vborg.vbsupport.ru/showthread.php?t=98636)

Devil Woman 08-24-2006 02:49 PM

Thanks for that will test it first on my test board if all goes great will add it back into my live forum :)

Thanks for the reply

Pamela 08-25-2006 08:26 PM

*Clicks installed*

Thanks! :)

Aclikyano 09-03-2006 01:50 AM

LOVE IF THIS WAS PORTED TO 3.6.0
IM Sure someone can help you...

Olly_K 09-04-2006 07:45 AM

some of my users are trying to use "sunshine", but this does not display a pic ?
have checked the pic and its ok. any ideas ?

Exitilus 09-04-2006 08:58 PM

Quote:

Originally Posted by Aclikyano
LOVE IF THIS WAS PORTED TO 3.6.0
IM Sure someone can help you...

Works fine for 3.6.0

dano 09-05-2006 08:47 PM

Quote:

Originally Posted by paul41598
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'));

So is there a way to make this so it doesnt show on everyones postbit at the same time, and just yours?

Currently, this shows for each and every postbit, even though it only changes your own mood. I would love it if a member only saw this drop down in THEIR posts and postbit and not everyones?

Any ideas?

paul41598 09-06-2006 08:10 PM

Here you go. Added code in BOLD

Code:

<!-- / dropdown mood select by sniper start -->
<if condition="$post[userid] == $bbuserinfo[userid]">
  <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>
</if>
<!-- / dropdown mood select by sniper end -->


Bro_Joey_Gowdy 07-31-2007 07:17 PM

Uninstalled and Reinstalled updated version here:
https://vborg.vbsupport.ru/showthread.php?t=127220

LjubavnaZona 08-04-2007 03:16 AM

This is perfect. I have had a problem with another Mood Hack I got and I couldnt fix it if my life depended on it. But with this one, everything went smooth. Thank you so much!

Love it. Installed.

silly rabbit 06-10-2008 07:54 PM

Seems to work in 3.7.0 fine . . .

oops! upgraded to HERE!

Thx again, Rabbit


All times are GMT. The time now is 11:12 AM.

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.01162 seconds
  • Memory Usage 1,739KB
  • 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
  • (5)bbcode_code_printable
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)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