PDA

View Full Version : RSS Feed per User (Threads Created by User)


ElForro
05-15-2008, 08:39 PM
Is there any possibility to get an RSS Feed from a Single User, showing the new threads that he creates? (not posts, only Threads created by that user)

niklavs
02-09-2010, 08:10 PM
I need this to :) ?? help

abdobasha2004
10-27-2010, 12:41 PM
I also need that
we need just to make searchid= have RSS feed

kh99
10-27-2010, 02:37 PM
I think you could probably do this in plugins by adding a &username= to the url and then using the hooks in external.php to add that username to the query. (I'd try it but I don't have time right now.)

mykkal
03-03-2015, 03:51 AM
I think you could probably do this in plugins by adding a &username= to the url and then using the hooks in external.php to add that username to the query. (I'd try it but I don't have time right now.)


I have to know... Has anyone done this in any version? :D:D:D

kh99
03-03-2015, 11:00 AM
Well, since I've had more than 4 years I guess I have no more excuses. I tried it, and it works as far as selecting a user's threads, but the problem is that since the feeds are cached and the cache 'key' doesn't include userid, it doesn't really work. The only way I can think of to fix that using only plugins would be to turn off the caching. Otherwise, you'd have to make a modification to external.php. There might be some other clever way to do it that I haven't thought of yet.

In any case, if you want to do one of the things above that I have thought of, let me know.

darnoldy
03-03-2015, 04:13 PM
the cache 'key' doesn't include useridNot to veer too far off-topic...what values (if you remember) does the key contain? I know you can set up a feed of a single forum. Can you set up a feed of a single thread?

mykkal
03-03-2015, 04:29 PM
Well, since I've had more than 4 years I guess I have no more excuses. I tried it, and it works as far as selecting a user's threads, but the problem is that since the feeds are cached and the cache 'key' doesn't include userid, it doesn't really work. The only way I can think of to fix that using only plugins would be to turn off the caching. Otherwise, you'd have to make a modification to external.php. There might be some other clever way to do it that I haven't thought of yet.

In any case, if you want to do one of the things above that I have thought of, let me know.

I would love to work on this but I don't have the skill. I have some friends in a DEV shop. Maybe they can help. Let you know later on today...