inherit
218090
0
Feb 26, 2023 10:25:02 GMT -8
dynastyfive
25
January 2015
dynastyfive
|
Post by dynastyfive on Nov 8, 2017 10:21:27 GMT -8
my site: dynasty5ive.proboards.commy aim: I'm trying to extend the 500 character limit on signature size for my forum. what I've done so far: I created a Custom Profile Field and I've embedded that in my code. Problem is - none of the Custom Profile Fields allow BBCode [ img ] tags. I want my signatures to contain images. Thanks in advance!
|
|
#eb7100
33409
0
1
Nov 24, 2024 4:27:37 GMT -8
Brian
48,130
November 2004
smashmaster3
|
Post by Brian on Nov 9, 2017 12:47:48 GMT -8
This isn't possible as neither custom profile fields nor any plugin implementation fully supports BBCode.
|
|
inherit
218090
0
Feb 26, 2023 10:25:02 GMT -8
dynastyfive
25
January 2015
dynastyfive
|
Post by dynastyfive on Nov 9, 2017 13:37:11 GMT -8
This isn't possible as neither custom profile fields nor any plugin implementation fully supports BBCode. Thanks for your reply! Do you know if it's possible to create a signature field that accepts html code instead? And if so - how?
|
|
#eb7100
33409
0
1
Nov 24, 2024 4:27:37 GMT -8
Brian
48,130
November 2004
smashmaster3
|
Post by Brian on Nov 9, 2017 14:09:37 GMT -8
A plugin could do it, but I highly recommend against this as allowing any user to author HTML to appear on the page will expose your forum to a multitude of vulnerabilities.
|
|
inherit
201984
0
Sept 11, 2023 1:23:07 GMT -8
P̌̓aͧś̀t̀u͒le͆o͂2̀3̃̓
Using My Talents Elsewhere
3,314
November 2013
pastuleo23
|
Post by P̌̓aͧś̀t̀u͒le͆o͂2̀3̃̓ on Nov 10, 2017 11:32:11 GMT -8
This isn't possible as neither custom profile fields nor any plugin implementation fully supports BBCode. Thanks for your reply! Do you know if it's possible to create a signature field that accepts html code instead? And if so - how? If you had a plugin convert bbcode to HTML on user profile fields, that would be a more secure way to do it. Of course it would only support the bbcode that the plugin programmed in.
|
|
inherit
218090
0
Feb 26, 2023 10:25:02 GMT -8
dynastyfive
25
January 2015
dynastyfive
|
Post by dynastyfive on Nov 11, 2017 4:30:54 GMT -8
it's really weird that this is technically impossible
|
|
#00AF33
Official Code Helper
19529
0
1
Nov 19, 2012 14:18:28 GMT -8
Todge
**
17,324
January 2004
todge
|
Post by Todge on Nov 11, 2017 4:46:28 GMT -8
it's really weird that this is technically impossible It's impossible to extend the existing signature, but it's perfectly possible to recreate it with more space. I had a plugin that did just that, but for the life of me I can't find it. I'll try to track it down and, if I can't, I'll rewrite it.
|
|
inherit
218090
0
Feb 26, 2023 10:25:02 GMT -8
dynastyfive
25
January 2015
dynastyfive
|
Post by dynastyfive on Nov 14, 2017 7:48:58 GMT -8
it's really weird that this is technically impossible It's impossible to extend the existing signature, but it's perfectly possible to recreate it with more space. I had a plugin that did just that, but for the life of me I can't find it. I'll try to track it down and, if I can't, I'll rewrite it. Any luck on this front?
|
|
#00AF33
Official Code Helper
19529
0
1
Nov 19, 2012 14:18:28 GMT -8
Todge
**
17,324
January 2004
todge
|
Post by Todge on Nov 14, 2017 13:09:08 GMT -8
I did find it, but it I decided I could make improvements, so I am mid way through re-writing it.
|
|
inherit
218090
0
Feb 26, 2023 10:25:02 GMT -8
dynastyfive
25
January 2015
dynastyfive
|
Post by dynastyfive on Nov 15, 2017 8:39:34 GMT -8
I did find it, but it I decided I could make improvements, so I am mid way through re-writing it. Nice one!
|
|
#00AF33
Official Code Helper
19529
0
1
Nov 19, 2012 14:18:28 GMT -8
Todge
**
17,324
January 2004
todge
|
Post by Todge on Nov 18, 2017 8:13:28 GMT -8
|
|