Go Back   vb.org Archive > vBulletin 3 Discussion > vB3 General Discussions
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Display Modes
  #1  
Old 09-11-2008, 02:09 PM
Jacob B Jacob B is offline
 
Join Date: Aug 2008
Location: Australia
Posts: 47
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default Editor Controls

Hey guys,

I've been messing around with the templates from the "HelpCenter" add-on and recreating most of the templates (as the default one's are a tad boring in my opinion) but now I've run into quite a bugger of a problem.

Globally for Quick Reply I have enabled the 'Standard Editor' instead of the complete WYSIWYG editor. Now when I reply to a thread, etc. using Quick Reply, I see the standard editor which looks something like this..



However, I have edited the actual PHP script inside "helpcenter.php" to make sure that when replying to a ticket it uses the Quick Reply editor (which has standard enabled only) instead of the complete editor. However, I am still seeing all of the extra items found on the WYSIWYG editor instead of the standard items as seen in the image above. This is what I'm seeing even though I have Quick Reply enabled..



This is the code running for the Quick Reply in the HelpCenter plugin.

PHP Code:
}
    require_once(
DIR '/includes/functions_editor.php');
    
$show['wysiwyg'] = ($setting['allow_bbcode'] ? is_wysiwyg_compatible() : 0);
    
$istyles_js construct_editor_styles_js();
    
$show['qr_require_click'] = 0;
    
$editorid construct_edit_toolbar(''0'helpcenter', ($setting['allow_smilies'] ? 0), 1false'qr');
    
$messagearea "
    <script type=\"text/javascript\">
    <!--
    var require_click = false;
    var threaded_mode = 1;
    var is_last_page = false;
    // -->
    </script>
    
$messagearea
    "
;
    eval(
'$HTML .= "' fetch_template('hcenter_quickreply') . '";'); 
I've gone through each check list to make sure there is nothing I haven't done to change the editor. Basically all I want is just for the editor to display the items in the first image. Nothing more, nothing less.

As far as I am aware all PHP and template coding is correct, but it doesn't seem to be changing. I don't want/need the extra options on the editor, I just want the minimal basics for it. Do you guys know what I could be doing wrong, or how I can fix it?

--------------- Added [DATE]1221187857[/DATE] at [TIME]1221187857[/TIME] ---------------

-Bump-
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 04:53 AM.


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.03704 seconds
  • Memory Usage 2,207KB
  • Queries Executed 13 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)bbcode_php
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (1)post_thanks_box
  • (1)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)post_thanks_postbit_info
  • (1)postbit
  • (1)postbit_onlinestatus
  • (1)postbit_wrapper
  • (1)showthread_list
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_threadedmode.php
  • ./includes/functions_post_thanks.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
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids_threaded
  • showthread_threaded_construct_link
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete