@brad:
If you click the folder graphic (not the text) that contains the images, it’ll add all of the images directly inside (not recursive) to the post.
I was cutting and pasting names, so, ok… ??
@noise:
Maybe it’s your client plaform? What browser OS are you accessing from? Through a proxy? Have you customized WordPress authentication in any way? Do you have a non-standard directory installation (like, virtual directories to host the WP stuff, or a multi-host setup)?
I’m just trying to think of any reason why the security info wouldn’t pass through to the file picker.
Try this- Go into the file exhibit10f.php and look for this line near the top:
if($user_level == 0)
Change it temporarily to:
if(false)
You’ll want to put this back to prohibit unrestricted access to your image directory.
See if the picker works. Try uploading a file. If things stay OK, it might be worthwhile researching another method of authentication.
@rog:
Glad it’s working. I had a feeling it was a version issue. ??
@razorhide:
Yeah, 1.3 changes the scope of a few things in plugins regarding configuration options. So certain things would work in certain places (like the file picker), but not others (the post editor). Or vice versa. Anyway, the 1.1d2 upgrade should temporarily address these issues.
@nacron:
It’s showing forbidden in the file picker area?
The files in the exhibitimg directory need permissions, too. Specifically the exhibit10f.php file. That’s the file picker. If you access it directly (not on the post page), you should see an “Unauthorized” message. If you’re seeing a Forbidden/403 or Missing/404, something’s funky on your server and you’ll need to mess with permissions/settings until you can see the picker or the “Unauthorized” message.