Configuring RSS


Subject: Configuring RSS
Hi friends,

I need to configure rss.php to show the latest threads on my Joomla index. But the default feed shows latest posts something like this:

Forum Name :: Re: Topic Subject

I just want it to show Latest Threads, not replies and Forum Name. How do I configure rss.php?

Profile PM  
Subject: Re: Configuring RSS
You need to open and edit rss.php directly... everything should be in there.

Have a try... and if you can't find what you need we will then help.

Subject: Re: Configuring RSS
I am trying to remove the forum name and the "RE" from the RSS feed but have not figured out what to modify in rss.php.

Can you help?

Profile PM  
Subject: Re: Configuring RSS
Same here, please tell me how to do so.

Profile PM  
Subject: Re: Configuring RSS
I will only help for latest RC.

OPEN rss.php
FIND
Code: [Download] [Hide] [Select]
$topic_title = $lang['REPLY_PREFIX'] . $topic_title;

REPLACE WITH
Code: [Download] [Hide] [Select]
$topic_title = $topic_title;

Subject: Re: Configuring RSS
Thanks MG, and what about the forum name? Is there any way to remove that too?

Profile PM  

Page 1 of 1


  
You cannot post new topics
You cannot reply to topics
You cannot edit your posts
You cannot delete your posts
You cannot vote in polls
You cannot attach files
You can download files
You cannot post calendar events

   

This is a "Lo-Fi" version of our main content. To view the full version with more information, formatting and images, please click here.

Powered by Icy Phoenix based on phpBB
Generation Time: 0.0957s (PHP: 17% SQL: 83%)
SQL queries: 10 - Debug Off - GZIP Enabled