vB Editor Like Word 2007 Editor

dlcomplete

New Member
This mod allows you to have your vB Editor like Word 2007 editor.
View attachment 15122
Installation


1. UPLOAD

Upload images in /images/editor


2. EDITOR CSS


ACP >> Styles & Templates >> Styles Manager >> Choose a style - All Style Options

Below additionnal CSS definitions, you have "Text Editor Control Styles"
Code:
[b]Editor buttons in normal state[/b]
Background : #d7e5f2 url(images/editor/fondword.gif) repeat-x top left
Font Color : #000000 Padding : 1px Border : none

Code:
[b]Editor buttons in hover state[/b]
Background : transparent
Font Color : #000000 Padding : 0px Border : 1px solid #FF9933

Code:
[b]Editor buttons in clicked state[/b]
Background : #98B5E2
Font Color : #000000 Padding : 0px Border : 1px solid #316AC5

Code:
[b]Editor buttons in selected state[/b]
Background : #F1F6F8
Font Color : #000000 Padding : 0px Border : 1px solid #FF9933

Code:
[b]Editor menu items in normal state (WYSIWYG only)[/b]
Background : #FFFFFF
Font Color : #000000
Padding : 0px Border : 1px solid #FFFFFF

Code:
[b]Editor menu items in hover state (WYSIWYG only)[/b]
Background : #f3b25f url(images/editor/back_editor.gif) repeat-x top left 
Font Color : #000000
Padding : 0px Border : none

Code:
[b]Editor menu items in clicked state (WYSIWYG only)[/b]
Background : #98B5E2  
Font Color : #316AC5 Padding : 0px Border : 1px solid #316AC5

Code:
[b]Editor popup controls in clicked state (WYSIWYG only)[/b]
Background : #98B5E2
Font Color : #000000
Padding : 0px Border : 1px solid #316AC5
 

h@ck3r

New Member
After I changed all my CSS to the above, It looked fab.. but then when I tried to post something on my forums in IE8- It wouldn't let me click any of the buttons in the editor.

I also went and tried on my other PC (Running IE7), and it was the same.

So.. I reverted all the editor style, then added ONLY this:

Editor buttons in normal state
Background : #d7e5f2 url(images/editor/fondword.gif) repeat-x top left

Looks fine to me, and it works in IE7/ IE8 now too.

Thought I'd post this just in case anyone else gets the same problem
 
Top