The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Hack so Guests can't view [code] tags...
I know it's around here somewhere, I just can't manage to find it.
Can someone link me or tell me how to set my forum up so guests can't view [code] tags. Thank you. |
#2
|
||||
|
||||
Here's an old one from 3.0.x -- you could try asking someone to port it over to 3.5.x/3.6.x as I don't believe there are any others like it.
https://vborg.vbsupport.ru/showthrea...ghlight=bbcode |
#3
|
|||
|
|||
Quote:
But thanks for finding that link, I'll try it out. |
#4
|
||||
|
||||
There are a lot of customizations that have been made to vB.org by the Coding Team -- but you'll find that a majority of them haven't been released to the public, unfortunately.
|
#5
|
|||
|
|||
Quote:
Well if anyone else knows how to do this, please let me know. |
#6
|
|||
|
|||
I think there was a version for 3.5, more then likely it will work on 3.6
|
#7
|
|||
|
|||
Quote:
Thanks. |
#8
|
|||
|
|||
You can just edit the template in the ACP.
|
#9
|
||||
|
||||
Oh true... I didn't think of that. Edit the BBCode "code" tag's template and use an if conditional.
Code:
<if condition="$bbuserinfo[userid] == '0'">Only Registered Members may view Code Tag Contents</if> |
#10
|
|||
|
|||
That won't exactly work. You'll need to use an <else /> tag.
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|