The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
How to Hide Postbit from Guests?
How to Hide Postbit from Guests?
How can I hide the entire postbit and postbit_legacy info from guests in vb3.7x? |
#2
|
||||
|
||||
Edit your postbit (and postbit_legacy) templates...
Put the entire code inside this conditional: Code:
<if condition="!$show[guest]"> *all original code here* </if> If you want to show something in place of nothing try: Code:
<if condition="!$show[guest]"> *all original code here* <else /> Guests cannot see this data. </if> |
#3
|
||||
|
||||
Thanks but I already coded it myself. Surrounding the entire template does not work and hides the post in a thread as well as the postbit. So I selected which elements I needed to hide and wrapped them and now its all secured and done!
If you ask me VB needs permission settings built in for postbit visibility. In the case of my site being a school site with students, security that is HIPPA compliant is the most important for us. VB has many more security holes related to account data then bugs found in their code. I also hid some reply and post buttons that fit my situation as well. So I have one forum that is hidden unless you have the direct link to the thread. The thread is just a page cleaned (secured) and created by the admin. |
#4
|
||||
|
||||
Maybe we have a different opinion on what the "postbit" is... to me the postbit is everything in the postbit template.
|
#5
|
||||
|
||||
Many add-ons for Vb add info to the postbit. Many of those add-ons are insecure because even when we lock down a site with VB permissions the postbit remains exposed and add-on elements can be clicked taking you to areas of VB that the stock permission system doesn't cover. So I had to do more custom coding to the postbit to lock it down for guests in my case to keep it HIPPA compliant.
In my attached screen shot you can see all postbit info/icons are removed except username and title. The popup menu is disabled as well. CLEANED! |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|