Forum Replies Created

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hi Jenny did you get it working ?
    i figure that the new release does work with all themes and upgrading to the lastest version should fix the problem.

    Download @ https://www.ads-software.com/extend/plugins/cbpress/

    @Darkwzrd7

    (@darkwzrd7)

    Wow ok Support would be great i have enabled this plugin on the new version of WP and get this error when activate :

    Fatal error: Class ‘BP_Group_Extension’ not found in /…/wp-content/plugins/buddypress-kaltura-media-component/bp-media-group.php on line 5

    cause error leads to

    class BP_Media_Group_Extension extends BP_Group_Extension {

    so I have tried changing the /wp-content/plugins/buddypress/bp-groups permissions to true and created my own file called BP_Group_Extension to see if that might help with this in it

    <?php
    /**
    * Custom Group extension
    */
    class BP_Media_Group_Extension extends BP_Group_Extension {

    function __construct() {
    // required
    $this->name = sprintf( __( ‘Media’, ‘buddypress-media’ ));
    $this->slug = BP_MEDIA_SLUG;
    // optional
    $this->visibility = ‘private’;
    $this->enable_create_step = false;
    $this->enable_edit_item = false;
    }

    function display() {
    global $bp;

    if ( ‘upload’ == $bp->action_variables[0] ) {
    // load create group media template
    bp_media_locate_template( array( ‘groups/single/media-upload.php’ ), true );

    } else {
    // load group media list template
    bp_media_locate_template( array( ‘groups/single/media-list.php’ ), true );
    }
    }

    // function widget_display() {
    // return;
    // }
    }
    bp_register_group_extension( ‘BP_Media_Group_Extension’ );

    ?>
    but im not having much success has anyone found or created a solution for this problem it`ll be great to hear from you or even better post the solution here for the many of us using the new version of WP to gain access to a working plugin thanks a bunch

    Forum: Plugins
    In reply to: Stealth profit machine

    Hi Guys Lets start this off with a huge Thanks to the developers of the SPM this is truelly a amzazing piece of software, yes i had some trouble with it in the beginning and i thought that this didnt work “Frustrating” i found that the details you have in a already set up blog needs to be checked and not the same for the poster and hey my troubles were over and the results are phenominal it really did take the posting to finish and i was what you call in profit Thank you Malc and huge thank you to Chriss you`re amazing programmers

    Look forward to your upcoming developments and the detective work that is required yes its frustrating but it gets you so frustrated that you just want to give up and the massive reward of getting it to work…well what an emotional roller coaster ride love it thank again

    Jonathan

    New Version is the Bom really impressed with it no problems what so ever finally 2 weeks of plain hastle trying to get it to work and its perfected what a ausome piece of software its unbelievable starting profitting from it within the that hour of completion …

    Huge Thanks to
    SPM

    Jonathan

    Hi Steve

    Have you come right if not i can help you with this however im stuck on the last tab of the SPM [edit]

    Jonathan

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