| User | Post |
|
|
|
Hi I have a problem with the post area is wider than the width of forum. I am not sure how to correct it. Sorry 
You can have a look at it here.
Thank you.
Regards
Johan
|
|
|
|
|
You don't have enough width to fit in the current TinyMCE editor toolbar. Suggest you look in the onine help > How to section > TinyMCE editor > Changing the toolbar.
We hope to introduce tools to make this easier in 3.2
|
|
|
|
|
|
|
|
Hi Andy
I had a look at the code and don't really know where to start and where to stop. Sorry.
This is the code can you maybe tell me how to reduce the width as I could not do it as described. I suppose I need to change or delete something here ……
theme_advanced_buttons1 : “bold,italic,underline,|,bullist,numlist,|,outdent,indent,|,link,unlink,|,ddcode,|,undo,redo,forecolor,charmap,|,image”, theme_advanced_buttons2 : “”, theme_advanced_buttons3 : “”, theme_advanced_buttons1_add : “media,|,emotions,|,preview,code,|,spellchecker”
Thanks
Johan
|
|
|
|
|
I am not sure I can do much better then the on-line help to be honest!
This line describes your current toolbar. The words are the buttons the bars are your separators. To make the toolbar smaller you need to remove what you don't need (or make the forum content area wider!)
So, if you don't use forecolor for example, remove it from the list. As I said in the help however - ensure the format of the list is intact - commas in the right place etc.
|
|
|
|
|
Hi Andy
Thanks.
I think this bit makes it clearer, “To make the toolbar smaller you need to remove what you don't need (or make the forum content area wider!)
1) I will remove those I don't need.
2) I am taking the easy option here; is there a setting to make the forum area wider from the forum's angle?
Regards
Johan
|
|
|
|
|
The forum will utilise whatever your page template allows it in the 'content area…
|
|
|
|
|
Hi Andy
I have done what you suggested and changed the code from this
theme_advanced_buttons1 : “bold,italic,underline,|,bullist,numlist,|,outdent,indent,|,link,unlink,|,ddcode,|,undo,redo,forecolor,charmap,|,image”, theme_advanced_buttons2 : “”, theme_advanced_buttons3 : “”, theme_advanced_buttons1_add : “media,|,emotions,|,preview,code,|,spellchecker”
to this
theme_advanced_buttons1 : “bold,italic,|link,|,ddcode,|,undo,redo,forecolor,charmap,|,image”, theme_advanced_buttons2 : “”, theme_advanced_buttons3 : “”, theme_advanced_buttons1_add : “media,|,emotions,|,preview,code,|,spellchecker”
And for some reason I still get a “wide screen”
see this image
http://johanhorak.googlepages.com/widescreen.png
Regards
Johan
|
|
|
|
|
Pull the edit box in with the grab handle in the bottom right hand corner. It should stick.
|
|