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