ianatkins
Forum Replies Created
-
Forum: Plugins
In reply to: [Timber] Menu Active ClassHey, thanks for the reply.
I look forward to future releases! Be great to get logical class naming built in.
Thanks
Ian.
Forum: Plugins
In reply to: [Jigoshop] Admin Search includes pagesThe public site is:
http://www.thenewcraftsmen.com/Heres a listing of the plugins installed:
http://imgur.com/a/PAYDkThanks,
Ian.
I’d second this request.
A field for this would be a worthy update to the plugin.
Any hooks or filters available?
Thanks
Ian,
Forum: Requests and Feedback
In reply to: A smaller footprint for WordPress, and a developer copy.Fair enough I missed those other discussions 🙂
I don’t do much work on a repository, but I’d imagine you’d maintain one master, and then just export two versions from the one code base. No extra maintenance work really. What repo system is being used?
I might have a look into stripping the .dev files myself and will post file savings here if they are beneficial.
Yeah appreciated 10mb isn’t much, but its the product I most regularly consume, just be nice to make it a little leaner, and as I said multiplying small savings across a massive user base make it beneficial.
Forum: Requests and Feedback
In reply to: A smaller footprint for WordPress, and a developer copy.10.7 MB
Uncompressed, which is still relevant given that’s how its used.
For it being open source, I don’t see how having two versions of releases impedes that. jQuery for example does exactly that.
And it’s a shame we can’t have a discussion about this, without you placing an immediate no on the subject, surely community driven feedback is what drives open source, but that’s your 2 cents given i guess.
Forum: Fixing WordPress
In reply to: oEmbed Filter?Just for anyone else looking.
I ended up storing the URL as a custom field then using wp_oembed_get
Yeah I can confirm that aswell, I was excluding a category.
Looks like we’ve found us a bug.
Forum: Themes and Templates
In reply to: Where Clause on IDAlas, it should work, no?
Where are the ninjas?!
Forum: Fixing WordPress
In reply to: oEmbed Filter?Yeah I didn’t find a solution.
bump.
Forum: Fixing WordPress
In reply to: Make wp_tag_cloud know when a tag is outdatedThis might be of interest, if you don’t mind getting your hands a little dirty with some php.
Forum: Requests and Feedback
In reply to: Remove Revisions Easter Egg.Wow nice one Eric, thanks for sharing.
I guess the more elegant solution would be the removal from core!
Thanks again.
Forum: Requests and Feedback
In reply to: Remove Revisions Easter Egg.Well if it was an error message, rather than something that looked like a virus, then perhaps they wouldn’t make the mistake again. As it stood they had no idea they had made a mistake.
Obviously a more intuitive approach would to simply not let you select a comparison on the same version.
Humour has its place, if its inclusive 😉
I’ll see what the feedback is like here, if people agree I’ll pop something on trac.
Just to clarify, my code has to be used in the loop. And links back to the parent page of a sub page. (wrong end of the stick!!)
Forum: Fixing WordPress
In reply to: HackedMedia Temple system status ticket, for anyone else suffering this!
http://weblog.mediatemple.net/weblog/category/system-incidents/1404-wordpress-redirect-exploit/
<?php if ($post->post_parent) { echo '<a href="'.get_permalink($post->post_parent).'" class="back">Back to '. ucwords(get_the_title($post->post_parent)) .'</a>'; } ?>