Hello @all
[ French Use Case ]
Joomla 3.9.3
Seblod 3.x
PHP 7.1
Seblod / 1. Admin : In Form, I use the field "Related Article"
Seblod / 4. Content : I placed the field
Joomla / Article : There is a dropdown, I can choose the article
Joomla / Frontend : just the ID of the article appear
---
So, in my template, I try several ways to the the link.
1: <?php echo $cck->get('my_related_article')->value; ?>
2: <?php echo $cck->get(''my_related_article')->link; ?>
3: <?php echo $cck->getValue(''my_related_article'); ?>
With 1 and 3, I get the ID.
With 2, I get the alias of the current item menu.
---
Of course, in Seblod / 4. Content, option 2 (in square button), I choosed the option "view".
But no link was generated.
I have to do something more ?
Thank you for your help