vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.8 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=235)
-   -   Add-On Releases - Quick Reply / Quick Edit Toolbars (https://vborg.vbsupport.ru/showthread.php?t=201020)

TrucLinh 01-07-2009 10:00 PM

Quick Reply / Quick Edit Toolbars
 
1 Attachment(s)
Quick Reply / Quick Edit Toolbars


Product features


. Show Smilies, Font BB Code, Allignment BB Code, and more...

. Quick Reply \ Quick Edit Control Panel
, easy to change (Show or Hide) options.

. Install quickly and easily with only one template to modify (for now).


Screenshots


http://img134.imageshack.us/img134/6...oolbarstu8.gif

http://img249.imageshack.us/img249/6...oolbarsyc6.gif

http://img301.imageshack.us/img301/7...oolbarsee4.gif

http://img229.imageshack.us/img229/8...oolbarsbn6.gif


Modify templates
(1 template, for Quick Edit)

. Open postbit_quickedit template, (no mod install)
_Open the text-code file, then copy and paste... into your template
Quote:

change.template(postbit_quickedit)with.this.txt

OR...

. Open
postbit_quickedit template, Find: (with mod install)
HTML Code:

$vbphrase[remove_text_formatting]" /></div></td>
. Below add
HTML Code:

            <if condition="$vboptions[quickedit_active]"><!-- quick edit toolbars --><if condition="$show['font_bbcode'] OR $show['size_bbcode']">
                <td><img src="$stylevar[imgdir_editor]/separator.gif" width="6" height="20" alt="" /></td>
            </if>
            <if condition="$vboptions[qe_font_bbcode]"><if condition="$show['font_bbcode']">
                <td><div class="imagebutton" id="{$editorid}_popup_fontname" title="$vbphrase[fonts]">
                    <table cellpadding="0" cellspacing="0" border="0">
                    <tr>
                        <td class="popup_feedback"><div id="{$editorid}_font_out" style="width:91px">&nbsp;</div></td>
                        <td class="popup_pickbutton"><img src="$stylevar[imgdir_editor]/menupop.gif" width="11" height="16" alt="" /></td>
                    </tr>
                    </table>
                </div></td>
            </if></if>
            <if condition="$vboptions[qe_size_bbcode]"><if condition="$show['size_bbcode']">
                <td><div class="imagebutton" id="{$editorid}_popup_fontsize" title="$vbphrase[sizes]">
                    <table cellpadding="0" cellspacing="0" border="0">
                    <tr>
                        <td class="popup_feedback"><div id="{$editorid}_size_out" style="width:25px">&nbsp;</div></td>
                        <td class="popup_pickbutton"><img src="$stylevar[imgdir_editor]/menupop.gif" width="11" height="16" alt="" /></td>
                    </tr>
                    </table>
                </div></td>
            </if></if>
            <if condition="$vboptions[qe_align_bbcode]"><if condition="$show['align_bbcode']">
                <td><img src="$stylevar[imgdir_editor]/separator.gif" width="6" height="20" alt="" /></td>
                <if condition="$stylevar['textdirection'] == 'ltr'">
                <td><div class="imagebutton" id="{$editorid}_cmd_justifyleft"><img src="$stylevar[imgdir_editor]/justifyleft.gif" width="21" height="20" alt="$vbphrase[align_left]" /></div></td>
                <td><div class="imagebutton" id="{$editorid}_cmd_justifycenter"><img src="$stylevar[imgdir_editor]/justifycenter.gif" width="21" height="20" alt="$vbphrase[align_center]" /></div></td>
                <td><div class="imagebutton" id="{$editorid}_cmd_justifyright"><img src="$stylevar[imgdir_editor]/justifyright.gif" width="21" height="20" alt="$vbphrase[align_right]" /></div></td>
                <else />
                <td><div class="imagebutton" id="{$editorid}_cmd_justifyright"><img src="$stylevar[imgdir_editor]/justifyright.gif" width="21" height="20" alt="$vbphrase[align_right]" /></div></td>
                <td><div class="imagebutton" id="{$editorid}_cmd_justifycenter"><img src="$stylevar[imgdir_editor]/justifycenter.gif" width="21" height="20" alt="$vbphrase[align_center]" /></div></td>
                <td><div class="imagebutton" id="{$editorid}_cmd_justifyleft"><img src="$stylevar[imgdir_editor]/justifyleft.gif" width="21" height="20" alt="$vbphrase[align_left]" /></div></td>
                </if>
            </if></if>
            <if condition="$vboptions[qe_list_bbcode]"><if condition="$show['align_bbcode'] OR $show['list_bbcode']">
                <td><img src="$stylevar[imgdir_editor]/separator.gif" width="6" height="20" alt="" /></td>
            </if>
            <if condition="$show['list_bbcode']">
                <td><div class="imagebutton" id="{$editorid}_cmd_insertorderedlist"><img src="$stylevar[imgdir_editor]/insertorderedlist.gif" width="21" height="20" alt="$vbphrase[ordered_list]" /></div></td>
                <td><div class="imagebutton" id="{$editorid}_cmd_insertunorderedlist"><img src="$stylevar[imgdir_editor]/insertunorderedlist.gif" width="21" height="20" alt="$vbphrase[unordered_list]" /></div></td>
            </if></if>
            <if condition="$show['align_bbcode'] OR $show['list_bbcode']">
                <if condition="$vboptions[qe_indent_bbcode]"><if condition="$stylevar['textdirection'] == 'ltr'">
                <td><div class="imagebutton" id="{$editorid}_cmd_outdent"><img src="$stylevar[imgdir_editor]/outdent.gif" width="21" height="20" alt="$vbphrase[decrease_indent]" /></div></td>
                <td><div class="imagebutton" id="{$editorid}_cmd_indent"><img src="$stylevar[imgdir_editor]/indent.gif" width="21" height="20" alt="$vbphrase[increase_indent]" /></div></td>
                <else />
                <td><div class="imagebutton" id="{$editorid}_cmd_outdent"><img src="$stylevar[imgdir_editor]/indent.gif" width="21" height="20" alt="$vbphrase[decrease_indent]" /></div></td>
                <td><div class="imagebutton" id="{$editorid}_cmd_indent"><img src="$stylevar[imgdir_editor]/outdent.gif" width="21" height="20" alt="$vbphrase[increase_indent]" /></div></td>
                </if></if>
            </if><!-- quick edit toolbars --></if>

. Next in the same template, Find:
HTML Code:

$vbphrase[wrap_quote_tags]" /></div></td>
. Below add
HTML Code:

            <if condition="$vboptions[quickedit_active]"><!-- quick edit toolbars --><if condition="$show['code_bbcode'] OR $show['html_bbcode'] OR $show['php_bbcode']">
                <td><img src="$stylevar[imgdir_editor]/separator.gif" width="6" height="20" alt="" /></td>               
                <if condition="$vboptions[qe_code_bbcode]"><if condition="$show['code_bbcode']">
                    <td><div class="imagebutton" id="{$editorid}_cmd_wrap0_code"><img src="$stylevar[imgdir_editor]/code.gif" width="21" height="20" alt="$vbphrase[wrap_code_tags]" /></div></td>
                </if></if>
                <if condition="$vboptions[qe_html_bbcode]"><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></if>
                <if condition="$vboptions[qe_php_bbcode]"><if condition="$show['php_bbcode']">
                    <td><div class="imagebutton" id="{$editorid}_cmd_wrap0_php"><img src="$stylevar[imgdir_editor]/php.gif" width="21" height="20" alt="$vbphrase[wrap_php_tags]" /></div></td>
                </if></if>
            </if>
            <if condition="$vboptions[qe_wysiwygsmilies]"><if condition="$show['wysiwygsmilies']">
                <td><img src="$stylevar[imgdir_editor]/separator.gif" width="6" height="20" alt="" /></td>
                <td><div class="imagebutton" id="{$editorid}_popup_smilie" title="$vbphrase[smilies]">
                    <table cellpadding="0" cellspacing="0" border="0">
                    <tr>
                        <td><img src="$stylevar[imgdir_editor]/smilie.gif" alt="" width="21" height="20" /></td>
                        <td class="alt_pickbutton"><img src="$stylevar[imgdir_editor]/menupop.gif" width="11" height="16" alt="" /></td>
                    </tr>
                    </table>
                </div></td>
            </if></if>
                <if condition="$vboptions[qe_undoredo]"><td><td><img src="$stylevar[imgdir_editor]/separator.gif" width="6" height="20" alt="" /></td>
                <td><div class="imagebutton" id="{$editorid}_cmd_undo"><img src="$stylevar[imgdir_editor]/undo.gif" width="21" height="20" alt="$vbphrase[undo]" /></div></td>
                <td><div class="imagebutton" id="{$editorid}_cmd_redo"><img src="$stylevar[imgdir_editor]/redo.gif" width="21" height="20" alt="$vbphrase[redo]" /></div></td></if>
            <td width="100%">&nbsp;</td>
            <if condition="$vboptions[qe_extrabuttons]"><if condition="$vBeditTemplate['extrabuttons'] != '' ">
                <td><img src="$stylevar[imgdir_editor]/separator.gif" width="6" height="20" alt="" /></td>   
                $vBeditTemplate[extrabuttons]
            </if></if><!-- quick edit toolbars --></if>



. Save your template.

. Enjoy!

Version [3.7.x] Quick Reply / Quick Edit Toolbars [v1.0.0.jan]


Install Update Notes:
_uninstall, then install new update.
_edit your template, then update new template show about.

Update Notes: (1)

_adds Quick Edit Control Panel
_adds Quick Reply Control Panel

_adds auto-template (3) 'quickreply_disablesmilies, quickreply_a_toolbars, quickreply_b_toolbars'
_adds edit-template (1)
_clean-up code and template
_changes plugin title and phrase name




TrucLinh

TrucLinh 01-08-2009 12:45 AM

notifications

Daniel_HBK 01-08-2009 10:15 PM

Cool , installed ..

God bless u :)

