Well, in case anyone is interested... I have managed to successfully create a UBB spoiler tag for use on our forums
This is how it looks:
(although I think we'll change the color)
And this is what I did:
###############
# Added to ubb_lib.cgi #
###############
$_[0] =~ s,(
),
Spoiler:
$2
,isg;
####################
# Added to ubb_lib_posting.cgi #
####################
$_[0] =~ s/(
Spoiler:
?)(.+?)(
)/
/isg;
Cheers!
[ May 20, 2001 05:50 PM: Message edited by: MsLedd ]