The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#2
|
||||
|
||||
![]()
In admin/functions.php
Find: ==================== $post[message]=bbcodeparse($post[pagetext],$forum[forumid],$post[allowsmilie]); //highlight words for search engine ==================== Replace with if ($post[usergroupid]==6 OR $post[usergroupid]==5) { $post[message]=bbcodeparse2($post[pagetext],1,1,1,1); } else { $post[message]=bbcodeparse($post[pagetext],$forum[forumid],$post[allowsmilie]); } //highlight words for search engine =================== Just add more OR $post[usergroupid]==X to the IF statement for whatever usergroups you want to allow. 5 is Super Mod and 6 is Admin. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|