I've search to see if anyone else may have encountered this issue, but nothing close to it came up.
Site is running version 4.0.3
I started to add custom bb codes and all of them are working as they should in the admin panel, but some of them are not when I test run them in the forum.
First issue is the horizontal line in color codes.
Settings....
bbcode: hr-r
replacement:
Code:
<HR color="#ff0000" />
example: [hr-r]1[/hr-r]
Use option: No
Remove Tag If Empty: Yes
Disable BB Code Within This BB Code: No
Disable Smilies Within This BB Code: No
Disable Word Wrapping W/In This BB Code: No
Problem:
It looks fine in the admin panel and when testing it in the "Test your BB Code" section it works.
But in the forum the horizontal line (regardless if I do the red or blue one) does not show.
As for the table bb code this is the settings...
bbcode: table
replacement:
Code:
<table border="0" width='100%' cellspacing=4 cellborder=0 cellpadding=1><CENTER>{param}</CENTER></table>
example:
Code:
[table][row][column]Row 1, Col 1
[/column][column]Row 1, Col 2
[/column][/row][/table]
Use option: No
Remove Tag If Empty: Yes
Disable BB Code Within This BB Code: No
Disable Smilies Within This BB Code: No
Disable Word Wrapping W/In This BB Code: No
As before in the admin panel it works fine, but in the forums it appears with a border.
(this also happens with any custom sign smiley)
What could I be doing wrong? Any Suggestions.