ddietz
Forum Replies Created
-
Forum: Plugins
In reply to: Help Desk questionSo working off of what oeai posted, I was able to get the latest version of help-desk (ozblog) to run on WP 2.7.1 w/o much trouble. I did the following to all files in the plugin (find-and-replace w/ EditPlus):
- removed “mu-” from all file paths
- update_site_option -> update_option
- get_site_option -> get_option
- is_site_admin -> is_admin
- replace get_blog_info_by_id() -> get_bloginfo(‘url’)
- I think that’s everything i can recall…
The above got it running… but it’s still a little rough. The e-mails aren’t formatted properly and they are going out with broken links. But that shouldn’t be hard to fix. Hope this helps someone else!
Forum: Plugins
In reply to: Help Desk questionNo one has this working on a single WordPress blog? oeai, any luck?
Forum: Fixing WordPress
In reply to: Alternating Widget StylesStill no luck with this. I’ve started working in widgets.php hoping to find something that works…
Does anyone know if there is detailed documentation on widgets.php?
Forum: Plugins
In reply to: Image Library for Stock imagesHere are a couple of plugins that might be helpful.
- Download Manager: Yellow Swordfish has a nice plugin. (http://www.stuff.yellowswordfish.com/download-counter-advanced/)
- Thumbnail and image uploading: Flexible Upload (http://blog.japonophile.com/flexible-upload/)
I was having trouble editing posts with code mode. I could create and edit posts with the Visual Editor, but as soon as I made changes in the Code Editor I got “You don’t have permission to access /wp-admin/page.php on this server” once submitted.
That just didn’t make any sense to me, but the .htaccess info referenced above solved the problem! Thanks guys.