How To Change Quick Reply Editor To Advanced Editor. To change it quite easy and practical. Please could you try
Follow the tutorial below :
- First Go To Your Theme Templates
- Then Go To showthread_quickreply
- Replace Default With The Code Below
Code:
<br /> <form method="post" action="newreply.php?tid={$tid}&processed=1" name="quick_reply_form" id="quick_reply_form"> <input type="hidden" name="my_post_key" value="{$mybb->post_code}" /> <input type="hidden" name="subject" value="RE: {$thread['subject']}" /> <input type="hidden" name="action" value="do_newreply" /> <input type="hidden" name="posthash" value="{$posthash}" id="posthash" /> <input type="hidden" name="quoted_ids" value="" id="quoted_ids" /> <input type="hidden" name="lastpid" id="lastpid" value="{$last_pid}" /> <input type="hidden" name="from_page" value="{$page}" /> <input type="hidden" name="tid" value="{$tid}" /> <input type="hidden" name="method" value="quickreply" /> <table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder"> <thead> <tr> <td class="thead" colspan="2"> <div class="expcolimage"><img src="{$theme['imgdir']}/collapse{$collapsedimg['quickreply']}.gif" id="quickreply_img" class="expander" alt="[-]" title="[-]" /></div> <div><strong>{$lang->quick_reply}</strong></div> <!-- start: codebuttons --> <script type="text/javascript" src="jscripts/editor.js?ver=1600"></script> <script type="text/javascript"> <!-- var editor_language = { title_bold: "Insert bold text", title_italic: "Insert italic text", title_underline: "Insert underlined text", title_left: "Align text to the left", title_center: "Align text to the center", title_right: "Align text to the right", title_justify: "Justify text", title_numlist: "Insert numbered list", title_bulletlist: "Insert bulleted list", title_image: "Insert image", title_hyperlink: "Insert hyperlink", title_email: "Insert email address", title_quote: "Insert quoted text", title_code: "Insert formatted code", title_php: "Insert formatted PHP code", title_close_tags: "Close any open MyCode tags that you currently have open", enter_list_item: "Enter a list item. Click cancel or leave blank to end the list.", enter_url: "Please enter the URL of the website.", enter_url_title: "Optionally, you can also enter a title for the URL.", enter_email: "Please enter the email address you wish to insert.", enter_email_title: "Optionally, you may also enter a title for the email address.", enter_image: "Please enter the remote URL of the image you wish to insert.", enter_video_url: "Please enter the URL of the video.", video_dailymotion: "Dailymotion", video_metacafe: "MetaCafe", video_myspacetv: "MySpace TV", video_vimeo: "Vimeo", video_yahoo: "Yahoo Video", video_youtube: "YouTube", size_xx_small: "XX Small", size_x_small: "X Small", size_small: "Small", size_medium: "Medium", size_large: "Large", size_x_large: "X Large", size_xx_large: "XX Large", font: "Font", size: "Text Size", color: "Text Color" }; var clickableEditor = new messageEditor("message", {lang: editor_language, rtl: 0, theme: "default"}); if(clickableEditor) { clickableEditor.bindSmilieInserter("clickable_smilies"); } // --> </script> <!-- end: codebuttons --> </tr> </td> </tr> </thead> <tbody style="{$collapsed['quickreply_e']}" id="quickreply_e"> <tr> <td class="trow1" valign="top" width="13%"> <strong>{$lang->message}</strong><br /> <script type="text/javascript" src="jscripts/editor.js?ver=1600"></script> <label><input type="checkbox" class="checkbox" name="postoptions[signature]" value="1" {$postoptionschecked['signature']} /> <strong>{$lang->signature}</strong></label><br /> <label><input type="checkbox" class="checkbox" name="postoptions[disablesmilies]" value="1" /> <strong>{$lang->disable_smilies}</strong></label>{$closeoption}</span> </td> <td class="trow1"> <div style="width: 99%"> <textarea style="width: 100%; padding: 4px; margin: 0;" rows="12" cols="90" name="message" id="message" tabindex="1"></textarea> </div> <div class="editor_control_bar" style="width: 95%; padding: 4px; margin-top: 3x; display: none;" id="quickreply_multiquote"> <span class="smalltext"> {$lang->quickreply_multiquote_selected} <a href="./newreply.php?tid={$tid}&load_all_quotes=1" onclick="return Thread.loadMultiQuoted();">{$lang->quickreply_multiquote_now}</a> {$lang->or} <a href="javascript:Thread.clearMultiQuoted();">{$lang->quickreply_multiquote_deselect}</a>. </span> </div> </td> </tr> {$captcha} <tr> <td colspan="2" align="center" class="tfoot"><input type="submit" class="button" value="{$lang->post_reply}" tabindex="2" accesskey="s" id="quick_reply_submit" /> <input type="submit" class="button" name="previewpost" value="{$lang->preview_post}" tabindex="3" /></td> </tr> </tbody> </table> </form>
Very easy How To Change Quick Reply Editor To Advanced Editor, Good luck!
Title: How To Change Quick Reply Editor To Advanced Editor
Posted by:
Published :2013-08-21T10:00:00-07:00
How To Change Quick Reply Editor To Advanced Editor
Related articles:
Posted by:
Published :2013-08-21T10:00:00-07:00
How To Change Quick Reply Editor To Advanced Editor
0 comments :
Post a Comment