vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   New Posting Features - PHPKD - Advanced Quick Reply 'Ultimate' (https://vborg.vbsupport.ru/showthread.php?t=180330)

whitetigergrowl 05-24-2008 05:05 AM

Quote:

Originally Posted by PHPKD (Post 1529712)
This mod is designed to be displayed with the same hight as the default "Quick Reply", also if you checked it with the default smilies it will be displayed normally with no disturbance in the hight. that disturbance is due to the large smilies you have.
You has three solutions: 1. decrease number of smilies displayed. 2. display smilies under the editor rather than beside it. 3. edit the template 'phpkd_fqr_showthread_quickreply' to fit your needs.



It's not easy to add attachments to the quick reply, but we will try to code it as a separate product with integration ability with this mod.

I tried doing the smileys below it thing. It still stayed boxed rather than them spreading out.

Omranic 05-24-2008 05:11 AM

Quote:

Originally Posted by whitetigergrowl (Post 1529716)
I tried doing the smileys below it thing. It still stayed boxed rather than them spreading out.

That's because you should edit "Smiliebox Smilies Per Row" setting from AdminCP options :).

redlabour 05-24-2008 05:26 AM

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?

lolo? 05-24-2008 05:27 AM

thanks a lot for this mod
install

lolo? 05-24-2008 05:46 AM

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

Omranic 05-24-2008 05:48 AM

Quote:

Originally Posted by redlabour (Post 1529732)
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?

It doesn't break it at all, just open the template 'phpkd_fqr_showthread_quickreply' & edit all the .gif extentions of the buttons to .png.
That's all what the other mod. do. :)
THis way you should get both mods working together & come here again to click "Install" ;).


Quote:

Originally Posted by lolo? (Post 1529733)
thanks a lot for this mod
install

You are welcome.

Abbas 05-24-2008 05:54 AM

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

Quote:

Originally Posted by whitetigergrowl (Post 1529675)
Attached. I have disabled the smiley box.

But that it was it looks like by default with 15 smilies. Doesn't really change when there are fewer.


Omranic 05-24-2008 06:15 AM

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>


Abbas 05-24-2008 06:25 AM

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

lolo? 05-24-2008 06:26 AM

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>

Just after add

Code:

$vBeditTemplate[extrabuttons]


All times are GMT. The time now is 07:13 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01394 seconds
  • Memory Usage 1,749KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (3)bbcode_code_printable
  • (5)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete