Michael Fields
Forum Replies Created
-
Do you think that it’s worth including the original return call? Currently the minimum required version of php to run WordPress is 4.3 and it looks like php has supported mb_substr() since 4.0.6. It seems to me that if a user can run WordPress, they will have access to mb_substr(), but I could be wrong.
if ( ! function_exists( 'mb_substr' ) ) {// original return call return ( strlen( $string ) > absint( $length ) ) ? substr_replace( $string, $append, absint( $length ) ) : $string; }toscho,
Hi thanks for the suggestions! I’m going to test this out and include this into the plugin + add you as a contributer. As you probably already know, I’m not very experienced with coding for other languages and I really appreciate your insight.Great! Glad to hear that you got everything working again 🙂 And thanks for posting your solution. I’ll be sure to suggest it if the problem arises in the future.
I have absolutely no idea. Could you post links?
Forum: Plugins
In reply to: [Taxonomy Images] [Plugin: Taxonomy Images BETA] Only show three imagesHow many total countries do you have? How many of these functions have images associated with them? I believe that $taxonomy_images_plugin->get_image_html() will only return a value if the term has an associate image.
Sorry that you find the thickbox to be too small. Unfortunately, it is out of my hands. This is the same box that WordPress open on the edit post screen… unless, of course I have deviated from it somehow. Please let me know if I have. Please post screenshots and send me links so I can see what you are experiencing. I develop on a rather small resolution screen, and I may be missing something.
Version 0.6 will enable image association for the single term edit screen, but it is via thickbox as well.
Thanks for your kind words,
-MikeDoes that make sense? Is that sound?
Sounds good to me. I deprecated all of the taxonomy image plugin’s object’s methods in 0.6. I left fallbacks for everything that I had previously documented though. For best results, I would upgrade to the new functions. 0.6’s source is well documented so it should be easy to figure out what to do. I’ll probably leave all of the deprecated funtions for a long time to come.
I would looooove it if you could post a breakdown of how you managed to paginate get_terms. Seriously, would love.
Sounds like a good idea for an article. Totally booked up with other projects at the moment – got a new theme coming out soon. I’ll see what I can do when I have time. I’m just about the slowest writer ever.
BTW… I would suggest that you not incorporate the Taxonomy Images Plugin into your Theme. I have a new version that I’m releasing this morning. There have been no bug reports on the release candidate, so I think it’s good to go. Also, WordPress has been planning on improving the media uploader in an upcoming version. When this happens this plugin will definitely need to be updated which means your theme will also need to be updated, which might be a lot more work than upgrading the plugin via Administration Panels. Feel free to do what you wish, just trying to save you a headache down the line 🙂
All right, I’m totally bastardizing this plugin because it can do something fantastic and rare: paginate get_terms.
Cool. Thanks! A few people requested the functionality and I was bored one day so I decided to see if I could make it work. Glad you find it useful!
It seems like you answered your own question here. Please let me know otherwise.
-Mike
Forum: Plugins
In reply to: [Taxonomy Widget] [Plugin: Taxonomy Widget] Hide if no taxonomies@cyd Everything you’ve mentioned is completely on point and exactly how the plugin should function IMO. I don’t know how this eluded me when I created it. You will definitely see these changes in the next version which should be done pretty soon with 3.1 almost ready for release.
Forum: Requests and Feedback
In reply to: What Should 2011 Hold for WordPress?Better support for Local Meetups on ww.wp.xz.cn/WordCamp.org is definitely something that I think is worthwhile and would serve the community as a whole. I am interested in hearing more about your ideas here and am willing to volunteer hours if you need me to do something to further this idea.
Forum: Plugins
In reply to: [Radio Button Categories] [Plugin: Radio Button Categories] A 3.0.3 versionNaz,
Thanks for your interest. It looks like I have not updated this in a while. I have sometime today to give it a once over and check for compatibility with 3.0.3 as well as 3.1RC-1
-MikeForum: Plugins
In reply to: [Taxonomy Images] [Plugin: Taxonomy Images BETA] Include excludeNew version is ready for all who want to test!
http://wordpress.mfields.org/2010/taxonomy-images-0-6-release-candidate/
@daiv and @earthjibber – I added include and exclude 🙂
Haha! Indeed! Actually, I’m just about done with the next version. Everything on my checklist has been checked and I just need to post a release candidate and hopefully a few people from the WordPress community will look it over for flaws.
Forum: Plugins
In reply to: [Taxonomy Widget] [Plugin: Taxonomy Widget] Hide if no taxonomies@cydward – Thanks for your input. I agree with you here and will definitely address this in the next release. I’m currently working on updating my Taxonomy Images plugin and will be integrating some of it’s functionality into the taxonomy widget plugin when I am finished.