RSS: When I click the link, I would like to go to link details page, and not external site!
if ($usecomments) $linkstuff = $settings->dirurl .'/comments.php?id='. $thisone->id;
if ($usedetails) $linkstuff = $settings->dirurl .'/link.php?action=detail&id='. $thisone->id;
This thread is closed, so you cannot post a reply.
Comments on RSS: When I click the link, I would like
Forum Regular
Usergroup: Customer
Joined: Aug 05, 2005
Total Topics: 94
Total Comments: 272
A question about the RSS option: while I love this feature, how do I get the links to not go to the website in question, but instead go to the link details page for that site, within the directory??
Thanks
developer
Usergroup: Administrator
Joined: Dec 20, 2001
Location: Diamond Springs, California
Total Topics: 61
Total Comments: 7868
After in rssfeed.php, add a line
Then use usedetails=1 in the url.
Forum Regular
Usergroup: Customer
Joined: Aug 05, 2005
Total Topics: 94
Total Comments: 272
thanks for that, Paul!
Experienced
Usergroup: Customer
Joined: Jul 28, 2005
Total Topics: 30
Total Comments: 55
Where does the "usedetails=1" go?
What do you mean by "in the URL"?
developer
Usergroup: Administrator
Joined: Dec 20, 2001
Location: Diamond Springs, California
Total Topics: 61
Total Comments: 7868
rssfeed.php?usedetails=1