The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Custom bb codes question
using this thread: https://vborg.vbsupport.ru/showthread.php?t=278422 i was able to add a custom bb code to advanced reply is there anyway to add one to the quick reply?
|
#2
|
|||
|
|||
I think that thread contains both examples - 'qr' = quick reply, 'fe' = full editor (advanced). If you want to add the same button to both you could do this:
Code:
if ($this->editor_type == 'qr' OR $this->editor_type == 'fe') or if you want it to appear on all editors, try leaving out the if statement (and the curly braces) completely. |
#3
|
|||
|
|||
oh i see thanks
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|