Hello,
It is possible to use the next SQL query:
Code: |
SELECT
id,
created AS "Erstellt am:",
title AS "Beitragstitel"
FROM
#__content
WHERE
created_by = {$UserId}
ORDER BY
created DESC
|
Set "Columns Settings -> ID" parameter to id value and set "Columns Settings -> Hidden" parameter to "Yes" then set "Columns Settings -> ID" parameter to Beitragstitel and "Columns Settings -> Format" parameter to the following value:
<a href="index.php?option=com_content&view=article&id={$columns:id}">{$value}</a>
Regards,
ARI Soft