Menu Content

Support

> Forums, FAQs & Paid Support
Welcome, Guest
Username Password: Remember me

ds-syndicate and joomsef ????
(1 viewing) (1) Guest
Support forum for users using free edition of JoomSEF 3 (Joomla 1.5 compatible). These forums are mainly for mutual help between users.

Please note that due to our capacity limitations, we do not monitor these forums regularly.
  • Page:
  • 1

TOPIC: ds-syndicate and joomsef ????

ds-syndicate and joomsef ???? 17 years, 5 months ago #515

  • jackouille
Hi,
Somebody use ds-syndicate and joomsef 125 ?????
because I have pb the url is not good to start my feed RSS on my home page ????
it's
/index2.php?option=ds-syndicate&version=1&feed_id=1
there aren't
mysite.com/myfolder/index2.php?option=ds...sion=1&feed_id=1

Re:ds-syndicate and joomsef ???? 17 years, 5 months ago #552

  • David
Yes, I had the same problem.

You can fix it by tweaking this code:

components\com_ds-syndicate\ds-syndicate.php: line 190 (approx)

change
 
$itemurl = "/index.php?option=com_content&task=view&id=" . $row->id . "&Itemid=" . $itemid;
 


to this:

 
$itemurl = $mosConfig_live_site ."/index.php?option=com_content&task=view&id=" . $row->id . "&Itemid=" . $itemid;
 


hope it works for you too.
  • Page:
  • 1
User Login Empty