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?

Data from RSform will not appear
(1 viewing) (1) Guest
Go to bottomPage: 12
TOPIC: Data from RSform will not appear
#12880
Data from RSform will not appear 13 Years, 1 Month ago Karma: 0
Great program , I thinksince being new to Joomla its all new.

I am having a trouble getting data from RSforms to appear in the any table. I can see the data in a module from RSforms however I cannot get the data to load into and table of ARI.

this is what I am using an I am sure its wrong ..

{arijdatatable bPaginate="true"}
<table>
<thead>
<tr>
<th>Agent</th>
<th>Carrier</th>
<th>AV</th>
</tr>
</thead>
<tbody>
<tr>
<td>content1</td>
<td>content2</td>
<td>content3</td>
</tr>
</tbody>
</table>
{/arijdatatable}

the table that is working is


<TABLE CELLPADDING=5 CLASS="tealtable">

<CELLSPACING=1>
<tr><td>{Agent:value}<td>{carrier:value}<td>{AV:value}<td></td></tr>

Please help this is very frustrating
The administrator has disabled public write access.
 
#12881
Re:Data from RSform will not appear 13 Years, 1 Month ago Karma: 748
Hello,

Could you specify please do you want to show data from database or convert plain HTML table to "ARI JDataTable"?

Regards,
ARI Soft
The administrator has disabled public write access.
 
#12883
Re:Data from RSform will not appear 13 Years, 1 Month ago Karma: 748
Just wrap table which you want to convert with {arijdatatable} and {/arijdatatable} tags. If it doesn't work, provide link to page where we can see the problem please.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#12884
Re:Data from RSform will not appear 13 Years, 1 Month ago Karma: 0
I am sorry but How do you do that. Where do i insert that.
The administrator has disabled public write access.
 
#12885
Re:Data from RSform will not appear 13 Years, 1 Month ago Karma: 748
For example if an article contains the next HTML table and you want to convert it to "ARI JDataTable":

Code:


<table>
 <thead>
  <tr>
    <th>Col 1</th>
    <th>Col 2</th>
  </tr>
 </thead>
 <tbody>
  <tr>
    <td>val 1</td>
    <td>val 2</td>
  </tr>
  <tr>
    <td>val 3</td>
    <td>val 4</td>
  </tr>
 </tbody>
</table>



wrap it with {arijdatatable} and {/arijdatatable} tags. It will look like:

Code:


{arijdatatable}
<table>
 <thead>
  <tr>
    <th>Col 1</th>
    <th>Col 2</th>
  </tr>
 </thead>
 <tbody>
  <tr>
    <td>val 1</td>
    <td>val 2</td>
  </tr>
  <tr>
    <td>val 3</td>
    <td>val 4</td>
  </tr>
 </tbody>
</table>
{/arijdatatable}



If you want to convert table in a module, it requires to modify module template and wrap table in a module with {arijdatatable} and {/arijdatatable} tags and use "System - ARI Smart Content" plugin instead of "ARI Smart Content" Joomla! content plugin. "System - ARI Smart Content" plugin can be downloaded here, see "F.A.Q." tab.

PS: If you wish, you can provide temporary access to your Joomla! backend by email and describe what table do you want to convert and we will help to configure the extension.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#12886
Re:Data from RSform will not appear 13 Years, 1 Month ago Karma: 0
i just sent an email with access , I cant figure that out
The administrator has disabled public write access.
 
Go to topPage: 12