sebimeyer
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: “Press This” not copying marked text as body, menu items missingThanks cipote! That fix worked!
For the record, here is the fix:
Connecting the dots: http://core.trac.ww.wp.xz.cn/ticket/9090wp-includes/compat.php
change line 102 from:
function htmlspecialchars_decode( $str, $quote_style = ENT_COMPAT )
to
function htmlspecialchars_decode( $string, $quote_style = ENT_COMPAT )change line 114 from:
return wp_specialchars_decode( $str, $quote_style );
to
return wp_specialchars_decode( $string, $quote_style );Forum: Fixing WordPress
In reply to: “Press This” not copying marked text as body, menu items missingYup, same here, main body text still missing. The formatting buttons are still missing too. Which makes the whole thing unusable. Darn, I was hoping 2.7.1 would fix it.
Checked the bug ticketing system and this does not seem to be a known issue, although I cannot be sure as I didn`t check too throroughly. I´ll check again tomorrow and open a ticket.
What use is “press this” if it doesn´t work? Doubly annoying as it works on my other site with no apparent reason why.
Forum: Fixing WordPress
In reply to: “Press This” not copying marked text as body, menu items missingYup, same here, main body text still missing. The formatting buttons are still missing too. Which makes the whole thing unusable. Darn, I was hoping 2.7.1 would fix it.
Checked the bug ticketing system and this does not seem to be a known issue, although I cannot be sure as I didn`t check too throroughly. I´ll check again tomorrow and open a ticket.
What use is “press this” if it doesn´t work? Doubly annoying as it works on my other site with no apparent reason why.
Forum: Installing WordPress
In reply to: Reinstalling wordpress to existing databasewow, you ask a straight question and are told “go read the manual.” When you point out that this scenario is NOT covered in the manual, it’s inferred you’re stupid. And all that by a moderator?
How about trying to help for once? I have the same scenario: WP files shot to hell, Database still ok.
Forum: Fixing WordPress
In reply to: Blogging via e-mailSame problem here. Posting via email works like a charm on WP 2.5.1, except that I have to go into WP every time and set a post from “pending review” to “published” to actually appear on the page.
Anyone?
Forum: Fixing WordPress
In reply to: exclude hyperlinks from index.phpmany thanks alanwho, that’s precisely what I’ve ben trying to do for days now! Much appreciated!