Custom BBCodes Not Working

Discussion of general topics related to the new version and its place in the world. Don't discuss new features, report bugs, ask for support, et cetera. Don't use this to spam for other boards or attack those boards!
Forum rules
Discussion of general topics related to the new release and its place in the world. Don't discuss new features, report bugs, ask for support, et cetera. Don't use this to spam for other boards or attack those boards!
Post Reply
Destruir
Posts: 9
Joined: Wed Aug 23, 2006 5:54 pm

Custom BBCodes Not Working

Post by Destruir »

I've used the custom bbcode section of the apc to create some simple bbcodes. However when I use them in a post they dont do what they're suppose to do.

Example:

Code: Select all

[hr]
Html Replacement:

Code: Select all

<hr />

When I use [hr] it doesnt come up as a Horizontal Ruler.
Am I missing a setting somewhere?

Waleed
Registered User
Posts: 150
Joined: Tue Feb 28, 2006 11:35 am
Location: Pakistan
Contact:

Re: Custom BBCodes Not Working

Post by Waleed »

Try setting the color to something very visible...such as pink or green...you can change that later... :mrgreen:

Also, you might want to try putting in a close tag...

Code: Select all

[hr][/hr]

User avatar
NNO-Stephen
Registered User
Posts: 398
Joined: Fri May 23, 2003 12:47 am
Location: Tulsa, Oklahoma
Contact:

Re: Custom BBCodes Not Working

Post by NNO-Stephen »

yeah, BBCode needs to have an opening and a closing tag. single bracketed commands aren't supported AFAIK.
Image

ElbertF
Registered User
Posts: 583
Joined: Fri Dec 03, 2004 4:35 pm
Location: tracing..
Contact:

Re: Custom BBCodes Not Working

Post by ElbertF »

Yes they are..

User avatar
NNO-Stephen
Registered User
Posts: 398
Joined: Fri May 23, 2003 12:47 am
Location: Tulsa, Oklahoma
Contact:

Re: Custom BBCodes Not Working

Post by NNO-Stephen »

o rry?
Image

User avatar
Highway of Life
Registered User
Posts: 1399
Joined: Tue Feb 08, 2005 10:18 pm
Location: I'd love to change the World, but they won't give me the Source Code
Contact:

Re: Custom BBCodes Not Working

Post by Highway of Life »

Spammy is right.

I've used [hr] before.

But you can try...

[hr={COLOR}]

Code: Select all

<hr style="color:{COLOR}" />
See if that works... I use that exact code on my forums now.
Image

Destruir
Posts: 9
Joined: Wed Aug 23, 2006 5:54 pm

Re: Custom BBCodes Not Working

Post by Destruir »

Probably was a cache issue or something, because all of a sudden the bbcode works just fine

Destruir
Posts: 9
Joined: Wed Aug 23, 2006 5:54 pm

Re: Custom BBCodes Not Working

Post by Destruir »

Issue Still Exists And It Seems To Be With More Then Just Custom BBcodes Quote doesnt work either however [hr] works just fine

Post Reply