Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RSS Feed #2

Open
AlmightyMe opened this issue Aug 13, 2013 · 1 comment
Open

RSS Feed #2

AlmightyMe opened this issue Aug 13, 2013 · 1 comment

Comments

@AlmightyMe
Copy link

We use your awesome mod, but we have comment out the tags, because we dont use them, and we cant get the rss feed working, it dosnt list any torrents, its this because of the tag removel from the site?

@mifune
Copy link
Collaborator

mifune commented Aug 16, 2013

I don't think its the tags thing as such (although maybe in removing some code you inadvertently removed a critical part of the feed code).

the all_torrents feed is kept purely in memcache. It is populated from the upload_handle page, look at lines 619 -> 688 (in the current code here).

The feed item is created on line 619, then it checks if the user has a notification that applies to that torrent and if so adds it to their personal notifications (in theory tags are only used to populate the users personal notification rss feed if they have any notifications set up). Then on line 688 it adds that item to the 'all_torrents' feed. If the item is correctly created (should be fine with no tags but I havent actually tested this specifically) and added to the feed with $Feed->populate('torrents_all', $Item); then maybe you have an issue with memcache?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants