MyBB Community Forums

Full Version: Editor for MYBB
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
Can anyone tell / suggest me the best post editor for mybb.

Like the one used in this forum or like this : [Image: 2uer4b5.jpg]

Also requires an option to full edit my post.

Thanks
The forum in the screenshot above is using the following editor:

http://mods.mybb.com/view/wysiwyg-editor
I have activated everything in the settings but its getting displayed int Quick Reply only...No where else like in New Thread, New Reply etc.

Also as in here and other mybb forums there is an option of Full edit when we click on edit button but in my forum it direct opens in quick edit mode and there is not option for full edit.

Thanks
Go to ACP>Templates & Styles>Templates>YOUR THEME>Ungrouped Templates>Headerinclude

Can you post the content of your headerinclude template?
<link rel="alternate" type="application/rss+xml" title="{$lang->latest_threads} (RSS 2.0)" href="{$mybb->settings['bburl']}/syndication.php" />
<link rel="alternate" type="application/atom+xml" title="{$lang->latest_threads} (Atom 1.0)" href="{$mybb->settings['bburl']}/syndication.php?type=atom1.0" />
<meta http-equiv="Content-Type" content="text/html; charset={$charset}" />
<meta http-equiv="Content-Script-Type" content="text/javascript" />
<script type="text/javascript" src="{$mybb->settings['bburl']}/jscripts/prototype.js?ver=1603"></script>
<script type="text/javascript" src="{$mybb->settings['bburl']}/jscripts/general.js?ver=1603"></script>
<script type="text/javascript" src="{$mybb->settings['bburl']}/jscripts/popup_menu.js?ver=1600"></script>
{$stylesheets}
<script type="text/javascript">
<!--
var cookieDomain = "{$mybb->settings['cookiedomain']}";
var cookiePath = "{$mybb->settings['cookiepath']}";
var cookiePrefix = "{$mybb->settings['cookieprefix']}";
var deleteevent_confirm = "{$lang->deleteevent_confirm}";
var removeattach_confirm = "{$lang->removeattach_confirm}";
var loading_text = '{$lang->ajax_loading}';
var saving_changes = '{$lang->saving_changes}';
var use_xmlhttprequest = "{$mybb->settings['use_xmlhttprequest']}";
var my_post_key = "{$mybb->post_code}";
var imagepath = "{$theme['imgdir']}";
// -->
</script>
{$newpmmsg}
I don't recommend this plugin and suggest to uninstall it. There are better WYSIWYG editors, like http://community.mybb.com/thread-132680.html or https://github.com/samclarke/SCEditor-MyBB
Still the same problem...tried SCEditor but still same problem getting displayed in Quick Reply only...no where else...

Also how to enable Full Edit like in this forum?

Thanks
Full edit doesn't have any setting(s). It's on by default. It could be that you set a edit time limit. Could you provide me with a test account with admin privileges so I could take a look?
perhaps the js is not called correctly or if jquery code, may need the no conflict directive. I have seen js apps (editor) fail when jquery has been defined more than once and in some cases different versions
Re-upload the contents of your /jscripts folder and .jscripts/jscripts_themes from a fresh download package of MyBB from http://mybb.com/downloads

Java is not working at all on your site however you have the right code and your headerinclude template is using the default MyBB template. I disabled all plugins but it didn't help.

Also, do you have any script blocker or minify option turned on in your host or something?
Pages: 1 2