archon810
Forum Replies Created
-
Marcel, glad to hear it’s in your plans.
Also, I think this is the best place for these kinds of dev talks – I really prefer it compared to a chaotic comment system full of noob questions.
If you want to contact me, please use admin[at@removeme]beerpla.net.
Thanks.
Forum: Fixing WordPress
In reply to: Enqueue and load a CSS file *only* if string in content matches?@redwallhp, I see more use the other way around – from within existing plugins that would otherwise load their crap all over the place.
Forum: Fixing WordPress
In reply to: Enqueue and load a CSS file *only* if string in content matches?@white_shadow
Verified as working! This is a step up from the level I was thinking at, but it works, both on single and multiple post pages (if that wasn’t obvious).Nice thinking.
Forum: Plugins
In reply to: [Plugin: Quote Rotator] On Activation strange javascript callesProbably that they’re generated on the fly. I’m looking at a similar problem with another plugin and so far I am stumped too.
Forum: Themes and Templates
In reply to: Override Gallery Link to Image Sizeoliviameiring, I just tried it and it was broken – it would eat the gallery specified by the [gallery] tag.
mono, you’re right – disregard the shortcode request. The shortcode tags are meant for the post content and this is not what’s wanted here.
But yeah – the position should be able to be manually specified by placing the function call in the right place. For example, Post Updated plugin uses this approach: http://guff.szub.net/2005/02/22/post-updated/
Forum: Plugins
In reply to: Contact Form 7 – Windows Server+1 here too.
I was just about do suggest the same thing. I’ve been thinking about a plugin like this for a while, knowing the new Google Translate API, and this is almost exactly what I was planning for it.
A tag is essential here, I think. Additionally, it’d be great to be able to select the HTML for the button in the GUI – for ex, if I want to make it an image button.
Forum: Plugins
In reply to: [Plugin: Smart Archives Reloaded] Cache doesn’t expire?scribu, I think it’s working now – one of your changes must have done it.
I just posted a new post and got a comment on an older post, then went to the archive page, and everything is hunky-dory there.
Thanks for your efforts :-]
Forum: Plugins
In reply to: [Plugin: Smart Archives Reloaded] Cache doesn’t expire?It didn’t work. I just svn up’ed and posted a comment, then refreshed the archive page. Nothing changed. It still has a copy that is at least a week old.
Forum: Plugins
In reply to: [Plugin: Smart Archives Reloaded] Cache doesn’t expire?Using svn trunk, which is marked as 1.8.1a at the moment. Just updated to HEAD again. Will see if it happens again.
BTW, what happens when new comments get posted? I’m showing the comment counts, so those need to be updated then.
Forum: Plugins
In reply to: [Plugin: Smart Archives Reloaded] Cache doesn’t expire?I changed it, reloaded the Archive page but nothing changed.
I cleared the cache, refreshed it, then manually changed the timestamp on the cache file to something over 2 weeks ago. Refreshing the page still doesn’t refresh the cache.
Do you have a fix that would figure out when the cache is stale?
Forum: Plugins
In reply to: [Plugin: Simple Archive Generator] Output is below the comment formI’m seeing the same issue.
Forum: Plugins
In reply to: WP Super Cache conflicts with WP-BANBah, just found out I was banning a bunch of people because of this bug and didn’t even notice because I had the “disable wp-supercache for logged in users” option.
GamerZ, perhaps a more proper solution can be found than htaccess?
Forum: Plugins
In reply to: Import external RSS Feed as PostsThank you, exactly what I needed too.