MyBB Community Forums
[General] no wysiwyg editor in forum - Printable Version

+- MyBB Community Forums (https://community.mybb.com)
+-- Forum: 1.8 Support (https://community.mybb.com/forum-175.html)
+--- Forum: General Support (https://community.mybb.com/forum-176.html)
+--- Thread: [General] no wysiwyg editor in forum (/thread-165349.html)



no wysiwyg editor in forum - wmatson - 2015-01-09

I had installed CKeditor in my forum after upgrading to 1.8.3 as i did not see an editor. I have been having problems with this and on looking for an answer i see that there is now a default editor in 1.8.3? However it does not appear anywhere. I see lots of posts that point to the problem in templates not being updated in the upgrade. I know where the template files are but not what to look for or what to do if i have to revert. As i am a novice at the technical side can you assist or point me to someone that I can employee to assist in fixing this? the site name is http://www.lovegirltalk.com/forum


RE: no wysiwyg editor in forum - .m. - 2015-01-09

if your forum is upgraded to MyBB 1.8.3 then you have to use its compatible theme.

you can install a good looking theme from below link
http://community.mybb.com/mods.php?action=browse&category=themes


RE: no wysiwyg editor in forum - wmatson - 2015-01-12

(2015-01-09, 01:47 AM).m. Wrote: if your forum is upgraded to MyBB 1.8.3 then you have to use its compatible theme.

you can install a good looking theme from below link
http://community.mybb.com/mods.php?action=browse&category=themes

Thanks I have installed square blue and it seems to work as expected. Now i have to modify the headers to include our logo. I inserted different logos in the theme properties and also added the line in the header template as per another post I read

Change this line:
<div class="logo"><div class="logo2"><i class="fa fa-cube fa-fw"></i></div> Square</div>

To this line:
<a class="logo" href="{$mybb->settings['bburl']}/index.php"><img src="{$theme['logo']}" alt="{$mybb->settings['bbname']}" title="{$mybb->settings['bbname']}" /></a>

However it may be an old post for 1.6 ver as it just pushes everything down and wrecks the formatting. Ideally i would like our logo right across the top full width and the Square/square to be gone.
Can you help with that?


RE: no wysiwyg editor in forum - .m. - 2015-01-12

you can try adding below to global.css of the theme (edit through admin panel & edit in advanced mode)
.logo img {width: 100%;}
remember hard refreshing your browser (eg. press CTRL + F5) after saving changes to the style sheet