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?

Pictures, links in tables
(1 viewing) (1) Guest
Go to bottomPage: 12
TOPIC: Pictures, links in tables
#517
Pictures, links in tables 15 Years, 4 Months ago Karma: 0
1. Does this product allow my to place little pictures in table cells?
2. Does this product allow my to place hyperlinks in table cells?

Thank you...
yum
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#520
Re:Pictures, links in tables 15 Years, 4 Months ago Karma: 746
What plugin(s) do you mean?
The administrator has disabled public write access.
 
#521
Re:Pictures, links in tables 15 Years, 4 Months ago Karma: 0
Any table plugins in ARI Smart Content

ARI JCSV2Table plugin
ARI JDataTable
ARI JFlexGrid
ARI JTableSorter
yum
User Offline Click here to see the profile of this user
Last Edit: 2008/11/25 01:11 By yum.
The administrator has disabled public write access.
 
#530
Re:Pictures, links in tables 15 Years, 4 Months ago Karma: 746
Sure,

All these plugins allow to place pictures and hyperlinks inside table cells.

For ARI JDataTable, ARI JFlexGrid and ARI JTableSorter you may place image or hyperlink directly like the following according to plugin syntax:

<td><img src="images/joomla_logo_black.jpg"/></td>

Since ARI JCSV2Table plugin reads data from comma separated values file then hyperlink or image should be written there and it would be displayed.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#531
Re:Pictures, links in tables 15 Years, 4 Months ago Karma: 0
Thank you
yum
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#969
Re:Pictures, links in tables 15 Years, 2 Months ago Karma: 0
Next thing, I tried this now and it do not work, right at the beginning you can see the picture in the table header and after rendering of ARIJ... the picture is away.

This is the code:
<?php
/* Ausgabe wenn keine Aktion vorhanden ist */
if ($anzahl == 0){
echo '<br/><b align="center">Im Moment gibt es in dieser Kategorie leider keine Aktionen in den Handelsketten.</b><br/><br/>';
}

/* Filialaktionen in Listenform */
if ($anzahl_filialaktionen > 0){
echo '{arijdatatable bPaginate="false" bFilter="false" bInfo="false"}<table width="100%"><thead><tr><th>Produktgruppenaktion</th><th>Zeitraum</th><th>Markt</th>';
if ($userid != 0)
{
echo '<th><img src="images/stories/stift2.jpg"/></th>';
}
echo '</tr></thead><tbody>';
for ($i = 0; $i < $sql2->rows; $i++){
$sql2->Fetch($i);
echo '<tr><td

This is the site:
www.aktionsfinder.at/aktionsfinder/brot-a-gebaeck.html

Login with test test and you will see.

Michael
The administrator has disabled public write access.
 
Go to topPage: 12