|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Re: Quick Reply [message #30195 is a reply to message #22672] |
Fri, 10 February 2006 12:03 |
|
This one makes FUDcode bar available
NOTICE: to make it work with path_info template make sure you add
after
{REF: thread_notify.tmpl}
inside path_info/tmpl/msg.tmpl
-
Attachment: msg.zip
(Size: 3.71KB, Downloaded 1836 times)
|
|
|
Re: Quick Reply [message #30196 is a reply to message #30190] |
Fri, 10 February 2006 12:04 |
|
Ernesto wrote on Fri, 10 February 2006 06:43 | Got it, added the following line in the template:
<input type="hidden" name="msg_show_sig" value="Y">
|
That code always adds signature even if it's disabled. You should make a check on user options. I don't know what's signature's option code.
|
|
|
|
Re: Quick Reply [message #30227 is a reply to message #30198] |
Sun, 12 February 2006 09:37 |
|
Ernesto wrote on Sat, 11 February 2006 05:25 | {VAR: sig} perhaps, not all into that, always enabled works fine with me, if they don't want to post signatures, they can remove their sig Only got like 700ish users and they are all gamers, so they aren't all that picky!
|
Here is the code:
<input type="hidden" name="msg_show_sig" value="{IF: $usr->users_opt & 2048}Y{ENDIF}">
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|