monkeypigs
Forum Replies Created
-
Forum: Plugins
In reply to: [Optimize Database after Deleting Revisions] Delete revisions older than xBrilliant! Thanks for letting me know. Great plugin!
Forum: Plugins
In reply to: [WP Extended Search] Not searching tagsYeah, here’s the latest version https://www.ads-software.com/nightly-builds/wordpress-latest.zip
Thanks for the prompt response!
Forum: Plugins
In reply to: [Auto-tags] 2 issues plzSame problem here, doesn’t look like any answer is forthcomming.
I want to tag more than the last 5 posts in my blog! This is clearly a bug but it seems like the author of the plugin is unwilling or unable to answer it.
If anyone knows of a similar plugin that will auto tag (I don’t want to have to go and create a list of tags myself) all historical entries in my blog, please let me know!
Q2W3 Post Order is now fixed for 3.5
Forum: Plugins
In reply to: [WP Photo Album Plus] Broken in WP 3.5 (RC1) – missing argumentsGreat stuff, look forward to it!
I’m getting a similar error when using another post ordering plugin
Warning: Missing argument 2 for wpdb::prepare(), called in /home/djgary/public_html/wp-content/plugins/q2w3-post-order/q2w3-post-order.php on line 1098 and defined in /home/djgary/public_html/wp-includes/wp-db.php on line 990
WordPress 3.5RC1
Forum: Plugins
In reply to: [Auto-tags] 2 issues plzSame problem here, only the first 5 posts get tagged
Can’t see that this is limited anywhere in the code, so maybe it’s an api issue?
Forum: Plugins
In reply to: Update the site description hook?OK,
So after a bit of digging I found this post:
https://www.ads-software.com/support/topic/can-somebody-please-tell-me-how-to-use-the-bloginfo-filter?replies=3
and I now haverequire('playing.php'); function replace_description($description) { // do something to $description $description=$now_playing; return $description; } add_filter('option_blogdescription','replace_description');
Trouble is this adds the info right at the top of the page (see a demo here)
Any one able to give me a kick in the right direction?
Oh, and here’s an example of my shortcodes:
[optional_content type='date' when='between' dt='Mon' dt2='Tue'][mon][/optional_content] [optional_content type='date' when='between' dt='Tue' dt2='Wed'][tues][/optional_content] [optional_content type='date' when='between' dt='Wed' dt2='Thu'][weds][/optional_content] [optional_content type='date' when='between' dt='Thu' dt2='Fri'][thurs][/optional_content] [optional_content type='date' when='between' dt='Fri' dt2='Sat'][fri][/optional_content] [optional_content type='date' when='between' dt='Sat' dt2='Sun'][sat][/optional_content] [optional_content type='date' when='between' dt='Sun' dt2='Mon'][sun][/optional_content]
Forum: Plugins
In reply to: [Sociable] Sociable Skyscraper not workingFirst one I tried, DigDig and the floating bar doesn’t work on that either!
Think I’ll just give up on the idea and have a static one that worksForum: Plugins
In reply to: [Sociable] Sociable Skyscraper not working@rian, what would you recommend to replace it then…….
Forum: Plugins
In reply to: [Sociable] Sociable Skyscraper not workingJust updated to the latest version, the classic version works, the skyscraper version doesn’t appear, doesn’t error, nothing!
I’m using iBlog2 2.9.5 by PageLines as my theme, but I don’t think that’s the issue.
Any suggestions?