hiddentao
Forum Replies Created
-
I’ve added this fix and other improvements to a new plugin -> http://wordpress.org/extend/plugins/wp-flickr-embed/
Forum: Plugins
In reply to: [Wordpress Media Flickr] Forked version with bugfixes and enhancementsI’ve released my improvements as a new plugin -> http://wordpress.org/extend/plugins/wp-flickr-embed/
Forum: Plugins
In reply to: [Wordpress Media Flickr] Forked version with bugfixes and enhancementsI kept adding more stuff to it and so decided to fork it into a new plugin – WordPress Flickr Embed. For now you can get it at https://github.com/hiddentao/wp-flickr-embed.
Main new features:
* Override the default title of the photo before it gets inserted
* It shows all available sizes for each photo rather than a preset list
* The lightbox popup can bet to set to show a different sized version of the photoI’ve forked this project over at https://github.com/hiddentao/wordpress-media-flickr
The align bug you mention is fixed in that – it sets aligncenter correctly.
Forum: Plugins
In reply to: [Page Tagger] [Plugin: Page Tagger] Plugin changes global $wp_versionThis is now fixed in the latest release. Thanks for reporting it!
This error is coming from Amazon. It might be that the plugin is sending over the credentials incorrectly.
Yep, I’m having the same problem.
I’ve bundled your patch into 0.3.7. Also, the source code is now on Github too -> https://github.com/hiddentao/page-tagger.
Thanks a lot!
Forum: Plugins
In reply to: [Plugin: Page Tagger] Possible to make Page Categorizer as well?Hey jamk, that’s a nice idea. I don’t use categories at all myself but I’ll look into it. If it’s not that hard to do I don’t see why not.
Forum: Plugins
In reply to: [Plugin: Page Tagger] Tags don’t show on PagesHey guys, I’ve put up a blog post about getting your tags to show on your pages: http://www.hiddentao.com/archives/2010/03/24/getting-page-tags-to-show-on-your-pages/
Forum: Plugins
In reply to: [Plugin: Page Tagger] Tags don’t show on PagesYes imranies, you can use the the_tags() method to output the tags assigned to the post currently being viewed. So if you place the following into your page.php you should be able to see the tags for that page:
<?php echo the_tags(); ?>Forum: Plugins
In reply to: [Plugin: Page Tagger] Tags don’t show on PagesHi, I’m the developer of this plugin. In your page template are you using the ‘the_tags()’ call to fetch tags for the page?
Forum: Plugins
In reply to: page-tagger 0.3 can’t load javascriptThis problem is now fixed in the latest version of the plugin -> http://wordpress.org/extend/plugins/page-tagger/
Forum: Plugins
In reply to: List pages based on tags?This seems to be a bug in the WordPress code. The post_type parameter gets ignored when you specify a tag parameter.