مرحبا
اود ان اشارككم ببلقن قمت بصنعه
صوره لعمل الاضافه
Product: vBulletin
Hook Location : editor_toolbar_filter
Title : add custom bbcodes for Visitor Messages editor
Execution order: leave default value
Plugin PHP Code
كود PHP:
if ($this->editor_type == 'qr_small')
{
$toolbar[] = '/';
$toolbar[] = $justify;
$toolbar[] = array('Quote','Attach', '-', 'Undo', 'Redo');
$toolbar[] = array('NumberedList', 'BulletedList', 'Outdent', 'Indent');
$toolbar[] = array('Table', 'TableProperties', 'DeleteTable', '-', 'InsertRowBefore', 'InsertRowAfter', 'DeleteRow', '-', 'InsertColumnBefore', 'InsertColumnAfter', 'DeleteColumn', '-', 'Subscript', 'Superscript', 'HorizontalRule', 'PageBreak', 'PreviewBreak');
$toolbar[] = array('Code', 'Html', 'Php');
}
Plugin is Active : yes
save and reload your page