Forum Replies Created

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter hadef

    (@hadef)

    Thread Starter hadef

    (@hadef)

    Yes it’s working!!! ??

    Thank you to both of you!

    Thread Starter hadef

    (@hadef)

    Thanks for the answer.

    My provider is looking into it, but I don’t understand why this plugin only would get me such an error message. Are you aware if there would be a proble with the google analyticator plugin?

    It’s really frustrating not to be able to get back in my blog admin.

    It’s the only plugin I’ve had problems with, so far, since I’m new at this.

    Frank

    Thread Starter hadef

    (@hadef)

    Here is the area of the code refered to. Don’T see where I can change it:

    ‘if ( is_network_admin() || !is_multisite() ) {
    echo ‘<tr class=”plugin-update-tr”><td colspan=”‘ . $wp_list_table->get_column_count() . ‘” class=”plugin-update colspanchange”><div class=”update-message”>’;

    if ( ! current_user_can(‘update_plugins’) )
    printf( __(‘There is a new version of %1$s available. View version %4$s details.’), $plugin_name, esc_url($details_url), esc_attr($plugin_name), $r->new_version );
    else if ( empty($r->package) )
    printf( __(‘There is a new version of %1$s available. View version %4$s details. Automatic update is unavailable for this plugin.‘), $plugin_name, esc_url($details_url), esc_attr($plugin_name), $r->new_version );
    else
    printf( __(‘There is a new version of %1$s available. View version %4$s details or update automatically.’), $plugin_name, esc_url($details_url), esc_attr($plugin_name), $r->new_version, wp_nonce_url( self_admin_url(‘update.php?action=upgrade-plugin&plugin=’) . $file, ‘upgrade-plugin_’ . $file) );

    do_action( “in_plugin_update_message-$file”, $plugin_data, $r );

    echo ‘</div></td></tr>’;’

    I noticed problems since I added french on my blog.

    Thread Starter hadef

    (@hadef)

    Thanks for the reply. Maybe I made a mistake on my previous mail, because I don’t have the same code. I meant 2010 weaver.

    I also notice the possibilities of inserting code in the header via the advance options of the 2010 weaver theme. What is best for meteorslides?

    Thank you for your time again.

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