stefan21
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: problem with images send to editorI present a workaround to that problem here:
http://wordpress.org/support/topic/57713Forum: Fixing WordPress
In reply to: ‘send to editor’ function for images doesnt workI present a workaround to that problem here:
http://wordpress.org/support/topic/57713Forum: Fixing WordPress
In reply to: image browser only sends text to editorI present a workaround to that problem here:
http://wordpress.org/support/topic/57713Forum: Fixing WordPress
In reply to: “Send to editor” does not work in IE/Firefox (Mac or windows)I know found a good workaround to fix this “Send To Editor” problem:
The reason for the “Send To Editor” bug to me seems that the javascript code somehow does not work when using an URL in the addressbar of the browser that does not reflect the full URL-string of the actual site (see above posting).In order to fix that, I added a target=”_blank” to the login-link at the main page. This makes sure, that the admin-interface is always access with the correct url in the addresbar of the browser. You can see the effects of this work-around at http://www.sonabiles.at.vu/
when you click the login-link.Besides that, I think this should be fixed in one of the next releases of wordpress.
Forum: Fixing WordPress
In reply to: “Send to editor” does not work in IE/Firefox (Mac or windows)I think I now now the reason for that strange behaviour: the “Send To Editor” function works if I use the full link of my remote blog. e.g.:
http://web198.login-4.hoststar.at/_sonabiles/As I have a domain name reserved for my blog almost everyone uses the URL http://www.sonabiles.at.vu/ which stays in the address text field of the browser the whole time. When using the short URL the “Send To Editor” does not work.
This is also the explanation why the “Send To Editor” works when testing a wordpress installation on my local machine with apache (as there are always the full urls in the address field of the browser)
In the options the WordPress URI is the full address
Forum: Fixing WordPress
In reply to: “Send to editor” does not work in IE/Firefox (Mac or windows)very strange: I updated the js folder in wp-includes\js and tested the wordpress webapplication locally on my machine (wordpress 2.01 installed, apache 1.3, mysql 4.1) and the “send to editor” function worked.
I also updated the same folder on my remote host machine but that did not improve anything. (The files on the remote host machine were not corrupted and transferred correctly)
Forum: Fixing WordPress
In reply to: “Send to editor” does not work in IE/Firefox (Mac or windows)I think we should focus back to the origial question of ktula. I have the same problem and couldn’t find a fix yet. It does not make any difference whether I use Firefox or any IE version. They all do not allow me to send the image to the editor.
The firefox Javascript Console Debugger says the following:
Error: richedit is not defined
Source File: /wp-admin/inline-uploading.php?action=view&post=8
Line: 176Error: syntax error
Source File: javascript:void()
Line: 1, Column: 5
Source Code:
void()Perhaps anyone can figure the problem out…
Forum: Fixing WordPress
In reply to: Image Upload Permissions Errormy practical solution to this problem:
I manually created upload folders via ftp for the next 10 years each of which contains 12 folders from “01” until “12”this has cost me < 2 minutes of work and is probably less troublesome than discussing with the provider…
Forum: Plugins
In reply to: Main page only ONE category posts pleasejust copy the file into your plugin-folder and activate it as a wordpress-plugin in the admin section of wordpress
Forum: Fixing WordPress
In reply to: thumbnails in WP2.0this post as well describes the same problem
http://wordpress.org/support/topic/54549?replies=4Forum: Fixing WordPress
In reply to: NO THUMBNAILI have exactely the same problem and I desparately don’t know how to fix that…
Forum: Fixing WordPress
In reply to: thumbnails in WP2.0Could anybody please help me,…?
Forum: Installing WordPress
In reply to: can not upload any filesOk… now I have installed MySQL 4.1 and everything works…
perhaps the wordpress-guys will realease a 2.1 version soon that will as well work with the latest version of mysqlForum: Installing WordPress
In reply to: can not upload any filesI use MySQL version 5.0, i am not sure whether wordpress uses InnoDB or MyISAM,…
so you think I should try an older version of mysql?
Forum: Installing WordPress
In reply to: can not upload any filesCould please anybody help me with that?