Skip to:
Content
Pages
Categories
Search
Top
Bottom

Forum Replies Created

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

  • Sweeny
    Participant

    @sweeny

    No idea?

    Regards
    Alex


    Sweeny
    Participant

    @sweeny

    Hello,

    no idea?

    Alex


    Sweeny
    Participant

    @sweeny

    Hi!

    It’s me again… I haven’t found a solution.

    This code should be working – but he doesn’t. Any ideas?

    add_filter( 'bp_activity_paged_activities_sql', function( $sql = null, $where_sql = null, $sort = null ) {
        $pos = strpos($sql, 'WHERE a.id IN');
        if($pos){
            $in_items = implode( ',', $where_sql['in'] );
            $sql = str_replace('ORDER BY a.date_recorded DESC' ,' ORDER BY FIELD(id,'.$in_items.') ',$sql);
        }
        
        return $sql;
    }, 10, 3 );

    Kind regards
    Alex


    Sweeny
    Participant

    @sweeny

    Thank you very much! It works.


    Sweeny
    Participant

    @sweeny

    Hi!
    I have the same “problem” and I am very interested!

    How did you manage the integration of the editor for “what’s new post”?

    Sweeny


    Sweeny
    Participant

    @sweeny

    I have the same issue.

    Any news? What can I do?

    Regards

    Sweeny


    Sweeny
    Participant

    @sweeny

    Hi!

    I tested: It seems to be the plugin “buddypress-global-search”!

    Alex


    Sweeny
    Participant

    @sweeny

    Hi!

    Thanks for your answer. Yesterday I tested it without any source code modification.

    Names of friends should be completed automatically (auto-complete). But it doesn’t work: I started typing a name. Buddypress searched name and founded the name. I chose the founded name. But the error was the same: “Message could not be sent because you have entered an invalid username. Please try again.”

    I tried two different buddypress themes – same bug?

    Kind regards

    Alex


    Sweeny
    Participant

    @sweeny

    @doublef
    Sorry, can’t give access. It’s a local test environment with a WAMPP installation (apachefriends.org). Perhaps it’s a interaction between this environment and Woffice?
    Php 5.6.14, Apache 2.4.4


    @r-a-y

    I didn’t install a multisite.

    The other guys here used different plugins; so it cannot be only a Woffice problem.

    Sweeny


    Sweeny
    Participant

    @sweeny

    Of course, nothing special. I have installed the woffice theme and activated woffice birtday plugin. After this… The error appeared.


    Sweeny
    Participant

    @sweeny

    Hello,

    I have the same problem installing the WOFFICE-theme (http://themeforest.net/item/woffice-intranetextranet-wordpress-theme/11671924).

    Warning: Creating default object from empty value in C:\xampp\htdocs\home\wp-content\plugins\buddypress\bp-xprofile\bp-xprofile-functions.php on line 258
    Fatal error: Call to undefined method stdClass::save() in C:\xampp\htdocs\home\wp-content\plugins\buddypress\bp-xprofile\bp-xprofile-functions.php on line 275

    Sweeny

Viewing 11 replies - 1 through 11 (of 11 total)
Skip to toolbar