Title: timhookoo's Replies | WordPress.org

---

# timhookoo

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Reviews](https://wordpress.org/support/forum/reviews/)
    In reply to:
   [[Quick Page/Post Redirect Plugin] You will become part of an advertising-supported network?](https://wordpress.org/support/topic/you-will-become-part-of-an-advertising-supported-network/)
 *  [timhookoo](https://wordpress.org/support/users/timhookoo/)
 * (@timhookoo)
 * [5 years, 2 months ago](https://wordpress.org/support/topic/you-will-become-part-of-an-advertising-supported-network/#post-14254804)
 * I had the same problem and it caused my site to suddenly start opening a new 
   browser tab for things like weird dating websites. I was certain I’d been hacked
   after people were emailing me telling me how annoyed they were with my site. 
   I figured they were right, I’d been hacked, until I realized that it was this
   plugin causing the issue. I disabled it and will be looking for a different plugin
   to suit my needs.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[YITH Request a Quote for WooCommerce] Quantities on Grouped Products](https://wordpress.org/support/topic/quantities-on-grouped-products/)
 *  Thread Starter [timhookoo](https://wordpress.org/support/users/timhookoo/)
 * (@timhookoo)
 * [5 years, 3 months ago](https://wordpress.org/support/topic/quantities-on-grouped-products/#post-14195783)
 * Thanks. Does it work with the premium version?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Photo Gallery, Sliders, Proofing and Themes - NextGEN Gallery] Tables could not created, please check your database settings](https://wordpress.org/support/topic/tables-could-not-created-please-check-your-database-settings-2/)
 *  Thread Starter [timhookoo](https://wordpress.org/support/users/timhookoo/)
 * (@timhookoo)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/tables-could-not-created-please-check-your-database-settings-2/#post-6581437)
 * The most recent change I made was upgrading to the latest version of wordpress
   and updating plugins. I have yet to disable my plugins as a test, so I’ll go 
   that route next.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Photo Gallery, Sliders, Proofing and Themes - NextGEN Gallery] Tables could not created, please check your database settings](https://wordpress.org/support/topic/tables-could-not-created-please-check-your-database-settings-2/)
 *  Thread Starter [timhookoo](https://wordpress.org/support/users/timhookoo/)
 * (@timhookoo)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/tables-could-not-created-please-check-your-database-settings-2/#post-6581395)
 * Yes, I checked and my database user has all necessary permissions. I never had
   this issue before, but I’ve had NextGen installed for years. Everything seems
   fine, so it’s possible that it’s a bug or a plugin conflict.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Photo Gallery, Sliders, Proofing and Themes - NextGEN Gallery] NextGEN Gallery: Tables could not created, please check your database settings](https://wordpress.org/support/topic/nextgen-gallery-tables-could-not-created-please-check-your-database-settings-6/)
 *  [timhookoo](https://wordpress.org/support/users/timhookoo/)
 * (@timhookoo)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/nextgen-gallery-tables-could-not-created-please-check-your-database-settings-6/#post-6346727)
 * I’m having the same issue after upgrading to version 2.1.15. I’m running version
   4.3 of wordpress. I’ve been using NextGen since 2011 without any issues, and 
   in fact the plugin is still functioning without any problems. Nevertheless, I’m
   being given the error “NextGEN Gallery: Tables could not created, please check
   your database settings” whenever I login to my dashboard. I’m not overly concerned
   since the plugin seems to be behaving normally, but it’s still an odd error to
   see. My site relies heavily on NextGen, so if it were to fail it would be a huge
   problem for me.
 * Thanks for any help!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Issues and Series for Newspapers, Magazines, Publishers, Writers] order doesn't work on my site](https://wordpress.org/support/topic/order-doesnt-work-on-my-site/)
 *  [timhookoo](https://wordpress.org/support/users/timhookoo/)
 * (@timhookoo)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/order-doesnt-work-on-my-site/#post-4644095)
 * I added this line of code, which fixed my site (made the archive page list in
   ascending order, which is what I wanted):
 * function change_order($orderby, $query) {
    global $wpdb; if(is_archive()) $orderby
   = “{$wpdb->prefix}posts.post_date ASC”; return $orderby; } add_filter(‘posts_orderby’,’
   change_order’);
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Issues and Series for Newspapers, Magazines, Publishers, Writers] Archive page not ordered properly](https://wordpress.org/support/topic/archive-page-not-ordered-properly/)
 *  Thread Starter [timhookoo](https://wordpress.org/support/users/timhookoo/)
 * (@timhookoo)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/archive-page-not-ordered-properly/#post-4847033)
 * I added this lto my functions.php file and it seemed to fix the error:
 * function change_order($orderby, $query) {
    global $wpdb; if(is_archive()) $orderby
   = “{$wpdb->prefix}posts.post_date ASC”; return $orderby; } add_filter(‘posts_orderby’,’
   change_order’);
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Ad-Engine] How to remove the widget title and list style from ad-engine](https://wordpress.org/support/topic/how-to-remove-the-widget-title-and-list-style-from-ad-engine/)
 *  Thread Starter [timhookoo](https://wordpress.org/support/users/timhookoo/)
 * (@timhookoo)
 * [14 years, 8 months ago](https://wordpress.org/support/topic/how-to-remove-the-widget-title-and-list-style-from-ad-engine/#post-2349437)
 * That gets me closer but now it’s doing some odd positioning of the ad – take 
   a look: [http://www.largecarmag.com/wordpress/](http://www.largecarmag.com/wordpress/)
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Adding custom advertisement area in modified Twenty Eleven theme](https://wordpress.org/support/topic/adding-custom-advertisement-area-in-modified-twenty-eleven-theme/)
 *  Thread Starter [timhookoo](https://wordpress.org/support/users/timhookoo/)
 * (@timhookoo)
 * [14 years, 10 months ago](https://wordpress.org/support/topic/adding-custom-advertisement-area-in-modified-twenty-eleven-theme/#post-2211616)
 * Very cool – I’ll check it out!
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Adding custom advertisement area in modified Twenty Eleven theme](https://wordpress.org/support/topic/adding-custom-advertisement-area-in-modified-twenty-eleven-theme/)
 *  Thread Starter [timhookoo](https://wordpress.org/support/users/timhookoo/)
 * (@timhookoo)
 * [14 years, 11 months ago](https://wordpress.org/support/topic/adding-custom-advertisement-area-in-modified-twenty-eleven-theme/#post-2211572)
 * Ah…well that opens up a lot of possibilities. Is widgetizing a section of a site
   difficult? I figure I could make the new area of the header able to accepts widgets,
   then I could use a dynamic ad widget in that area.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Adding custom advertisement area in modified Twenty Eleven theme](https://wordpress.org/support/topic/adding-custom-advertisement-area-in-modified-twenty-eleven-theme/)
 *  Thread Starter [timhookoo](https://wordpress.org/support/users/timhookoo/)
 * (@timhookoo)
 * [14 years, 11 months ago](https://wordpress.org/support/topic/adding-custom-advertisement-area-in-modified-twenty-eleven-theme/#post-2211562)
 * I’m stuck more or less on just knowing what’s possible. It seems like the header.
   php file is consistent throughout the site (I don’t think I could make more than
   one header.php file).
 * I have indeed crafted a child theme out of twenty eleven.
 * I did find the search form in header.php
 * I would need to build the html/css div tag, although I do have a mockup of what
   I’m trying to do in static html.
 * I’m not familiar with conditional tags. I’ve seen a few tutorials on them but
   I don’t have a firm grasp on them by any means. I’m pretty much a newbie to wordpress.

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