Quote:
Originally Posted by paul41598
ok fixed.
Find: 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?