Simonech
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Post attachmentsI’m not looking for a list of all new features, but for docs about them:
how does the post attachment works?Forum: Fixing WordPress
In reply to: Apache LimitRequestFieldSize directive can harm WPYes, I asked it to the host.
But the problem is that the default Apache settings (ie if the host admin doesn’t change things) is 8190bytes (8kb).In my opinion this it too small, and if WP has the power to do so, they could has Apache to have an higher defaul setting.
and also, maybe put a FAQ somewhere explaining that problem.
Forum: Plugins
In reply to: Small images for each postI just installed WP, so I’m still learning the basics, but in the docs at codex.wp.org I can’t find mentions of the new attachment features of WP 2.0
I like the post-image plugin because it makes use of that feature, which I think, helps a lot in managing images inside posts.
I’ll have a look at it.
Then I’ve to code something to retrive the “recent posts” and display just the imagesForum: Fixing WordPress
In reply to: Directory and File permissionsI think I got the problem.
Probably the admin of the host set the LimitRequestFieldSize to a value that doesn’t allow file to be posted.I noticed this because I can edit small files, but not big ones.
Also the default LimitRequestFieldSize is 8190, which prevent files bigger than 8k to be edited…
I think this can also prevent postings of big posts, too…Forum: Fixing WordPress
In reply to: Directory and File permissionsWhen editing themes using the theme editor I get that error:
Forbidden
You don’t have permission to access /wp-admin/theme-editor.php on this server.
this is funny because I only get this error when saving a file (and all files have, for test, 777 as permission)
How can I fix this?