Viewing 6 replies - 1 through 6 (of 6 total)
  • This plugin has not been updated for MONTHS.

    Just to let you all know I have now taken this plugin and fixed a few problems with it.

    I’ve renamed it and its going be called ‘BuddyPress Gifts for Members’.

    I have also added a ‘send count’ as well so you can see which gifts are being sent the most.

    I am also creating a Pro version of this App that will work with the Buddypress Achievements plugin so your users can spend points on gifts to send to other members. Whats the use of points if you have nothing to spend them on. lol

    I’m going to create a bigger thread about this by itself.

    when will this update be available and hopes it works with BP 1.7

    Solved the problem of incompatibility with the plugin Buddypress 1.7.1
    The file bp-gifts-core.php locate the following lines

    $bp->gifts->id = 'gifts';
    $bp->gifts->table_name = $wpdb->base_prefix . 'bp_gifts';
    $bp->gifts->table_name_data = $wpdb->base_prefix . 'bp_gifts_data';
    $bp->gifts->format_notification_function = 'bp_gifts_format_notifications';
    $bp->gifts->slug = BP_GIFTS_SLUG;

    Append the following line to the code

    if( !is_object( $bp->gifts ) ) {
    		 $bp->gifts = new stdClass;
    	}

    http://take.ms/x8J6t screenshot

    delete

    That didnt work for me. Im at work now so will try properly when I get home.

    I had this working FINE on WP and BP but BuddyPress updated to 1.7 and it stopped working. I have my developer on it now. Hope to have it fixed and put up by the weekend. If anyone else gets it working, please let me know.

    Not working for me as well. 1.7.2
    any solution?

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Not Working-Fixes?’ is closed to new replies.