This website uses cookies to personalize your experience. By using this website you agree to our cookie policy.

Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • in reply to: Cannot create search forms #771
    Seth BostonSeth Boston
    Participant

    Just to update, I have found the problem with Multisite install. It has to do with:

    <pre class=”lang:default decode:true ” >if (isset($wpdb->base_prefix)) {
    $_prefix = $wpdb->base_prefix;
    } else {
    $_prefix = $wpdb->prefix;
    }
    If i set all instances to “$_prefix = $wpdb->prefix;” it works just fine.

    Also I noticed there was a 2.0 update, could I get a copy?

    Cheers

    in reply to: Cannot create search forms #769
    Seth BostonSeth Boston
    Participant

    I would like to note that this is on a MU install and I only want to use it on a single blog, the problem is, it does not seem to work when activated from a sub-blog, only works when network activated. But when network activated the search is for the entire network and not only the blog I want to use it on.

    Also when looking at the DB, ASP creates the correct tables within the sub blog DB, but when saving a new search form it does not save to the table.

    • This reply was modified 12 years, 7 months ago by Seth BostonSeth Boston.
Viewing 2 posts - 1 through 2 (of 2 total)