Advanced Quick Reply

MinDokan

New Member
I'm very interested in this mod, called Advanced Quick Reply.
Code:
http://www.vbulletin.org/forum/showthread.php?t=180330
If anybody can help me, I will appreciate that.

Bytes.
 
Advanced Quick Reply (Second Generation)
[ Attachments - Smilie box / menu - Thread Management - AJAX ]

Name: Advanced Quick Reply

Description: This product extends 'Quick Reply' functionality to allow all "Advanced Editor mode" options [ All Built-In BBCodes / Smilie Box / Smilie Menu / Attachments ] (with full control from AdminCP).

How it works:
  • Simple:
    • Adds functionality of the full editor to the quick reply [ All Built-In BBCodes / Smilie Box / Smilie Menu / Attachments / Thread Management Tools ] - [ 5 In 1 ].
  • Detailed:
    • This product is totally different from other similar products, it doesn't depend on any other codes and doesn't fake vBulletin telling it that this editor is advanced reply not quick one, it leaves every thing as default but extends 'quick reply' functionality by having it's own independant code.
    • It adds all allowed buil-in bbcodes buttons to the quick reply editor (with full control).
    • It adds fully functional Attachments options in quick reply [Fully Functional (can control attachments in the quick reply as you do in the advanced editor mode, you also have the drop down menu button in the editor itself contains all attached files to embed them if you like in post with the
 
wow , it only work with Version 3.7.x . Do u have this one for version 3.8.x ? In the whole , thz for post :D
 
In product-phpkd_aqr.xml

Search:

Code:
<dependency dependencytype="vbulletin" minversion="3.7.0" maxversion="3.7.99" />

Replace with:

Code:
<dependency dependencytype="vbulletin" minversion="3.7.0" maxversion="3.8.99" />

Works perfectly.
 
Back
Top