The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
PHPKD - Advanced Quick Reply 'Ultimate' Details »» | |||||||||||||||||||||||||||||||||||
PHPKD - Advanced Quick Reply 'Ultimate'
Developer Last Online: Sep 2021
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ !.................. Brought to you by PHP KingDom (www.phpkd.net) ..................! ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ PHPKD - Advanced Quick Reply 'Ultimate' [ Attachments - Smilies - Thread Management - AJAX ] ( Threads / Blogs / Albums / Social Groups / Private Messages / Visitor Messages ) ?? If you like it, Vote for it! ?? Please remember to click Mark as Installed if you use this product. Support requests from members who have not marked this as installed will be considered low priority. Name: PHPKD - Advanced Quick Reply 'Ultimate' Version: 4.0.110 Description: This product extends 'Quick Reply' functionality to allow all "Advanced Editor" options [ All Built-In BBCodes / Attachments / Smilies / Management ], (threads, blogs, social groups, albums, visitor messages, private messages) [customizable]. Compatible with: All 3.8.x/4.0.x vBulletin versions. Requirements:
Helpful links: Features:
Installation Procedure:
Upgrade Procedure:
Controls:
License: Read Here: http://info.phpkd.net/en/license/free/ --------------- --------------- --------------- --------------- Creative Commons - Attribution-Noncommercial-Share Alike 3.0 http://creativecommons.org/licenses/by-nc-sa/3.0/ --------------- --------------- --------------- ---------------
Your fair dealing and other rights are in no way affected by the above. This is a human-readable summary of the Legal Code (the full license). http://creativecommons.org/licenses/.../3.0/legalcode --------------- --------------- --------------- --------------- Help with:
Known Issues:
Future TO-DO-LIST: History:
Screen Shots:
Technical Notes:
Recent Products: Download Now
Screenshots
Show Your Support
|
Comments |
#12
|
|||
|
|||
Quote:
|
#13
|
||||
|
||||
That's because you should edit "Smiliebox Smilies Per Row" setting from AdminCP options .
|
#14
|
||||
|
||||
Arrggghhh.....
It breaks down the functionality of PNG Editor Buttons The 3.6.x Modifications like this one are working with it. Uninstalled ...... ... will reinstall if it does not affect the complete Style of the Quickreply-Template. Maybe the others are working with Hooks? |
#15
|
|||
|
|||
thanks a lot for this mod
install |
#16
|
|||
|
|||
works great i have add in template phpkd_fqr_showthread_quickreply
$vBeditTemplate[extrabuttons] for have all the BBcode i have on my forum Sorry for my bad english |
#17
|
||||
|
||||
Quote:
That's all what the other mod. do. THis way you should get both mods working together & come here again to click "Install" . You are welcome. |
#18
|
|||
|
|||
Thanks for this awesome plugin.
I also have the same issue of the text box being about half the height. Can you tell us which setting in the template needs to be modified to increase the height of the text box? Also, I dont have the Settings option in the vBulletin Options for this mod. Using 3.70 -a |
#19
|
||||
|
||||
First: "Full Quick Reply BB Code Settings" located just under "BB Code Settings".
Second: You can search for the following code & edit it to fit your needs: Code:
<if condition="$show['qr_require_click']"> <textarea name="message" id="{$editorid}_textarea" rows="10" cols="60" style="width: <if condition="$vboptions['phpkd_fqr_messagewidth']">100%<else />$stylevar[messagewidth]</if>; height:{$editor_height}px" tabindex="1" dir="$stylevar[textdirection]" disabled="disabled">$vbphrase[click_quick_reply_icon]</textarea> <else /> <textarea name="message" id="{$editorid}_textarea" rows="10" cols="60" style="width: <if condition="$vboptions['phpkd_fqr_messagewidth']">100%<else />$stylevar[messagewidth]</if>; height:{$editor_height}px" tabindex="1" dir="$stylevar[textdirection]"></textarea> </if> |
#20
|
|||
|
|||
doh! Found the setting option-
Tried changing the rows=10 to rows=15 but that didnt increase the height. Sorry, I'm not a coder- am I looking in the wrong place |
#21
|
|||
|
|||
if you want have all your BBcode you have make in QR
search on phpkd_fqr_showthread_quickreply Code:
<if condition="$show['html_bbcode']"> <td><div class="imagebutton" id="{$editorid}_cmd_wrap0_html"><img src="$stylevar[imgdir_editor]/html.gif" width="21" height="20" alt="$vbphrase[wrap_html_tags]" /></div></td></if> Code:
$vBeditTemplate[extrabuttons] |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|