Title: threeboy's Replies | WordPress.org

---

# threeboy

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

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

 Search replies:

## Forum Replies Created

Viewing 12 replies - 1 through 12 (of 12 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Info Cards – Add Text and Media in Card Layouts] 2.0.8 Not Showing Up Yet?](https://wordpress.org/support/topic/2-0-8-not-showing-up-yet/)
 *  Thread Starter [threeboy](https://wordpress.org/support/users/threeboy/)
 * (@threeboy)
 * [1 month, 1 week ago](https://wordpress.org/support/topic/2-0-8-not-showing-up-yet/#post-18874287)
 * I’m going to replace the content with static content.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Info Cards – Add Text and Media in Card Layouts] 2.0.8 Not Showing Up Yet?](https://wordpress.org/support/topic/2-0-8-not-showing-up-yet/)
 *  Thread Starter [threeboy](https://wordpress.org/support/users/threeboy/)
 * (@threeboy)
 * [1 month, 2 weeks ago](https://wordpress.org/support/topic/2-0-8-not-showing-up-yet/#post-18869340)
 * It’s still not – and the plugin isn’t also showing updates in Manage WP.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Webcomic] URL of webcomic image](https://wordpress.org/support/topic/url-of-webcomic-image/)
 *  Thread Starter [threeboy](https://wordpress.org/support/users/threeboy/)
 * (@threeboy)
 * [5 years, 10 months ago](https://wordpress.org/support/topic/url-of-webcomic-image/#post-13096566)
 * That plugin for me was unable to pull the image from the “Webcomic Media” and
   only used the defeault.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Webcomic] Webcomic and Tags Problem](https://wordpress.org/support/topic/webcomic-and-tags-problem/)
 *  [threeboy](https://wordpress.org/support/users/threeboy/)
 * (@threeboy)
 * [5 years, 10 months ago](https://wordpress.org/support/topic/webcomic-and-tags-problem/#post-13096493)
 * I think I had a similar issue and used this code that was provided:
 *     ```
       // forces tags to work until webcomic plugin updated
       function hook_webcomic_force_taxonomy_archives( WP_Query $query ) : WP_Query {
           if ( $query->is_admin() || ! $query->is_main_query() || ! ( $query->is_tag() || $query->is_category() ) || $query->get( 'post_type' ) ) {
               return $query;
           }
   
           $query->set( 'post_type', array_merge( [ 'post' ], webcomic( 'option.collections' ) ) );
   
           return $query;
       }
   
       add_filter( 'pre_get_posts', 'hook_webcomic_force_taxonomy_archives' );
       ```
   
    -  This reply was modified 5 years, 10 months ago by [threeboy](https://wordpress.org/support/users/threeboy/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Webcomic] How does this plugin works?](https://wordpress.org/support/topic/how-does-this-plugin-works-2/)
 *  [threeboy](https://wordpress.org/support/users/threeboy/)
 * (@threeboy)
 * [5 years, 10 months ago](https://wordpress.org/support/topic/how-does-this-plugin-works-2/#post-13091532)
 * [Concept art empire](https://conceptartempire.com/make-a-webcomic-site/) has 
   a pretty good guide.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Webcomic] Can’t connect my site to ManageWP when Webcomic is enabled](https://wordpress.org/support/topic/cant-connect-my-site-to-managewp-when-webcomic-is-enabled/)
 *  [threeboy](https://wordpress.org/support/users/threeboy/)
 * (@threeboy)
 * [5 years, 10 months ago](https://wordpress.org/support/topic/cant-connect-my-site-to-managewp-when-webcomic-is-enabled/#post-13091510)
 * Same!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WPAdverts - Classifieds Plugin] parsererror](https://wordpress.org/support/topic/parsererror-6/)
 *  Thread Starter [threeboy](https://wordpress.org/support/users/threeboy/)
 * (@threeboy)
 * [6 years, 4 months ago](https://wordpress.org/support/topic/parsererror-6/#post-12286681)
 * I did, sorry and thank you!
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Moved WordPress, error on new posts](https://wordpress.org/support/topic/moved-wordpress-error-on-new-posts/)
 *  Thread Starter [threeboy](https://wordpress.org/support/users/threeboy/)
 * (@threeboy)
 * [19 years, 9 months ago](https://wordpress.org/support/topic/moved-wordpress-error-on-new-posts/#post-426943)
 * figiured it out – that workd BIG THANKS lbeth!!!
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Moved WordPress, error on new posts](https://wordpress.org/support/topic/moved-wordpress-error-on-new-posts/)
 *  Thread Starter [threeboy](https://wordpress.org/support/users/threeboy/)
 * (@threeboy)
 * [19 years, 9 months ago](https://wordpress.org/support/topic/moved-wordpress-error-on-new-posts/#post-426937)
 * anyone know how to enable auto-incrimenting in phpmyadmin?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Moved WordPress, error on new posts](https://wordpress.org/support/topic/moved-wordpress-error-on-new-posts/)
 *  Thread Starter [threeboy](https://wordpress.org/support/users/threeboy/)
 * (@threeboy)
 * [19 years, 9 months ago](https://wordpress.org/support/topic/moved-wordpress-error-on-new-posts/#post-426870)
 * I know the problem – when dumping the SQL from my old host I exported using 3.2
   compatibility – since the SQL was downgraded it disabled the auto-incriment on
   the tables.
 * Anyone know the SQL queries to run that will enable auto-incriment for the proper
   tables?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Moved WordPress, error on new posts](https://wordpress.org/support/topic/moved-wordpress-error-on-new-posts/)
 *  Thread Starter [threeboy](https://wordpress.org/support/users/threeboy/)
 * (@threeboy)
 * [19 years, 9 months ago](https://wordpress.org/support/topic/moved-wordpress-error-on-new-posts/#post-426764)
 * I think we were using 2.0.1 – I ran the upgrader, and it said everything was 
   fine.
 * I really think its’ an SQL problem – something to do with the table i imported
   having the general relation features disable as well as the linked tables being
   deactivated.
 * …how do i get those proper again?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Moved WordPress, error on new posts](https://wordpress.org/support/topic/moved-wordpress-error-on-new-posts/)
 *  Thread Starter [threeboy](https://wordpress.org/support/users/threeboy/)
 * (@threeboy)
 * [19 years, 9 months ago](https://wordpress.org/support/topic/moved-wordpress-error-on-new-posts/#post-426615)
 * Same thing happens to comments.
 * phpmyadmin also gives these errors
 * ————————————
 * Error
    The additional Features for working with linked Tables have been deactivated.
   To find out why click here.
 * —————AND—————–
 * PMA Database … not OK[ Documentation ]
    General relation features Disabled

Viewing 12 replies - 1 through 12 (of 12 total)