Forum Replies Created

Viewing 9 replies - 1 through 9 (of 9 total)
  • Forum: Fixing WordPress
    In reply to: 2.7 Editor sucks!

    Ok, I found why.
    It has to be

    <p><br class=”spacer_” /></p>

    I do see Advanced TinyCME does change that automatically.
    So it is possible to work at that level,
    but my findings and hints still stand to improve this all.

    Forum: Fixing WordPress
    In reply to: 2.7 Editor sucks!

    Well shoot Prof Rabbit.

    I made a mistake Advanced TinyMCE is running.
    It just looked like the old editor, so I presume it was not running.
    But I modified the toolbar and, I get the results, a new button.

    Well, yes, stupid of me. However, it should be less confusing,
    if there was a tiny text, to explain which editor is running…

    Good so far. Am i satisfied no.

    I flagged the option use CSS in Settings->Advanced TinyMCE.
    My theme does contain black background, and yes,
    the editor turns black in the background, however, text becomes invisible. So uncheck that again.
    No use of CSS ?! pff… All pages should use CSS…

    Ok, We try the <p> and
    stripping.
    Ok. This works. You can switch from view mode to html mode.
    All tags are there, not stripped.

    Because I have checked the option in settings->Advanced TinyCMS
    ‘Stop removing the <p>….’

    Black lines ?

    Well this was checked. And it is still the same.

    You need to use combination &nbsp;<br /> to create a blank line.

    If You use ...text....<br />....text... it fails…

    Well, that’s a pity.

    Forum: Fixing WordPress
    In reply to: 2.7 Editor sucks!

    Yes.

    I think that’s why any ‘pro’-blogger does use the offline blog posters with XML-RPC. You can do all formatting locally, keep a local copy and post it.

    So You don’t need to use that editor.

    But I known my customers, they will see, the edit button. I will tell them, don’t hit it ! For suren they will hit it and mess up there articles. They will point to me, because they are … authors.
    I am the tech who need to solve it. Not today, but yesterday.

    The editor should be a module (plugin) only. Standard behavior should be XML-RPC and a good tutorial how to use it.

    But this will not help us any further right now…

    Forum: Fixing WordPress
    In reply to: 2.7 Editor sucks!

    Forum: Fixing WordPress
    In reply to: 2.7 Editor sucks!

    I read each day a RTFB or RTFM !
    Don’t give me that lame answer as old as the streets in New York.

    Nobody is forced to use free software.
    But nobody is forced to write crap sections of code too.
    (I did not say WP is crap !)

    If complaints do go to the basket, there is no need to improve software too. Complaints are signals to improve code and logic.

    I posted some nice threads to read, to point this is not always
    as easy as RTFM !

    If this is not valid, there should be a HTML page
    WordPress->Support->/dev/null

    REPOST

    yeeh, sure. Something like Windows versus Linux.
    On windows, You have all permissions You want to get the cheese.
    You only need to access the holes. Permissions are less strict.

    Or something like php safe mode or not. Or php caching…

    Before installation of WP, the software should check if the server
    match all those conditions. This is done by other software too.

    I installed the Advanced TinyMCE. But does it show up, nada.

    I found the checkbox in Settings->Advanced TinyMCE to disable cleanup of <p></p> and . I saved that screen or the editor would not launch. As I enabled back, the visual view,
    next to the user.

    Still no Advanced TinyMCE.

    So I found this:
    http://azaozz.wordpress.com/2008/12/11/troubleshooting-tinymce-in-wordpress-27/

    Did I clean the cache, sure. Both from Apache and Firefox.
    As I rebooted the web server.
    Shift refresh, Ctrl F5, smash the keyboard ! Nope.

    So finally I found some topics, with the same problems:
    http://tinymce.moxiecode.com/punbb/viewtopic.php?id=14506
    http://wordpress.org/support/topic/224919

    So when I read that…

    All those things need to work out of the box. If there are requirements, they should be checked before installation etc.

    Right now it is pretty difficult to find out what is going wrong. I can start to verify log files, access permissions or finally run my PHP debugger πŸ™‚ Looks like a drupal setup…

    Forum: Fixing WordPress
    In reply to: 2.7 Editor sucks!

    yeeh, sure. Something like Windows versus Linux.
    On windows, You have all permissions You want to get the cheese.
    You only need to access the holes. Permissions are less strict.

    Or something like php safe mode or not. Or php caching…

    Before installation of WP, the software should check if the server
    match all those conditions. This is done by other software too.

    I installed the Advanced TinyMCE. But does it show up, nada.
    Did I clean the cache, sure. Both from Apache and Firefox.
    As I rebooted the web server.
    Shift refresh, Ctrl F5, smash the keyboard !

    So I found this:
    http://azaozz.wordpress.com/2008/12/11/troubleshooting-tinymce-in-wordpress-27/

    Nope.

    I found the checkbox in Settings->Advanced TinyMCE to disable cleanup
    of <p></p> and . I saved that screen, written in bold as recommendation… And I enabled the visual view back again, next to the user.

    No Advanced TinyMCE.

    So finally I found some topics, with the same problems:
    http://tinymce.moxiecode.com/punbb/viewtopic.php?id=14506
    http://wordpress.org/support/topic/224919

    So when I read that, I known enough. All those things need to work out of the box. If there are requirements, they should be checked before installation etc.

    Right now it is pretty difficult to find out what is going wrong. I can start to verify log files, access permissions or finally run my PHP debugger πŸ™‚ Looks like a drupal setup…

    I was surprised I got so fast and quick answer. For those who did try to help, may You be blessed for Your kindness.

    I have to code. Not to study the internal code of WP or the plugin,
    to find some mismatch stuff. I leave it as it is, lost 4 hours on it.

    Forum: Fixing WordPress
    In reply to: 2.7 Editor sucks!

    Ok, so far, I tried the first option, without installing Advanced TinyMCE.
    This means, I disabled the use of the visual editor.

    This does not work out as I want.

    If I want to have this:

    …………
    BlaBlaBla

    Bla2bla2bla2
    …………

    I need to perform
    <p>BlaBlaBla</p>&nbsp;<br /><p>Bla2Bla2Bla2</p>

    It should be:
    <p>BlaBlaBla</p><br /><p>Bla2Bla2Bla2</p>

    So I try the Advanced TinyMCE option.
    if this does not work…

    Forum: Fixing WordPress
    In reply to: 2.7 Editor sucks!

    Well, I have that issue such as the OP, that makes two of us.

    I used a clean setup of LAMP in Ubuntu, and a standard setup of WP.
    So it is easy to replicate on a virtual or physical machine.

    I try the plugin of Advanced TinyMCE.
    If that does not work, I trash this solution and I return to Joomla.

    The software should run out of the box, without those issues.

    Forum: Fixing WordPress
    In reply to: 2.7 Editor sucks!

    I have the same issues. First time I use wordpress 2.7
    as I use mainly Joomla 1.5. yes, I hear it… booo.
    It serves me well πŸ˜€ But back on topic.

    They told me wordpress is much easier to use for a novice
    (my customers…) So I give it a shot…

    I did hope WordPress would provide a good online editor.
    Nothing is worse as that.

    After clean installation, I did try to change the ‘about’ page.
    I switch directly to HTML coding, because I do not trust those
    visual editing techniques. I DO NOT LIKE automatic formating.
    I wish to have FULL CONTROL of my html pages.

    Guess what, the edit strips all Your tags.

    So I found this:
    http://www.mkbergman.com/?p=384
    http://wordpress.org/support/topic/153533?replies=10

    The first link does show an extended editor, Advanced TinyMCE
    but seems not to be updated or compatible with 2.5+ versions.

    The second link, well, I don ‘t have time to read and try all this !!!

    WordPress should work OUT OF THE BOX.
    FAST and EASY as it pretend in the installation.

    If there is no decent online editor in this package, well, scrap the editor as permanent module, so it becomes a plugin. So users are forced to use an offline blog editor to upload there pages.

    That’s my opinion. Always problems with those online editors !
    I HATE it. I really wonder why this comment is formatted well…

    And I did not evaluate yet the SEO capacities to put Your own metatags on each page ! I am sure You need another plugin for that. I do not see standard implementation at all.

Viewing 9 replies - 1 through 9 (of 9 total)