sydcode
Forum Replies Created
-
Forum: Plugins
In reply to: [PubMed Posts] Plugin timeoutVersion 1.1.1 is ready to download. I improved the check function rather than add that option. Using get_posts() is a poor way to check thousands of posts. Sorry about that!
Craig
Forum: Plugins
In reply to: [PubMed Posts] Plugin timeoutG’day,
Sure, I’ll add that today.
Forum: Plugins
In reply to: [PubMed Posts] Can this update posts?G’day,
It would need a lot of changes. Posts are only updated if they have a “PMID” custom field, and the search widget looks for certain fields (eg. “Journal Title”) in advanced mode. You may be able to search tags without any changes, but I haven’t checked that yet.
Craig
Forum: Plugins
In reply to: [YouTube Comments] Plugin warnings in comments areaG’day,
Thanks for letting me know about this bug. I’ve updated the plugin so it doesn’t fail when it can’t load a user profile.
It would be nice to know what causes “__NO_YOUTUBE_ACCOUNT__”, but I can’t find a single thing about it. I think it has to do with private user profiles. That would explain the random failures because most users have public profiles.
Sorry for the trouble, hope it works better now.
Cheers!
CraigHey thanks, you’re welcome mate. Yeah, it’s so frustrating. I really should make a guide soon. I’m fairly sure that reply comments are possible, and will look at the caching problem too. Cheers!
Version 1.2 is out. I added support for “deTube” theme, and a setting for custom fields.
G’day,
Yes sure, I did that for “Automatic YouTube Video Posts” plugin. An option is a good idea, probably other themes and plugins that use a custom field.
Thanks,
CraigG’day Pete, hope this helps.
1. Style argument is set to “none”, remove to show list.
‘title_li=&echo=0&taxonomy=’ . $taxonomy . ‘&include=’ . $term_ids2. Need to restrict terms like in #1.
3. get_the_term_list() can’t indent because it just gets the links and builds a string.
see wp-includes/category-template.php (line 1090)4. the_terms() is a wrapper for get_the_term_list(). same as #3.
5. same as #3.
Also, you may need to tweak the stylesheet because some themes don’t indent lists.
Forum: Plugins
In reply to: [YouTube Comments] Sign in now to post a comment!Yes, the URI has to match exactly. Even a trailing slash is enough to cause that error.
Another question for the FAQ. Cheers!
Forum: Plugins
In reply to: [YouTube Comments] Showing comments onlyCredentials are not needed to show comments, but they are needed to post comments.
Good question, I’ll add it the FAQ. Thanks again for sponsoring the plugin.