Quote:
Any chance the demo page might be up soon? How about a features list in the meantime?
|
Gary, I'm working on the Ability template, hence the
demo not being available at the moment.
A full feature list will be available ASAP, it's getting rather large. I will move any Ability related info to a new thread shortly.
SGS, re. rows/columns switcher, do ensure that you have cleared ALL cookies to see any changes.
Adding a new tab is very simple - skin/smart_columns/custom/tabs.tpl
Along similar lines insert your tab title, eg....
Code:
<li><a href="#st_tab9" rel="tcontent9"><span>NEW TAB TITLE</span></a></li>
Then your tab content...
Code:
<div id="tcontent9" class="tabcontent">
NEW TAB CONTENT
</div>
Each tab needs to have a unique identifier, ie." tabcontent9".