The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
RSS Fedd on closed forum, it is possible?
Hello,
i have closed my forum for guests but i will give my users the chance for rss feeds, what can i do? Have anyone a link to a hack for this? its a vb4.2 pl3 |
#2
|
|||
|
|||
You could create a plugin using hook global_bootstrap_init_start and this code:
Code:
if (THIS_SCRIPT == 'external') { $vbulletin->options['bbactive'] = 1; } |
#3
|
|||
|
|||
It works not..
|
#4
|
|||
|
|||
Oh, sorry, I misread and thought you had closed your forum. When you say "closed for guests" what does that mean?
|
#5
|
|||
|
|||
Only registered users can see the forum, on the vb3.8 i have no problems with this option.
|
#6
|
||||
|
||||
I think you'll need to actually edit the external.php file directly. It checks the forum permissions on line 129:
PHP Code:
This will mean that anybody to can see the feed. |
#7
|
|||
|
|||
works not i think that was work on vb3.8
|
#8
|
||||
|
||||
It does work on 3.8. Did you try removing the condition there on your 4.2 forum code? You may need to remove this also:
PHP Code:
|
#9
|
|||
|
|||
Both are not works on 4.2 pl3
|
#10
|
||||
|
||||
Make sure you comment out that stuff in the if and else area (around line 172). And, probably comment out the stuff around line 191. Wait out the cache and then see if it works.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|