The public listing of link lists is there at albums.php?action=list, but I don't think it's linked anywhere in the templates. There's no way for the user to choose if it's listed or not, it's just the list is incorporated into a site or isn't.
The RSS could be done in the personal list template using the {CATID} var like with any category.
Edit: I see, these are non-submissions you're dealing with. I don't see why aliases should be excluded so just remove the line if ($type == 'links') $thecondition .= ' AND alias=0';
Comments on personal link list rss feed
developer
Usergroup: Administrator
Joined: Dec 20, 2001
Location: Diamond Springs, California
Total Topics: 61
Total Comments: 7868
Not in a supported way, though perhaps a condition of the category id might work if you find the id.
developer
Usergroup: Administrator
Joined: Dec 20, 2001
Location: Diamond Springs, California
Total Topics: 61
Total Comments: 7868
Noted. It should go along with an option to make the personal lists public in WSN Links like they are in Gallery.
developer
Usergroup: Administrator
Joined: Dec 20, 2001
Location: Diamond Springs, California
Total Topics: 61
Total Comments: 7868
The public listing of link lists is there at albums.php?action=list, but I don't think it's linked anywhere in the templates. There's no way for the user to choose if it's listed or not, it's just the list is incorporated into a site or isn't.
The RSS could be done in the personal list template using the {CATID} var like with any category.
developer
Usergroup: Administrator
Joined: Dec 20, 2001
Location: Diamond Springs, California
Total Topics: 61
Total Comments: 7868
I don't have a links install that uses the lists on hand, but Gallery uses the same exact code and gallery.philosophyforums.co...d.php?thecondition=catid=5 works fine for my personal album.
Edit: I see, these are non-submissions you're dealing with. I don't see why aliases should be excluded so just remove the line
if ($type == 'links') $thecondition .= ' AND alias=0';
developer
Usergroup: Administrator
Joined: Dec 20, 2001
Location: Diamond Springs, California
Total Topics: 61
Total Comments: 7868
Excluding aliases by default makes category-specific feeds inaccurate. IIRC I removed the alias exclusion in 3.3.19.