ereckers
Forum Replies Created
-
Forum: Plugins
In reply to: [Custom Field Suite] html editor link is not showing for wysiwyg editorFollowing this issue. Same thing. It would be nice to have the Visual | Text tabs in the WYSIWYG editor. I’m using the editor in a loop/repeatable field.
Rich,
Yes, I’ve got the constant added before the “That’s all…” line. I’m using:
On a whim I just tried it on an entirely different dev instance and this time I got it to work.
I think there’s probably an issue with by plugins or theme and I can go ahead and investigate that myself. The DEBUG flag does work on a cleaner installation, so I’ll mark this as resolved.
Thanks,
Ed
Forum: Plugins
In reply to: [Web Fonts] [Plugin: Web Fonts] Error messages with WP_DEBUG=trueI receive the same thing. You have to go in and manually replace CACHE_PERIOD with the actual value.
This is in addition to a all kinds of Undefined variable errors in the admin.
This will probably need to get cleaned up at some point as WordPress will start rejecting plugins in the repository with such errors:
Funny reading this because I just came to the forum to remove the datetime from the filename. (I’m tracking changes to .sql with GIT and actually want the file overwritten).
Thanks for taking the time to reply to this. I was just looking around to see if it was theoretically possible to run some of the media uploader capabilities strait through to S3/CDN. Love your plugin though, and use it on many of my projects!
It’s just a project requirement; multiple locked down IIS servers, no write access, no method to sync files across servers in real time.
Thanks for the reply. I actually downloaded and took a look at that plugin but it appears that you can only change the username for the actively logged in user. Unless I’m missing something, I don’t think even as an Administrator that you can change the username of another user while using this plugin.
Forum: Fixing WordPress
In reply to: Order Posts Within Categories (Multiple Ordering)I ended up writing my own plugin (unreleased) for it. It used a combination of custom fields with an added sortby parameter during the post list. The backend administrative screen looked and acted much like the custom menus screens with drag and drop ordering, etc..
The underlying code and structure wasn’t pretty so I never released it, but it worked perfectly (still in use today).
I remember looking at the Advanced Post Types Order plugin before building my plugin and found that it didn’t actually do what I needed it to do (sort posts within categories). That was a couple months ago and looking at their site now it seems that they claim to do more.
How were you thinking of using this plugin? Are you using it as an app or were you just trying to use it in a blog type setting?