Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • sushismb Friend
    #143970

    Hello,

    When clicking on the RSS icon on the bottom of the page, a new page appears that says “RESTRICTED ACCESS”.

    Why is this? And how can we fix this problem?

    Anonymous Moderator
    #316620

    Hi

    Please open templatesja_antaresindex.php file, at about line 243, find following code:

    <a href="<?php echo $tmpTools->templateurl();?>/index.php?option=com_rss&feed=RSS2.0&no_html=1" target="_blank" title="RSS 2.0" style="text-decoration: none;">
    <img src="<?php echo $tmpTools->templateurl();?>/images/but-rss.png" alt="RSS 2.0" />
    </a>

    and change to:


    <a href="<?php echo $tmpTools->templateurl();?>/index.php?format=feed&type=rss" target="_blank" title="RSS 2.0" style="text-decoration: none;">
    <img src="<?php echo $tmpTools->templateurl();?>/images/but-rss.png" alt="RSS 2.0" />
    </a>

    sushismb Friend
    #317042

    Hello,

    The code you mentioned was not found. But I found something similar and changed it as below;

    <a href=”<?php echo $tmpTools->templateurl();?>/index.php?format=feed&type=rss” target=”_blank” title=”RSS 2.0″ style=”text-decoration: none;”>
    <img src=”<?php echo $tmpTools->templateurl();?>/images/but-rss.png” alt=”RSS 2.0″ />
    </a></div>

    But it didn’t work.

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

This topic contains 3 replies, has 2 voices, and was last updated by  sushismb 14 years, 8 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum