Title: sydcode's Replies - page 3 | WordPress.org

---

# sydcode

  [  ](https://wordpress.org/support/users/sydcode/)

 *   [Profile](https://wordpress.org/support/users/sydcode/)
 *   [Topics Started](https://wordpress.org/support/users/sydcode/topics/)
 *   [Replies Created](https://wordpress.org/support/users/sydcode/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/sydcode/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/sydcode/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/sydcode/engagements/)
 *   [Favorites](https://wordpress.org/support/users/sydcode/favorites/)

 Search replies:

## Forum Replies Created

Viewing 10 replies - 31 through 40 (of 40 total)

[←](https://wordpress.org/support/users/sydcode/replies/page/2/?output_format=md)
[1](https://wordpress.org/support/users/sydcode/replies/?output_format=md) [2](https://wordpress.org/support/users/sydcode/replies/page/2/?output_format=md)
3

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[PubMed Posts] Plugin timeout](https://wordpress.org/support/topic/plugin-timeout/)
 *  Plugin Author [sydcode](https://wordpress.org/support/users/sydcode/)
 * (@sydcode)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/plugin-timeout/#post-4466938)
 * Version 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](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[PubMed Posts] Plugin timeout](https://wordpress.org/support/topic/plugin-timeout/)
 *  Plugin Author [sydcode](https://wordpress.org/support/users/sydcode/)
 * (@sydcode)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/plugin-timeout/#post-4466935)
 * G’day,
 * Sure, I’ll add that today.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[PubMed Posts] Can this update posts?](https://wordpress.org/support/topic/can-this-update-posts/)
 *  Plugin Author [sydcode](https://wordpress.org/support/users/sydcode/)
 * (@sydcode)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/can-this-update-posts/#post-4443863)
 * 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](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[YouTube Comments] Plugin warnings in comments area](https://wordpress.org/support/topic/plugin-warnings-in-comments-area/)
 *  Plugin Author [sydcode](https://wordpress.org/support/users/sydcode/)
 * (@sydcode)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/plugin-warnings-in-comments-area/#post-4312265)
 * G’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!
    Craig
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[YouTube Comments] Compatibility with deTube – Professional Video WordPress Theme](https://wordpress.org/support/topic/compatibility-with-detube-professional-video-wordpress-theme/)
 *  Plugin Author [sydcode](https://wordpress.org/support/users/sydcode/)
 * (@sydcode)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/compatibility-with-detube-professional-video-wordpress-theme/#post-4203937)
 * Hey 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!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[YouTube Comments] Compatibility with deTube – Professional Video WordPress Theme](https://wordpress.org/support/topic/compatibility-with-detube-professional-video-wordpress-theme/)
 *  Plugin Author [sydcode](https://wordpress.org/support/users/sydcode/)
 * (@sydcode)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/compatibility-with-detube-professional-video-wordpress-theme/#post-4203934)
 * Version 1.2 is out. I added support for “deTube” theme, and a setting for custom
   fields.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[YouTube Comments] Compatibility with deTube – Professional Video WordPress Theme](https://wordpress.org/support/topic/compatibility-with-detube-professional-video-wordpress-theme/)
 *  Plugin Author [sydcode](https://wordpress.org/support/users/sydcode/)
 * (@sydcode)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/compatibility-with-detube-professional-video-wordpress-theme/#post-4203929)
 * 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,
    Craig
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Display/show/list custom terms in heirarchy order – not alphanumerical](https://wordpress.org/support/topic/displayshowlist-custom-terms-in-heirarchy-order-not-alphanumerical/)
 *  [sydcode](https://wordpress.org/support/users/sydcode/)
 * (@sydcode)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/displayshowlist-custom-terms-in-heirarchy-order-not-alphanumerical/#post-4135502)
 * G’day Pete, hope this helps.
 * 1. Style argument is set to “none”, remove to show list.
    ‘title_li=&echo=0&taxonomy
   =’ . $taxonomy . ‘&include=’ . $term_ids
 * 2. 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](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[YouTube Comments] Sign in now to post a comment!](https://wordpress.org/support/topic/sign-in-now-to-post-a-comment/)
 *  Plugin Author [sydcode](https://wordpress.org/support/users/sydcode/)
 * (@sydcode)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/sign-in-now-to-post-a-comment/#post-4001609)
 * 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](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[YouTube Comments] Showing comments only](https://wordpress.org/support/topic/showing-comments-only/)
 *  Plugin Author [sydcode](https://wordpress.org/support/users/sydcode/)
 * (@sydcode)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/showing-comments-only/#post-3973521)
 * Credentials 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.

Viewing 10 replies - 31 through 40 (of 40 total)

[←](https://wordpress.org/support/users/sydcode/replies/page/2/?output_format=md)
[1](https://wordpress.org/support/users/sydcode/replies/?output_format=md) [2](https://wordpress.org/support/users/sydcode/replies/page/2/?output_format=md)
3