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?

Links in Table content
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: Links in Table content
#28449
Links in Table content 12 Years, 1 Month ago Karma: 0
Hello,

I want to use ADT to display a list of seminars. Ideally, the name of the Seminar would be cklickable and link to an Article with detailed information on the content of the seminar. Likewise, the name of the teacher should be linked to the teachers credentials. Can that be achieved?

Thanks a lot for your help.

Best regards

Matthias
The administrator has disabled public write access.
 
#28455
Re:Links in Table content 12 Years, 1 Month ago Karma: 748
Hello,

You can use "Columns Settings -> Format" parameter. If a table contains column "ArticleId" which contains ID of article, set "Columns Settings -> ID" parameter to ArticleId and "Columns Settings -> Format" parameter to the next value:

Code:


<a href="index.php?option=com_content&view=article&id={$value}">{$value}</a>



Regards,
ARI Soft
The administrator has disabled public write access.
 
#28459
Re:Links in Table content 12 Years, 1 Month ago Karma: 0
Hello,

I am very sorry but I just don't get it. I tried many different ways without success.

Lets assume I have a table that lists seminars. The table has three columns:


| Seminar | Date | Place |


When we add some data, thew table will read like this:


| Seminar | Date | Place |
--------------------------------------------------------
| How to write a book | 2012-10-15 | Munich |
| How to write a thesis | 2012-11-15 | Berlin |


I would like to convert [How to write a book] into a link that opens a new page with details on the "How to write a book - Seminar". Likewise, I would like [Munich] to act as a link for venue details.

Lets assume I have a page titled "How to write a book" with the Article ID "22" (as displayed in the far right column of the "Article Manager" window in joomla) and a page titled "Munich" with Article ID "75" on my site.

This is what I have tried. Please correct my step-by-step procedure to tell me what is wrong:

1. I add a column called [ArticleId] to my csv.file

2. In this column, I enter the value of the Article ID that is shown in the Article Manager of Joomla - [22] in my example.

3. In the Ari Data Table Module, under "Columns Settings", I add a line and enter [ArticleId] in the field labelled "ID"

4. I add another line under "Columns Settings". In this line I enter [<a href="index.php?option=com_content&view=&article&id={$value}">{$value}</a>] under "Format"

All entries are made without the [] brackets.

This approach doesnґt work. what is wrong with it?

T hanks lot for your help in advance.

Matthias
The administrator has disabled public write access.
 
#28467
Re:Links in Table content 12 Years, 1 Month ago Karma: 748
Approach which you described should work. If it doesn't work, we can investigate an issue if you provide a link to a page where we can see a problem and a temporary access to your J! backend by email.

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