Ok. So I should have RTF and I found that it is disabled due to security concerns.
Having it as an option with a warning would be good.
I am now messing around with the code to try to figure it out. So far I have tried:
1. Edit ../djd-site-post.php, $djd_userinfo[‘media_upload’] = true; (was = false)
2. Changing the Guest account to Contributor
Neither have worked.
Found more information on the developers site, http://www.djdesign.de/djd-site-post-plugin-en/.
Looks like it just isnt possible. Guess I will have to do some more shopping around or script an auto-login for a guest.
…media uploads are only possible for logged in users. Although I do understand that the need arises sometimes I don´t want to cause security and management issues by allowing guests to do this. And frankly, to enable such a feature would require a good deal of customization of the WP media uploader or writing a new upload routine to replace the default one…