ZoltanE
Forum Replies Created
-
Forum: Plugins
In reply to: [BackWPup – WordPress Backup & Restore Plugin] BackWPup doesn't workThank you Daniel for looking into it.
Forum: Plugins
In reply to: [Plugin: WP-prettyPhoto] “Close” button cut offSame problem here. Does anyone have any additional
info on this?Forum: Fixing WordPress
In reply to: Bug in Advanced Settings: impossible to add CSS styleOh never mind I get it now: that input field is for
actual CSS code. So instead of a class name type in
things like:border: 0pt none; background-color: transparent;and the like.
Forum: Fixing WordPress
In reply to: Bug in Advanced Settings: impossible to add CSS styleHey Alkorr, have you found out anything regarding this
problem?Forum: Hacks
In reply to: Drag and drop makes Thickbox class thumbnailOh sorry the Thickbox class came from the WP admin area where I dragged
the images from. The editor does not change the properties of the image or link.Forum: Hacks
In reply to: WP replacing site root with ".." in drag and dropped URLsOkay here is a fix: Relative Links Fix
Note that WP3 requires site URLs to start with “http://”, so you must
change the plugin above so it won’t try to add that part again:
In linksfix.php delete http:// from line 33 and 34.Forum: Hacks
In reply to: WP replacing site root with ".." in drag and dropped URLsOh crap, it’s a Firefox problem… stuff dropped into IE8 keeps absolute URLs.
Forum: Hacks
In reply to: WP replacing site root with ".." in drag and dropped URLsIt seems to be a TinyMCE feature: URL conversion.
I found the variable called “convert_urls” in one of the PHPs in WP, but
there it’s set to false, so I don’t know why it is still converting stuff.