You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
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?
The text was updated successfully, but these errors were encountered: