Heisenberg submitted a new resource:
You must be registered for see links
- Hide threads to guests according to titlevB Version: 3.8.4
Go to AdminCP > Plugins & Products > Add New Plugin:
Product: vBulletin
Hook Location: showthread_postbit_create
Title: Only Reg.
Execution Order: 5
Plugin PHP Code:
Code:if(stristr($thread[title], '+pv') == TRUE) { $onlyreg = TRUE; }
Plugin is Active: YES
Showthread tempalte after $navbar:
...Code:<if condition="($onlyreg == TRUE) and ($bbuserinfo[posts]<=1)"> <center><h2>Thread for Registered Users Only</h2></center> <else />
You must be registered for see links
Last edited:
