ok I tried to import the bbcode extesions file in the \install dir, and it would not install.
I kept getting an error stating "Error converting data type nvarchar to bit. "
So, i looked up just that error, and found one webpost
http://forums.codecharge...posts.php?post_id=65487
he said "I'm guessing that the object being passed via the @Active parameter is an nVarChar string '0' for False, '1' for true. " , so I thought, Ill edit the .xml file and replace "false" with 0 and "true" with 1.
then, it imported, and I see them in my admin console, but when i put in the code in a post to use the spoiler bbcode (and btw, I dont see the /BB symbol up there..)
"{SPOILER] SHHHHHH {/SPOILER] " Ill put that in, but I changed the brackets so you can see it, obviously i put in the right [ brackets in the real post.
after i submit the post, all i see in the actual post is,
{SPOILER] SHHHHHH {/SPOILER] (of course, with the proper brackets [
dunno why...