The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
vB4 to vB3 plugin syntax help?
I found a simple vB4 plugin that does what I need ... but I'm on vB3.8.x
PHP Code:
It's from this thread: https://vborg.vbsupport.ru/showthread.php?t=295306 (post#11 and down) This plugin causes vB3.8.9 to load a blank screen for the threadbit display page. I think the problem is the last time, when it registers the variable. Help? |
#2
|
||||
|
||||
1. Remove completely the line:
Code:
vB_Template::preRegister('threadbit',array('group' => $groups_all)); Code:
<if condition="in_array(6, $groups_all)">This thread starter is in admin group</if> |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|