Home News Contact Us Forum About Us Demos Products F.A.Q.
Shopping Cart
You currently have 0 items in your cart.


Recent Events
  • 31/12/2023 New Year SALE

    We are glad to announce New Year SALE. 25% discount for all our extensions. Use NY24 coupon code. Hurry up the discount is valid till 7 January.

  • 21/11/2023 BLACK FRIDAY 23 is coming

    BIG SALE, 35% discount for all our extensions. Use BF23 coupon code. Hurry up the discount is valid till 27 November.


2Checkout.com, Inc. is an authorized retailer of goods and services provided by ARI Soft. 2CheckOut




Follow us on twitter



Welcome, Guest
Please Login or Register.    Lost Password?

Basic Question: Where do I put the .csv file?
(1 viewing) (1) Guest
Go to bottomPage: 123
TOPIC: Basic Question: Where do I put the .csv file?
#1584
Basic Question: Where do I put the .csv file? 15 Years, 3 Months ago Karma: 0
I have a very basic question: where do I put the .csv file?

I'm using arijcsv2table and the demo says the usage is:

{arijcsv2table url="csv_file_url" select="1,2,5"}

My file is gpa.csv
My url is www.uwchipsi.com
My file has 6 columns
I have uploaded the file gpa.csv to my website through the c-panel and saved it in a directory I called data.

So I have tried various combinations of the suggested usage, such as:

{arijcsv2table url="csv_gpa.csv_www.uwchipsi.com" select="1,2,3,4,5,6"}

and

{arijcsv2table url="csv_gpa.csv_uwchipsi.com" select="1,2,3,4,5,6"}

and

{arijcsv2table url="csv_gpa_uwchipsi.com" select="1,2,3,4,5,6"}

but this does not work.

I assume the plugin needs to know where to find the file. Is there supposed to be some standard place you store the file? I cannot find any such reference on the forum, but ...

Anyway .. can some tell me what I am doing wrong. Thanks.
The administrator has disabled public write access.
 
#1587
Re:Basic Question: Where do I put the .csv file? 15 Years, 3 Months ago Karma: 748
Hello,

Use the following code if your data folder is located in Joomla root dir:

{arijcsv2table url="data/gpa.csv"}

Regards,
ARI Soft
The administrator has disabled public write access.
 
#1588
Re:Basic Question: Where do I put the .csv file? 15 Years, 3 Months ago Karma: 0
I have the same problem nothing displays when using:
{arijcsv2table url="path/filename.csv"} inside an article.


So I gave up trying and now am I'm using jtablesorter with csvtable ... but the zebra parameter doesn't seem to work.

{arijtablesorter zebra="true"}
{aricsvtable file="path/filename.csv"}
{aricsvtablecolumns}
{aricsvtablecolumn id="ID" alias="ID" width="20%" className="idg"}
{aricsvtablecolumn id="NAME" alias="UserName" headerClassName="head"}
{/aricsvtablecolumns}
{/aricsvtable}
{/arijtablesorter}

Am I using this right?

Thanks.
The administrator has disabled public write access.
 
#1592
Re:Basic Question: Where do I put the .csv file? 15 Years, 3 Months ago Karma: 748
Hello,

Can you say link where we can see it?

Regards,
ARI Soft
The administrator has disabled public write access.
 
#1595
Re:Basic Question: Where do I put the .csv file? 15 Years, 3 Months ago Karma: 0
I can, but you will need login priv. may I have email where i can send you the info.

so far, this is the code that I have:

{aricsvtable file="date/filename.csv" className="MYCSS"}
{arijtablesorter }
{/arijtablesorter}
{/aricsvtable}

The zebra affects, don't know what it does when it's set to true or false, but it works regardless because of CSS rollover and it appears to be working with the row highlights, but I can't get CSS to affect a specific table... it applies to all tables in my site.

Even though I specify className, it seems to disregard it.


Two question I suppose:
1. How do I use the ari css template section to affect only the tables using the className

2. Why doesn't csvtable work with jtablesorter? Am I use it correctly?

Thanks,
Jason
Last Edit: 2009/03/29 16:39 By redorum.
The administrator has disabled public write access.
 
#1597
Re:Basic Question: Where do I put the .csv file? 15 Years, 3 Months ago Karma: 748
You can send info to info@ari-soft.com . According to your questions:

1) You can use the following CSS rules:

TABLE.MYCSS
{
// CSS rules goes here
}

TABLE.MYCSS TR
{
// CSS rules goes here
}

and etc.

2) It's incorrect format, need wrap aricsvtable with arijtablesorter:

{arijtablesorter}
{aricsvtable file="date/filename.csv" className="MYCSS"}
{/aricsvtable}
{/arijtablesorter}

Regards,
ARI Soft
The administrator has disabled public write access.
 
Go to topPage: 123