vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB4 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=251)
-   -   Add buttons to Quick Reply (https://vborg.vbsupport.ru/showthread.php?t=300459)

DRJ 07-26-2013 12:46 AM

Add buttons to Quick Reply
 
In vBulletin 4.2 how can I add a button, such as the code tag to the quick reply? I don't see the templates to edit.

Thanks

nerbert 07-26-2013 02:34 AM

I don't think there's any way to add anything. It's all hard coded in the editor script

DRJ 07-26-2013 05:43 AM

Thanks, I found that script and was able to edit it.

DRJ 08-26-2013 06:07 PM

I have been able to edit the ckeditor.php to add buttons to the quick reply but I have not been able to add the attachment button. It seems to work a little differently, can anyone provide some assistance?

tbworld 08-26-2013 09:55 PM

Show the code that you have... and then we can see what you are doing.

DRJ 08-27-2013 03:44 AM

PHP Code:


            $toolbar
[] = array('Smiley');
            
$toolbar[] = array('Attach''-''Undo''Redo');
            
$toolbar[] = array('Link''Email''Unlink''Image''Video''-''Quote''Code''Html'); 

This is from the ckeditor.php file int he forum/vb folder. I added the Attach line below the Smiley lines in a couple places in the file. I just copied it from the other section that had it for the advanced reply.

The undo and redo work fine but the attach button doesn't show up.

Thanks

rharbison 04-11-2014 03:41 AM

Having the same issue, can't add attachment button to quickreply. Anyone find a way to make it work?

vBNinja 04-11-2014 03:55 AM

take a look at this:
https://vborg.vbsupport.ru/showthread.php?t=278828


All times are GMT. The time now is 05:36 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.00954 seconds
  • Memory Usage 1,723KB
  • 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
  • (1)bbcode_php_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (8)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
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete