Hello,
I really do want to leave everyone alone and figure all this out myself but I've been staring at this "smart content" and with each passing minute I feel less and less smart.
Couple questions.
1.) I've gotten a basic table to display from a csv file. I'm using aricsvtable. At this point my whole table is just plain black and white text. I'm stuck though.
The table has 4 columns (Course, Location, Date, Price)
I have all of the plugins enabled. The Smart Content component says all of the necessary files are writable. I am using a "trial license" which is still valid.
Your site says I can use Jquery UI to add some style to the tables. Do you have any insructions on where to upload a style that I downloaded from the query UI site?
You site talks about using CSS styles for the tables. I don't know CSS well enough to create my own. So again I'd love to learn how to use the nice styles from jquire UI.
I can not find anything anywhere on {coltemplate} or how to use it. Your demo has this line as an example syntax on a few pages:
{coltemplate}{$NAME} - {$ID} {/coltemplate}
There is no explanation though for what this row is doing, and how it is implementing {$NAME} - {$ID}. Are these the names of column id's? If there are more then 2 columns do I need a hyphen between each one such as:
{coltemplate} {$NAME1} - {$NAME2} - {NAME3}{/coltemplate}