If you have many newsgroup forums. You can put all your local forums under one main forum. Then you can use the main forum id in the URL just as we have done for the NNTP forums.
/search.php?do=getnew&forumid=1
(1 is the main forum id for all your local forums)
Quote:
Originally Posted by Marv
Is there another way to exclude the usenet-posts from getnew instead of changing the getnew-param to
PHP Code:
/search.php?do=getnew&exclude=120,121,122,123,124,125,126,127,128,129,130,131,132,133
? We were informed by some users that they?ve encountered errorscausetheir browsers can?t handle the long version where everysingleforum-id is listed :ermm:
We import about 50 newsgroups in our forums and I would like tohavethem excluded like
PHP Code:
/search.php?do=getnew&exclude=120-140
but the string"...&exclude=120-140" won?t work. Anyone who couldshow me a quick?ndirty workaround ?
Any help appreciated.
|