Re:Basic Question: Where do I put the .csv file? 15 Years, 10 Months ago
|
Karma: 0
|
Hello, I have made progress with your help. I used:
{arijcsv2table url="home/uwchipsi/public_html/data/gpa.csv" select="1,2,3,4,5,6"}
since that is the full directory path. I changed the permissions on the data directory and the gpa.csv to 755.
What I get are six grey sort buttons for each of my 6 columns, but no data.
I apologize if this seems basic ... I am a marketing guy, not a web guy.
Thanks.
|
|
|
|
|
Re:Basic Question: Where do I put the .csv file? 15 Years, 10 Months ago
|
Karma: 761
|
Hello,
Use the following code, please:
{arijcsv2table url="data/GPA.csv" select="1,2,3,4,5,6"}
Pay attention, that url is case-sensitive.
Regards,
ARI Soft
|
|
|
|
|
Re:Basic Question: Where do I put the .csv file? 15 Years, 10 Months ago
|
Karma: 0
|
Yet another basic question: I notice in my plug-in manger under ARI Smart Content that in the CSS template tab I have "no records found" .
Could this be my problem? Is there a default template? I have clicked around in my c-panel but have not found one.
Thanks.
|
|
|
|
|
Re:Basic Question: Where do I put the .csv file? 15 Years, 10 Months ago
|
Karma: 761
|
In 'CSS Templates' section you can create your own CSS templates. In your case it seems that you don't create CSS template. You can click 'Add' button and create your own template.
Regards,
ARI Soft
|
|
|
|
|
Re:Basic Question: Where do I put the .csv file? 15 Years, 10 Months ago
|
Karma: 0
|
Thanks, I did change gpa to GPA, although, still no table.
|
|
|
|
|
Re:Basic Question: Where do I put the .csv file? 15 Years, 10 Months ago
|
Karma: 0
|
Just to be clear, are you saying that I MUST have a CSS file added to the plug-in, other wise I will see no table. Is that correct?
Also, if I use the arijcsv2table plug-in, the suggested usage does not seem to have any syntax for which CSS file to use. Does it need something added?
Usage:
{arijcsv2table url="csv_file_url" select="1,2,5"}
Thanks.
|
|
|
|
|
|