RD RSS Sef-urls?
- it-info
-
Topic Author
- Offline
- New Member
-
Less
More
- Thank you received: 0
18 years 2 weeks ago #500
by it-info
Hi some of you maybe know the very good component "RD Rss" which is a component to allow many custom rss-feeds built form the cats/sections of your choice.
The Programm has, compared to the core-syndication, a big disadvantage:
The Links inside the RSS-Feeds are without any SEF.....
So my question is: Can you make it somehow possible to let it have SEF-URLS.
I mean the core-file is only 7kb in size and core-sydication also have sef-urls - so this couldn't be to hard to code. Maybe only change a line of code for the links?
Regards, Christian
The Programm has, compared to the core-syndication, a big disadvantage:
The Links inside the RSS-Feeds are without any SEF.....
So my question is: Can you make it somehow possible to let it have SEF-URLS.
I mean the core-file is only 7kb in size and core-sydication also have sef-urls - so this couldn't be to hard to code. Maybe only change a line of code for the links?
Regards, Christian
Please Log in or Create an account to join the conversation.
- Saka
-
- Offline
- Administrator
-
18 years 2 weeks ago #502
by Saka
Emir Sakic
www.sakic.net
I sure could but that falls under custom programming.

Emir Sakic
www.sakic.net
Please Log in or Create an account to join the conversation.
- it-info
-
Topic Author
- Offline
- New Member
-
Less
More
- Thank you received: 0
18 years 2 weeks ago #504
by it-info
Well currently im on testing with DS-Syndicate....If i get this to work the forget this thread...... 
Regards, Christian

Regards, Christian
Please Log in or Create an account to join the conversation.
- skoenig
-
- Offline
- New Member
-
Less
More
- Thank you received: 0
17 years 9 months ago #1158
by skoenig
in rd_rss.php
line 216
replace:
$mosConfig_live_site .'/
with:
'
So the line reads:
$item_link = 'index.php?option=com_content&task=view&id='. $row->id .'&Itemid='. $mainframe->getItemid( $row->id );
Hope this helps...
~ Steph
line 216
replace:
$mosConfig_live_site .'/
with:
'
So the line reads:
$item_link = 'index.php?option=com_content&task=view&id='. $row->id .'&Itemid='. $mainframe->getItemid( $row->id );
Hope this helps...
~ Steph
Please Log in or Create an account to join the conversation.
- it-info
-
Topic Author
- Offline
- New Member
-
Less
More
- Thank you received: 0
17 years 8 months ago #1225
by it-info
Thank you very much!
Unfortunately ive switched completely to DS-Syndicate which is a bit better than RD-RSS and fits to our needs aswell...
Thanks anyway!
Unfortunately ive switched completely to DS-Syndicate which is a bit better than RD-RSS and fits to our needs aswell...
Thanks anyway!
Please Log in or Create an account to join the conversation.
- Saka
-
- Offline
- Administrator
-
16 years 9 months ago - 16 years 9 months ago #2849
by Saka
Emir Sakic
www.sakic.net
The SEF Advance extension for RD RSS is available now, courtesy of Douglas Boldt (
mergemedia.net
) who sponsored it.
It can be found at the extension section: www.sakic.net/products/sef_advance/extensions/
It can be found at the extension section: www.sakic.net/products/sef_advance/extensions/
Emir Sakic
www.sakic.net
Last Edit: 16 years 9 months ago by Saka.
Please Log in or Create an account to join the conversation.