PDA

View Full Version : Quick reply mod: just a quicky


sysop
08-20-2002, 09:54 PM
How do I set the quick reply " show signature" checkbox to be checked by default?:confused:

imported_plattopus
08-20-2002, 11:48 PM
Look for

<input type="hidden" name="showsignature" value="no">

or something similar, and change it to value="yes".

sysop
08-21-2002, 01:36 AM
don't see that anywhere, I even changed the yes to no

<OPTION value=13>Down</OPTION> <OPTION value=14>Up</OPTION> </SELECT>
<input type="submit" class="bginput" value="Send" accesskey="s" tabindex="3"> </normalfont>
<br><input type="checkbox" name="signature" value="yes" $signaturechecked><smallfont> <b>Show Signature:</b> include your profile signature. Only registered users may have signatures.
</smallfont></td>
</tr>
</table>
</td></tr></table>
</form>

Tony G
08-21-2002, 05:36 AM
Whats that variable at the end?

<input type="checkbox" name="signature" value="yes" $signaturechecked>

Might affect it..

imported_plattopus
08-21-2002, 09:02 AM
Oh... I didn't realise it was a checkbox and not a hidden field. I was thinking of the original QR.

Tony G
08-21-2002, 10:37 AM
Like the one used here?

imported_plattopus
08-21-2002, 11:27 AM
Yep.

Tony G
08-21-2002, 11:46 AM
Ahh yes, there are a few different Quick reply hacks..