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?

No CSV Data Table in Article or Modul
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: No CSV Data Table in Article or Modul
#49758
No CSV Data Table in Article or Modul 9 Years, 11 Months ago Karma: 0
Hello,
i bought the following Component "ARI Smart Content: DataTable Pack v. 1.9.1". Joomla!-Version is 3.3.0 and the Installation works fine, no problems, but if i use the code below it display no tables in my content. I tested in "normal" articles and K2 Articles

I deactivate the editor, and i used different CSV Tables, no positive results.


{aricsvtable file="../images/documents/Test.csv"}
{aricsvtablecolumns}
{aricsvtablecolumn id="ID" alias="ID" width="20%" className="idg"}
{aricsvtablecolumn id="NAME" alias="UserName" headerClassName="head"}
{aricsvtablecolumn alias="Virtual Column" headerClassName="head" virtual="true"}
{coltemplate}{$NAME} - {$ID}{/coltemplate}
{/aricsvtablecolumn}
{/aricsvtablecolumns}
{aricsvtablecolumnspan row="-1,0,2,4" startIndex="0" endIndex="3"}
{/aricsvtable}


Next Problem: The i want to add a css Template the screen toggled to plain white/blank?


Is it possible to explain that? Sorry about my bad english.
Best Regards
The administrator has disabled public write access.
 
#49759
Re:No CSV Data Table in Article or Modul 9 Years, 11 Months ago Karma: 748
Hello,

1. If your CSV file is located in <joomla_directory>/images/documents/Test.csv folder, use the following plugin code:

Code:


{aricsvtable file="images/documents/Test.csv"}
{/aricsvtable}



2. We will check the problem with "CSS Templates" and report about results soon.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#49760
Re:No CSV Data Table in Article or Modul 9 Years, 11 Months ago Karma: 0
Thank you for your fast replie! I had insert the code you posted, after that i get the following Bad Request

0 - PHP regular expression limit reached (pcre.backtrack_limit)

I complemented it this way

{aricsvtable file="..images/documents/Test.csv"} {/aricsvtable}

But it will show no Data Tables

Best Regards
The administrator has disabled public write access.
 
#49765
Re:No CSV Data Table in Article or Modul 9 Years, 11 Months ago Karma: 748
Check your mail please.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#49766
Re:No CSV Data Table in Article or Modul 9 Years, 11 Months ago Karma: 0
I followed the instruction in your mail, but there are no changes. Still no table in Article and the same Problem with CSS Tempaltes. I send you a email!
Best Regards
The administrator has disabled public write access.
 
#49767
Re:No CSV Data Table in Article or Modul 9 Years, 11 Months ago Karma: 748
Check your mail. The table is shown fine.

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