mrcake 01-10-2009 02:17 AM

Wow, this rocks! Thanks so much for building. :)

AnnieZC 01-12-2009 10:20 PM

Looks great :)
Will this work with 3.8.0??

obmob 01-14-2009 12:56 AM

interesting, will keep track of this one :p

yingzhou 01-14-2009 07:27 AM

update for 3.8. Cheers TrucLinh & QNhu.

JorgeX 01-14-2009 07:36 PM

Im kinda lost... need better instructions to install :(

JorgeX 01-14-2009 07:39 PM

invalid file type for style.xml

msu2k 01-15-2009 12:42 PM

I'm getting this error on the bottom of my pages:
Uncached templates: newpost_disablesmiliesoption (1)

TrucLinh 01-15-2009 01:10 PM

Quote:

Originally Posted by JorgeX (Post 1712474)
Im kinda lost... need better instructions to install :(

Quote:

Originally Posted by JorgeX (Post 1712480)
invalid file type for style.xml

Use [Add\ Import Produst] like other mods, you may open one of your template to input extra code or use my other xml files style include in zip file (I'm export from my style), please take some times to learn 'how to' by read your VBULLETIN_MANUAL to control your forum.

Quote:

Originally Posted by msu2k (Post 1713341)
I'm getting this error on the bottom of my pages:
Uncached templates: newpost_disablesmiliesoption (1)

Open product-QREToolbars.xml find,... add the line in red color
Quote:

'quickreply_disablesmilies',
'newpost_disablesmiliesoption',
only add this if you use 'microstats'
hey, cache it will take-up some of your mem. on your sys. to run 'only cache things you needed'

msu2k 01-15-2009 01:34 PM

Thanks!

AMailer 01-16-2009 04:04 AM

Think you could add a quick way to close/sticky threads?

carubmun 01-16-2009 06:38 AM

Ok.
So we have two xlm files.
I installed the one that did not say "style".
I got two different entries in my vbulletin options though.
One for quick reply toolbar, and one for quick edit toolbar.
I enabled both, and now there is stuff overflowing outside of my quick reply box.
Im sure its no problem to fix.... just that the instructions are difficult to understand for most.
Which would not be as much of a problem if there was some better explanation of the contents of this plugin.

Im sure the plugin is great and everything needed is there... its just a little difficult to get through the language barrier.

But nice plugin either way.

belmacha 01-16-2009 02:34 PM

Thanks for this.. Working just fine ! :)

talkncaasports 01-19-2009 07:12 AM

Quote:

Originally Posted by carubmun (Post 1714330)
Ok.
So we have two xlm files.
I installed the one that did not say "style".
I got two different entries in my vbulletin options though.
One for quick reply toolbar, and one for quick edit toolbar.
I enabled both, and now there is stuff overflowing outside of my quick reply box.
Im sure its no problem to fix.... just that the instructions are difficult to understand for most.
Which would not be as much of a problem if there was some better explanation of the contents of this plugin.

Im sure the plugin is great and everything needed is there... its just a little difficult to get through the language barrier.

But nice plugin either way.

From what I can tell you do not need to upload the "Style" xml file. I didnt, and it works fine for me.
Also, to stop things from overflowing, as you called it, then turn off some of the features that can be used. Features like HTML BB Code, Code BB Code, PHP BB Code, Alignment BB Code, etc.

kral_efe 01-27-2009 09:34 PM

Thanks.........;);)

