Forums

WP Google Plus Connect
Does not appear to be working (2 posts)

  1. cnymike
    Member
    Posted 4 months ago #

    Can't enter configuration info such as google page ID

    http://wordpress.org/extend/plugins/wp-google-plus-connect/

  2. DwB
    Member
    Posted 3 months ago #

    It seems the coder made some comments within the plugin and made the ending in the wrong section.
    Just edit admin.php and change line 57
    It should look like
    <a <?php if($view=="api"){echo "style='font-weight:bold;'";}?> href="<?php echo add_query_arg( array ( 'view' => 'api' ) );?>">Google+ API Configuration</a> |
    The ending --> can be found at line 60, change it to
    <a <?php if($view=="bp"){echo "style='font-weight:bold;'";}?> href="<?php echo add_query_arg( array ( 'view' => 'bp' ) );?>">BuddyPress Settings</a>

Reply

You must log in to post.

About this Plugin

About this Topic