Back to vBulletin Tips & Tricks

[vB 4.1.4] Easily add PHP/HTML/CODE buttons to showthread Quick Reply
by Lynne 27 Jun 2011

By default, the showthread Quick Reply editor does not show the PHP/HTML/CODE buttons. If you want those to show up in Quick Reply, then just create a plugin to do so.

Hook Location - editor_toolbar_filter

PHP Code:
if (THIS_SCRIPT == 'showthread')
$toolbar[] = array('Code''Html''Php'); 
This does NOT add these buttons if you are using the Basic Editor because there are no buttons when you use that editor. Also, this only works for the ckeditor which first came out in vB4.1.4.

Similar Mods

Show Thread Enhancements Add other buttons to Quick Edit/ Quick Reply Toolbar vBulletin 3.6 Template Modifications
Add other buttons to Quick Edit/ Quick Reply Toolbar vBulletin 3.5 Add-ons

vblts.ru supports vBulletin®, 2022-2024