Darren
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Force line break inspite of Tiny MCE editor using a MacI’ve found a fix using baweibel’s idea. Open formatting.php, go to line 402 and make this change:
$content = str_replace('<br />', '<br clear="all" />', $content);Hacky, but works!
Forum: Fixing WordPress
In reply to: WYSIWYG ignoring or reinterpreting HTMLmake sure you have a dump before you start.
it just seems like it’s not a lot of sugar for a dime.
there’s anal…. and there’s ANAL….
This thread just gets dirtier and dirtier.
For anyone interested, there’s also this suggestion which I’m about to try.
the only way to post “pure” html tags without wp insisting it knows better is to work within the database using phpmyadmin.That is depressing, considering how much faith I otherwise have in WP. Why even offer a ‘code’ window at all if it takes what you write and reinterprets it?
Forum: Fixing WordPress
In reply to: WYSIWYG ignoring or reinterpreting HTMLWordPress is replacing my div tags with p tags, stripping break tags, and otherwise reinterpreting code in a way that is making the WYSIWYG tool a complete detriment to the software. Is no one else having this experience when creating static pages?
Forum: Fixing WordPress
In reply to: Make a post, get a blank screenAnyone know where I can go to change ALL paths from root to /blog/? I’m pretty sure that’s what’s messing it up. Thanks. I’ve already changed it under ‘Options’.
Forum: Fixing WordPress
In reply to: Make a post, get a blank screenAlso: I installed the ‘Wp Teaser’ plug-in, but when I go to Options -> Post Teaser, I also get a white page. The page it’s trying to reach is:
/wp-admin/options-general.php?page=post-teaser.php