We have some new search functions.
At some point in the future, there will be a nice explination and or a generator on the My Links edit page in the user cp, until that point, you will have to be a little creative.
The two main functions - which can be combined - are search in a previous time frame, and search in subscribed forums.
for example, to search in subscribed forums only
will produce all new posts in the last 24 hours in your subscribed forums
will produce all new posts in your subscribed forums (same as the new posts option, but for subscribed forums only)
the time search uses
so
will produce all posts in the last 2.5 hours
you can mix and match the time, so 2 hours and 5 seconds is acceptable for example
to do a time search on subscribed forums only
would produce all new posts in the last 2 hours, within your subscribed forums
As I said, we hope to have a 'helper' page created shortly, but new toys.
Dan
At some point in the future, there will be a nice explination and or a generator on the My Links edit page in the user cp, until that point, you will have to be a little creative.
The two main functions - which can be combined - are search in a previous time frame, and search in subscribed forums.
for example, to search in subscribed forums only
Code:
http://forums.murc.ws/search.php?do=getdaily&subonly=1
Code:
http://forums.murc.ws/search.php?do=getnew&subonly=1
the time search uses
- hours
- minutes
- seconds
so
Code:
http://forums.murc.ws/search.php?do=getdaily&hours=2&minutes=30
you can mix and match the time, so 2 hours and 5 seconds is acceptable for example
to do a time search on subscribed forums only
Code:
http://forums.murc.ws/search.php?do=getdaily&hours=2&subonly=1
As I said, we hope to have a 'helper' page created shortly, but new toys.
Dan
Comment