mikeque
Forum Replies Created
-
Forum: Plugins
In reply to: [Plugin: Embedded Video] Alternative plugin?This one seems decent too:
https://www.ads-software.com/extend/plugins/vipers-video-quicktags/One feature that neither of these have, and the Embedded Video did have, is the ability to browse your media library. That’s a nice feature to avoid having to find the URl and paste it in. For my clients who are not so adept at these things I need it to be as simple as possible.
Forum: Everything else WordPress
In reply to: how to get parent of parent post?This may not be exactly what you are looking for, but for the record I get a lot of mileage out of this simple conditional for testing if a page is a “grandchild” of a particular page:
if ($parent->post_parent == ##) {
// do something here
}Where ## is the id number of the parent’s parent.
Ok, I finally found something reasonable digging around:
https://www.ads-software.com/support/topic/243559?replies=2#post-985356Still it would be idea, to prevent spam abuse, if the addresses were not in the HTML but managed by the Contact Form application
Forum: Plugins
In reply to: [Plugin: Contact Form 7] Saving Results to DatabaseMM Forms works with existing Contact Form 7 forms and allows you to save to database:
https://www.ads-software.com/extend/plugins/mm-forms/Forum: Plugins
In reply to: Any plans to update events-category for WP 2.7?I have used events calendar, and like some things about it, but it seems to add a lot of crap to the header of the HTML for every page in the site.
Forum: Plugins
In reply to: Events Category stripping out Media Library buttons in WP 2.7.1seems to be a dead project. Too bad, sounds like a really elegant solution. I wish I had better programming chops to fix it myself.
Forum: Fixing WordPress
In reply to: [Plugin: Contact Form 7] How to add multiple mailadressesWhat @shame describes, if I understand correctly, is similar I want to achieve. I would like to put in the form a drop-down menu, from which the user selects a subject. And depending on that subject the message would be sent to a distinct email address.
Has anyone found a straightforward way?
Thanks in advance,
MikeForum: Fixing WordPress
In reply to: Writing post fatal error in permalink edit areaI had the same problem and after googling around found the culprit, the Search Unleashed plugin:
https://urbangiraffe.com/tracker/issues/show/350Forum: Requests and Feedback
In reply to: 2.5 Media Library – Argghh please bring back the old one :-)The HTML in the current version works again good CSS practices. It adds a bunch of
<br style="clear: both" />
tags. This inevitably adds space around the gallery thumbnails that is impossible to manage gracefully. I’m going to have to alter the base code to fix it to use on my site, which I don’t like to do.Please fix this for the next release. This can be coded friendlier without much effort. If you want help with it, I’ll be happy to lend a hand.