vB4 Add custom bbcodes for Visitor Messages editor (plugin)

  • Downloading from our site will require you to have a paid membership. Upgrade to a Premium Membership today!

    Dont forget read our Rules! Also anyone caught Sharing this content will be banned. By using this site you are agreeing to our rules so read them. Saying I did not know is simply not an excuse! You have been warned.

Radio

    ven0m

    Administrator
    Staff member
    Administrator
    Moderator
    Platinum
    xenForo 2.x.x
    xenForo 1.x.x
    Contributor
    vBulletin All Access Pass
    The Chest
    Verified
    Ultra Platinum VIP
    Platinum VIP
    Gold VIP
    Silver VIP
    Premium
    Member
    Jul 17, 2005
    20,495
    7,734
    321
    localhost
    Heisenberg submitted a new resource:

    - Add custom bbcodes for Visitor Messages editor (plugin)

    vB Version: 4.2.x

    This is very simple plugin which allows you to add custom bbcodes to the Visitor Message editor.

    Product: vBulletin

    Hook Location : editor_toolbar_filter

    Title : add custom bbcodes to the Visitor Message editor

    Execution order: leave default value

    Plugin PHP Code :

    Code:
    if ($this->editor_type == 'qr_small') 
    { 
            $toolbar[] = '/'; 
            $toolbar[] = $justify; 
            $toolbar[] = array('Quote','Attach', '-', 'Undo', 'Redo'); 
            $toolbar[] =...

     
    Last edited: