Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • webinours Friend
    #1089420

    I found the error in the file of the JA template : html/com_jevents/default/range/listevents_body.php, there is on the line 45 a "/" of excess.
    The original is :
    <a href="/<?php echo $link;?>" title="<?php echo $row->title();?>" class="item-link">
    instead of:
    <a href="<?php echo $link;?>" title="<?php echo $row->title();?>" class="item-link">

    thanks to update this file for the next update

    Saguaros Moderator
    #1089515

    Hi,

    Thanks for your sharing but I just check this template and it still have that slash in href parameter.

    Cheers!

    webinours Friend
    #1089563

    Hi,

    yes in your orignial template, it still have that slash but it make a bad link so id did change in my template on line to remove tht slash and now it works.
    i hope you will update this bug in your future relaesed of this template

    Cheers

    Saguaros Moderator
    #1089570

    Thanks! Let the team check with J!3.8.4 and will fix if issue happens.

    Have a nice day!

Viewing 4 posts - 1 through 4 (of 4 total)

This topic contains 4 replies, has 2 voices, and was last updated by  Saguaros 6 years, 2 months ago.

The topic ‘JA Events II – Bad link on picture jevents list’ is closed to new replies.