The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#4
|
|||
|
|||
![]() Quote:
![]() For anyone else interested, I just changed every instance of (without the spaces): [ code ] & [ /code ] to [ private ] & [ /private ] [ CODE ] & [ /CODE ] to [ PRIVATE ] & [ /PRIVATE ] [ newcode ] & [ /newcode ] to [ newprivate ] & [ /newprivate ] [ NEWCODE ] & [NEWCODE ] to [ NEWPRIVATE ] & [ /NEWPRIVATE ] then because the plugin uses character stripping, had to change instances of '+ 7' to '+ 10' to match the word length, so increase or decrease this number as per the number of characters in your bbcode (the original was CODE, and it used +7, so you want to use your number of characters +3) Then upload, edit the settings in the Options menu and you're done ![]() I want to also try and have the bbcode viewable by the thread starter so I'm going to attempt to just add a conditional for this wherever the conditional for usergroups is within the plugin, so wherever it says this: Code:
if($vbulletin->options['bbchide_code'] && is_member_of($vbulletin->userinfo, explode(',', $vbulletin->options['bbchide_code_usergroups']))) eta: updated as I forgot to include the [ newcode ] bits to change |
Благодарность от: | ||
blind-eddie |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|