Skip to main content

Notice

Please note that most of the software linked on this forum is likely to be safe to use. If you are unsure, feel free to ask in the relevant topics, or send a private message to an administrator or moderator. To help curb the problems of false positives, or in the event that you do find actual malware, you can contribute through the article linked here.
Topic: active topics (Read 2219 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

active topics

used to be i had a url in my 'links' that would give me the foobar forums active topics, almost all of them, unless there was too many, in which case, i'd get the "1,2,3,more" at the bottom.

i cant seem to figure out an url for that anymore.  help? please?

active topics

Reply #1
Quote
used to be i had a url in my 'links' that would give me the foobar forums active topics, almost all of them, unless there was too many, in which case, i'd get the "1,2,3,more" at the bottom.

i cant seem to figure out an url for that anymore.  help? please?
[a href="index.php?act=findpost&pid=226066"][{POST_SNAPBACK}][/a]


If you visit the main page of the foobar2000 forum, the "more" link at the bottom is the one you want.

 

active topics

Reply #2
Also, for what it's worth, people can get active topics for arbitrary forums by using the following url scheme utilizing one of the newer features I added to the forum:

Code: [Select]
http://www.hydrogenaudio.org/forums/index.php?act=search&CODE=getnew&active=1lastdate=(cutoff)&activeforums=(forums)


Where "cutoff" is everything newer than x seconds old and "forums" is a set of forums denoted by a list of comma separated forum id's.

So to get the active topics for the music and off-topic section, you might use

Code: [Select]
http://www.hydrogenaudio.org/forums/index.php?act=search&CODE=getnew&active=1lastdate=259200&activeforums=17,39


To get the compliment of the set of forums, or to get active topics for all forums except those which are listed, add &compliment=1 before lastdate, like so:

Code: [Select]
http://www.hydrogenaudio.org/forums/index.php?act=search&CODE=getnew&active=1&compliment=1&lastdate=259200&activeforums=17,39


This will get all forums not in the set of forums listed, or in other words will return active topics for everything except the off-topic and music forum.