The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
|
#1
|
|||
|
|||
![]()
I'm using this one for all the custom BBcodes in QR and QE:
Hook: editor_construct Code:
if ($this->editor_type == 'qr' || $this->editor_type == 'qe') { $this->addCustomToolbarButtons(); } Hook: editor_toolbar_filter Code:
if ($this->editor_type == 'qr' || $this->editor_type == 'qe') { $toolbar[] = array('Code', 'Html', 'Php'); } |
![]() |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|