played with it a bit more and I think the demo version is not configured correctly.
All you need to do is add a custom bb code and in the basic tab input a bbcode tag name without square brackets
e.g. table
then a title and description
use simple replacement and no options
then in html replacement you put in html tag with angle brackets and a class for css so something like
<table class="bbcode-table">
and setup the class in css
You don't need any advanced tab options
then also add tags for
th
tr
td
closing bbcode and html tags are handled automatically
I rekon a basic implementation would work without any added css classes except maybe for th and td with padding on left of say 10px.
In the demo version it works fine in the topic title scrollover popup but doesn't display in the full post view which is why I suspect its not implemeted correctly. The data in my mini test table is injected in the head section of the post but without the html tags. Its not injected into the proper post area. It may work on the APUG setup.
But esentially very simple if its implemented properly I figure.
All you need to do is add a custom bb code and in the basic tab input a bbcode tag name without square brackets
e.g. table
then a title and description
use simple replacement and no options
then in html replacement you put in html tag with angle brackets and a class for css so something like
<table class="bbcode-table">
and setup the class in css
You don't need any advanced tab options
then also add tags for
th
tr
td
closing bbcode and html tags are handled automatically
I rekon a basic implementation would work without any added css classes except maybe for th and td with padding on left of say 10px.
In the demo version it works fine in the topic title scrollover popup but doesn't display in the full post view which is why I suspect its not implemeted correctly. The data in my mini test table is injected in the head section of the post but without the html tags. Its not injected into the proper post area. It may work on the APUG setup.
But esentially very simple if its implemented properly I figure.
