PDA

View Full Version : Do code allowances in Signatures Control.....


steven
Fri 4th Aug '00, 5:48am
Do code allowances in Signatures control the code allowances in the posts? When I turn off my allowbbcode field, it affects the actual post, so anything posted with the vbcode will not be hyperlinked for example. I was wondering if other people are encountering this as well?

Martin
Fri 4th Aug '00, 5:49am
that's the first I hear of this. I thought that the routines were different and separate.

what version are you using?

steven
Fri 4th Aug '00, 5:52am
Version 1.1.3 Beta 3, when I turn the allowvbcode on in signatures, it turns the vbcode on in the posts, but not in the signatures. Is there a way that I can test the vb codes in the signatures section, because none of the vb codes, similes, html, or vb img's seem to work when I set them to be active. What should I do?

This is the code I have in admin/options.php

<td><p><a name=\"allowcodes\"></a><b>allowbbimagecode</b></p></td>
<td><p>Yes<input type=\"radio\" name=\"newoption[allowbbimagecode]\" ".iif($allowbbimagecode==1,"checked","")." value=\"1\"> No <input type=\"radio\" name=\"newoption[allowbbimagecode]\" ".iif($allowbbimagecode==0,"checked","")." value=\"0\"></p></td>
</tr>
<tr><td colspan=2><p>Allow vB IMG code in signatures.
</p></td></tr>
<tr>
<td><p><b>allowbbcode</b></p></td>
<td><p>Yes<input type=\"radio\" name=\"newoption[allowbbcode]\" ".iif($allowbbcode==1,"checked","")." value=\"1\"> No <input type=\"radio\" name=\"newoption[allowbbcode]\" ".iif($allowbbcode==0,"checked","")." value=\"0\"></p></td>
</tr>
<tr><td colspan=2><p>Allow vB code in signatures.
</p></td></tr>
<tr>
<td><p><b>allowsmilies</b></p></td>
<td><p>Yes<input type=\"radio\" name=\"newoption[allowsmilies]\" ".iif($allowsmilies==1,"checked","")." value=\"1\"> No <input type=\"radio\" name=\"newoption[allowsmilies]\" ".iif($allowsmilies==0,"checked","")." value=\"0\"></p></td>
</tr>
<tr><td colspan=2><p>Allow smilies in signatures.
</p></td></tr>
<tr>
<td><p><b>allowhtml</b></p></td>
<td><p>Yes<input type=\"radio\" name=\"newoption[allowhtml]\" ".iif($allowhtml==1,"checked","")." value=\"1\"> No <input type=\"radio\" name=\"newoption[allowhtml]\" ".iif($allowhtml==0,"checked","")." value=\"0\"></p></td>
</tr>
<tr><td colspan=2><p>Allow HTML in signatures.
</p></td></tr>


[Edited by steven on 08-05-2000 at 03:37 PM]