Plugin: BP GTM System

Join this plugin group to follow comments, support topics and reviews.

Problem with Admin Page (4 posts)

Started 1 year ago by: flemarie

  • Profile picture of flemarie flemarie said 1 year ago:

    Wordpress Version : 3.1.2 (french)
    MU Activated : yes
    Buddypress Version : 1.2.8
    BP GTM System : 1.0.1

    Hi,
    I turned my BP GTM System on Wordpress site.
    At the user level, I have no problem. I see the ToDo tab.
    But at the Administrator I can not find the admin panel. The link does not appear in the panel BuddyPress.

    Can you help me?

    Thanks

  • Profile picture of SlaFFik SlaFFik said 1 year ago:

    Hi,

    Open
    bp-gtm-system/bp-gtm-admin.php – line 16
    Edit it to
    add_action( is_multisite() ? 'network_admin_menu' : 'admin_menu', array( &$this, 'on_admin_menu') );

    Than line 107 and edit it to:
    <form action="" id="bp-gtm-form" method="post" enctype="multipart/form-data">

  • Profile picture of flemarie flemarie said 1 year ago:

    Thanks for your help.

    with your line 105 i have an error 500. with this syntax is good :
    <form action="” id=”bp-gtm-form” method=”post” enctype=”multipart/form-data”>

  • Profile picture of Jay Collier Jay Collier said 8 months, 3 weeks ago:

    These changes work, with the second being applied to line 106.

    However, I’d rather not make changes to a plugin file that will be overwritten.

    Is there an update coming? This plugin is perfect for our needs and I hope it will be updated through 3.2 and forward.