Il Pompa 01-27-2009 10:28 PM

Installed and nominated for MOTM:up:
It's a very good product but unfortunately the vbulletin's blog displays like this:
http://img264.imageshack.us/img264/407/bloglt2.png
Can you help me to solve this problem?:D

TrucLinh 01-28-2009 12:20 AM

. Go to Style Manager > click button [Go] > look for 'Sizes and Dimensions'
_find 'Blog Form Width (pixels) ' see picture... change to...

http://img98.imageshack.us/img98/2889/bogpxtg2.gif

Il Pompa 01-30-2009 12:42 AM

Infinitely thanks you were very kind!

Why the smilies does not appear in blog? Can you help me to solve this problem?:up:
Also in guest's messages does't appear nothing:(

rapidphim 02-05-2009 05:22 PM

awesome work. this hack is not conflict with the mViet keyboard... great work!

Sc00by22 02-05-2009 09:37 PM

Works great, thanks, I added more BB Codes from the AdminCP and now they are longer then the quick reply box, how can I make it wider?

ocer_coc 02-06-2009 01:46 AM

bạn này ở VN hả ?

are you from VN?

TrucLinh 02-07-2009 04:23 AM

Quote:

Originally Posted by Il Pompa (Post 1728635)
Infinitely thanks you were very kind!

Why the smilies does not appear in blog? Can you help me to solve this problem?:up:
Also in guest's messages does't appear nothing:(

working on it... :)

Quote:

Originally Posted by Sc00by22 (Post 1735563)
Works great, thanks, I added more BB Codes from the AdminCP and now they are longer then the quick reply box, how can I make it wider?

. Go to Style Manager > click button [Go] > look for 'Sizes and Dimensions'
_find 'User Control Panel Message Area Width (pixels) ' [ 380px ] change to [ 480px ]

Quote:

Originally Posted by rapidphim (Post 1735377)
awesome work. this hack is not conflict with the mViet keyboard... great work!

.................. :)

