veola
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: WordPress 2.1 always format my codeby the way, I’m trying to repot the editor of wp2.0 to wp2.1.
It sounds very insinuative,but honestly, i think wp2.0’s editor is better.
I will share the method of repoting the editor if i get though.
Forum: Fixing WordPress
In reply to: WordPress 2.1 always format my codeActually, by checking “Use the visual editor when writing” option, the default editor will be set to be “wysiwyg” but there’s is no HTML CODE EDITOR any more. It’s really a big problem. some html tag symbols will be reformatted when you click “post” button.
eg.
you type
var book={title:'bookTitle', author:'nate', id:222};and click “post”
the code you typed will be change to be
var book={title:’bookTitle’, author:’nate’, id:222};I don’t know why wp’s dev team change the editor worse than version 2.0
Forum: Fixing WordPress
In reply to: WordPress 2.1 always format my codeBy default, the visual posting box is NOT activated. It is not like wp2.0 any more, but you can activate the visual edit box in administrator’s manage panel.
Login into manage panel —> users —> (chose your username)edit —> Your Profile
and check “Use the visual editor when writing” —>click “update profile”
and return to the posting page, you will see the visual posting panel you want.
hoping my reply can give you some help