The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
external.php
I 'm running vb3.6 and my board contains a lot of section.
Until now, I used : "external.php?type=rss2&forumids=4,5,6,8,9,10,11,1 2,13,20,26,31,38" but somme rss reader find it too long. So is there a way to make my external php include evreything except 1 or 2 sections, maybe like "external.php?type=rss2&forumids<>39" |
#2
|
||||
|
||||
Try changing line 287 to this.
Code:
AND thread.forumid IN(4,5,6,8,9,10,11,12,13,20,26,31,38) |
#3
|
|||
|
|||
exactly what I was looking for and it works fine. Thanks for this great tip
|
#4
|
||||
|
||||
Hmm, I just thought about it, and it can be done better, so that you can still allow your visitors to select the forums. Change the line to this.
PHP Code:
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|