Quote:

Originally Posted by ocer_coc (Post 1735691)
bạn n?y ở VN hả ?

are you from VN?

Yes, long times, but not now...

Q.Nhu

rapidphim 02-09-2009 10:46 PM

<span style="text-decoration: line-through">Can you please guide how to adjust the editor box for Blog?</span>

Edit: I found the solution from above thread. Thanks.

Forum Lover 02-18-2009 10:23 AM

will it work for vB bLog too?

rapidphim 02-18-2009 02:20 PM

Quote:

Originally Posted by Forum Lover (Post 1747753)
will it work for vB bLog too?

Yes, it does work on blog and PM too.

gmerin 02-20-2009 01:18 AM

Lets see if i got this correctly:

(1) Go to AdminCP, then to Plugins & Products, then Manage Products, then
(2) Add/Import Product file product-QREToolbars.xml
(3) Go to Styles & Templates, then to Download / Upload Styles, then
(4) Import Style XML File QREToolbars-style.xml
a. Merge Into Style - pick any existing style
b. Select (click checkbox) Ignore Style Version
(5) press Import button

did i get it right?

rapidphim 02-20-2009 03:15 AM

gmerin: what are you trying to do?

AteNa 03-05-2009 01:58 PM

Thanks , installed ..

AteNa

khalagh 04-04-2009 02:27 PM

