Webmastersite.net
Register Log In

RSS: When I click the link, I would like
to go to link details page, and not external site!

Comments on RSS: When I click the link, I would like

capitaine
Forum Regular

Usergroup: Customer
Joined: Aug 05, 2005

Total Topics: 94
Total Comments: 272
Posted Nov 24, 2005 - 4:48 PM:

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
Paul
developer

Usergroup: Administrator
Joined: Dec 20, 2001
Location: Diamond Springs, California

Total Topics: 61
Total Comments: 7868
Paul
Posted Nov 26, 2005 - 6:43 AM:

After
   if ($usecomments)  $linkstuff = $settings->dirurl .'/comments.php?id='. $thisone->id; 
in rssfeed.php, add a line
   if ($usedetails) $linkstuff = $settings->dirurl .'/link.php?action=detail&id='. $thisone->id;

Then use usedetails=1 in the url.
capitaine
Forum Regular

Usergroup: Customer
Joined: Aug 05, 2005

Total Topics: 94
Total Comments: 272
Posted Nov 26, 2005 - 6:36 PM:

thanks for that, Paul!
jsflinks
Experienced

Usergroup: Customer
Joined: Jul 28, 2005

Total Topics: 30
Total Comments: 55
Posted Nov 26, 2005 - 10:25 PM:

Where does the "usedetails=1" go?

What do you mean by "in the URL"?
Paul
developer

Usergroup: Administrator
Joined: Dec 20, 2001
Location: Diamond Springs, California

Total Topics: 61
Total Comments: 7868
Paul
Posted Nov 27, 2005 - 3:21 AM:

rssfeed.php?usedetails=1
Search thread for
Download thread as
  • 0/5
  • 1
  • 2
  • 3
  • 4
  • 5



This thread is closed, so you cannot post a reply.