Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • lucky93 Friend
    #156236

    Hi,

    Currently, when click ” Voices via RSS” at frontend, it’s display like attached screenshot.
    How to set it up at frontend for users ?


    1. RSS
    nghiatd Friend
    #362230

    Dear lucky93,

    Please login as admin then click on tab: Settings/ Rss Manager
    Or use link: administrator/index.php?option=com_javoice&view=feeds.
    Here you could create new rss item, select forums, voice type …

    Best Regards.

    lucky93 Friend
    #362258

    Thank you for the information.

    I just create one to test on my localhost.

    Few questions :

    1, What is your suggestion to choose ” Type of feeds ” RSS0.91/1/2 …… ?

    2, When click frontend ” Voices via RSS”
    First screen shown as attached screenshot ” rss1 ”
    Then I click simple url link from above screen to get next screen as attached screenshot ” rss2 ”
    How to do to get link immediately to second screen (rss2) when users click ” Voices via RSS ” at frontend ?


    1. rss1
    2. rss2
    nghiatd Friend
    #362403

    Dear lucky93,
    1. You can read more about “Type of fedds” in link: http://en.wikipedia.org/wiki/RSS
    2. You can edit code in file:
    component/com_javoice/views/items/default.php
    Find code:

    <div style="right:0px;">
    <a href="<?php echo Jroute::_("index.php?option=com_javoice&view=feeds&layout=list&Itemid=".$Itemid);?>">
    <?php echo Jtext::_("Voices via RSS");?>
    <img src="<?php echo Juri::root()?>components/com_javoice/asset/images/rss.gif" alt="RSS help"/>
    </a>
    </div>

    default in line 124.
    Change link default “
    <?php echo Jroute::_("index.php?option=com_javoice&view=feeds&layout=list&Itemid=".$Itemid);?>
    ” to second screen (rss2).

    Best Regards.

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

This topic contains 4 replies, has 2 voices, and was last updated by  nghiatd 14 years ago.

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