Re: Trying to modify RSS Feed links
Posted: Tue Jan 23, 2007 11:26 pm
If I understand you correctly (pardon me if I do not, I am very tired right now)
Look at the page with alias "recent-news" and see what ID it has (just look at the link when you are editing it)
If you find, for example, that the id of the page is "10" then try this code (replace 10 with the real id):
$returnid specifies the page to return to.
Elijah
Look at the page with alias "recent-news" and see what ID it has (just look at the link when you are editing it)
If you find, for example, that the id of the page is "10" then try this code (replace 10 with the real id):
$returnid specifies the page to return to.
Hope this helps,$onerow->link = $this->CreateLink($id, 'detail', 10, '', $sendtodetail,'',true,false,'',true,'news/'.$row['news_id']);
Elijah