Hello good morning
I need that somehow each Team player's article can open an external url. Can you use the links on the right? How do they work?
Thank you
Hello good morning
I need that somehow each Team player's article can open an external url. Can you use the links on the right? How do they work?
Thank you
May I know where you want to show the links? because by default, they display in the main content part of article. But in the team layout view, this main content doesn't show.
Here is the code renders these links on frontend:
<?php if (isset($urls) && ((!empty($urls->urls_position) && ($urls->urls_position == '0')) || ($params->get('urls_position') == '0' && empty($urls->urls_position)))
|| (empty($urls->urls_position) && (!$params->get('urls_position')))) : ?>
<?php echo $this->loadTemplate('links'); ?>
<?php endif; ?>
You can move to the place you want in the file: root/templates/ja_sport/html/com_content/article/team.php
thanks Saguaro. I put in the hiperlink in article text and works fine.
Best regards