thank you ver.............................................

supLaditOz 04-04-2009 09:17 PM

QUOTE is not working anyone can help me?

when im trying to use im getting a pop up says " The message you have entered is too short. Please lengthen your message to at least 10 characters. "

Edit Never mine i fixed it :)

Thanks Installed.

Feanor_87 04-04-2009 11:56 PM

Installed and working perfectly, thanks!! :)

RL714 04-06-2009 02:56 PM

Hi, when i Import Product QREToolbars-style.xml the error msg >>> Invalid File Specified why is that TrucLinh ? thanks for the mods

HardForum 04-23-2009 08:49 AM

How to change positions of disabling smilies checkbox and quoting message checkbox?

nando99 06-04-2009 02:42 AM

quick edit works fine but i see nothing happen on the quick reply....

the Disable smilies in text and Quote message in reply? check boxes popped up but thats it, no tool bar...

i installed it, activated it, did the edits and uploaded/merged the style xml file and nothing...

P?ŋĭsЋ?я 06-04-2009 04:44 AM

Thanks installed...:)

down.low 06-18-2009 04:22 AM

Thanks for the mod, love it. I was wondering, how do put
Code:

$vboptions[qe_extrabuttons]
(all the extra buttons), Into a pop-up box like you did for the moods, I think I'd have to edit:

Code:

<if condition="$vboptions[qe_undoredo]"><td><td><img src="$stylevar[imgdir_editor]/separator.gif" width="6" height="20" alt="" /></td>
                <td><div class="imagebutton" id="{$editorid}_cmd_undo"><img src="$stylevar[imgdir_editor]/undo.gif" width="21" height="20" alt="$vbphrase[undo]" /></div></td>
                <td><div class="imagebutton" id="{$editorid}_cmd_redo"><img src="$stylevar[imgdir_editor]/redo.gif" width="21" height="20" alt="$vbphrase[redo]" /></div></td></if>
            <td width="100%">&nbsp;</td>
            <if condition="$vboptions[qe_extrabuttons]"><if condition="$vBeditTemplate['extrabuttons'] != '' ">
                <td><img src="$stylevar[imgdir_editor]/separator.gif" width="6" height="20" alt="" /></td>   
                $vBeditTemplate[extrabuttons]
            </if></if>

but I dont know what I would need to change it to to make it work....Could you please help me if you have the time, or if you could point me in the right direction it would be greatly appreciated.


http://i472.photobucket.com/albums/r...ion/extras.jpg

RedHacker 06-18-2009 10:27 AM

Install this mod and import only product-QREToolbars. What doing other xml. ? Must editing templates?

down.low 06-18-2009 10:38 AM

Quote:

Originally Posted by RedHacker (Post 1831789)
Install this mod and import only product-QREToolbars. What doing other xml. ? Must editing templates?


Me?


If so, I didn't install the style.xml- I only installed the main product. All the other icons shown in the picture I posted are BB Codes to embed videos from those websites shown, youtube and ect.. I'm trying to put the "Extra buttons" into a pop-up menu like the mod-maker did for the smilie box.


All times are GMT. The time now is 06:27 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.03986 seconds
  • Memory Usage 1,910KB
  • 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
  • (2)bbcode_code_printable
  • (4)bbcode_html_printable
  • (12)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)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