Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 36,651 through 36,675 (of 68,918 total)
  • Author
    Search Results
  • #120082
    Mary Jane
    Member

    Sorry I am not answering your question but how ru using 1.5 on your site?

    Paul Wong-Gibbs
    Keymaster

    There’s a setting in the BuddyPress general settings page to disable/enable commenting in the activity stream on forum posts or blog posts.

    #120073
    Adam
    Member

    @valuser – The code snippet doesn’t work because of the poorly formed url link. Did you mean:

    `<a href="/members/display_name /messages/inbox”>My Mail`

    in that case you wouldn’t need display name – how ever the echo part does not echo a user name at all. in fact all I get is members/display_name/activity

    #120060
    rahul.dev
    Member

    Yes there is a better solution to this problem i am code savvy and i have myself invented this solution
    Step:1:
    The solution is copy the content all content of file wp-load.php which you will find in the root of wordpress installation directory root directory. Then create a new file rahuldev.php paste all the code in wp-load.php to rahuldev.php file plus at the end of that rahuldev.php file add this small code as below
    ?php
    $resultrah = mysql_query(“select user_login, user_nicename from wb_users where user_login like ‘%”.$_POST.”%’ or user_nicename like ‘%”.$_POST.”%'”);
    while($row = mysql_fetch_array($resultrah))
    {
    ?>
    ?php echo $row;?>

    ?php
    }
    ?>
    replace ?php with <? php
    make sure the name of the table if it is not default set during installation then that should be the name of the table as the name is in your installation
    once the above code is added to the bottom of the new file then save the new file to the root of your wordpress application ie where there is wp-load.php there along with it should be our new file rahuldev.php

    Step:2:
    Open wp-content/plugins/buddypress/bp-messages/bp-messages-cssjs.php file

    replace
    var acfb =
    jQuery(“ul.first”).autoCompletefb({urlLookup:’root_domain . str_replace( ‘index.php’, ‘/wp-load.php’, $_SERVER ) ?>’});
    with
    var acfb =
    jQuery(“ul.first”).autoCompletefb({urlLookup:’root_domain . ‘/rahuldev.php’ ?>’});

    And now enjoy my magic

    Thanks
    Take care

    #120059
    rahul.dev
    Member

    Yes there is a better solution to this problem i am code savvy and i have myself invented this solution
    Step:1:
    The solution is copy the content all content of file wp-load.php which you will find in the root of wordpress installation directory root directory. Then create a new file rahuldev.php paste all the code in wp-load.php to rahuldev.php file plus at the end of that rahuldev.php file add this small code as below
    <?php
    $resultrah = mysql_query(“select user_login, user_nicename from wb_users where user_login like ‘%”.$_POST.”%’ or user_nicename like ‘%”.$_POST.”%'”);
    while($row = mysql_fetch_array($resultrah))
    {
    ?>

    <?php
    }
    ?>

    make sure the name of the table if it is not default set during installation then that should be the name of the table as the name is in your installation
    once the above code is added to the bottom of the new file then save the new file to the root of your wordpress application ie where there is wp-load.php there along with it should be our new file rahuldev.php

    Step:2:
    Open wp-content/plugins/buddypress/bp-messages/bp-messages-cssjs.php file

    replace
    var acfb =
    jQuery(“ul.first”).autoCompletefb({urlLookup:’root_domain . str_replace( ‘index.php’, ‘/wp-load.php’, $_SERVER ) ?>’});
    with
    var acfb =
    jQuery(“ul.first”).autoCompletefb({urlLookup:’root_domain . ‘/rahuldev.php’ ?>’});

    And now enjoy my magic

    Take care

    #120058
    Paul Wong-Gibbs
    Keymaster

    It scales fine.

    Yes turned off a few:

    BuddyPress Privacy Component
    BuddyPress Profile Gallery Widget
    BuddyPress Profile Music Widget
    BuddyPress Profile Video

    Didn’t use them much but some data (not sure what exactly – it’s gone now anyway) was in the notifications table.

    #120056
    Steveorevo
    Member

    Look like BuddyPress’ has a version (what version?) of bbPress built in. Aside from the activity stream, looks like creating forums and topics is fully supported in BuddyPress. Combine it with Group Email Notifications plugin for BuddyPress and you have a pretty nice and fully functional forum. I tried bbPress 2.0 plugin too, but found it incompatible/too many issues. Best bet right now is to do a base install of WP + BuddyPress 1.2 then use BuddyPress’ Forum Setup menu item. Do Not Install bbPress 2.0 plugin atop this.

    #120054
    linick
    Member

    nice website…

    which plugin are you using on here ?:
    http://www.yeahhackney.com/local-businesses/

    For 1.5 RC1 the file that had the error was “~/wp-content/plugins/buddypress/bp-members/bp-members-notifications.php”
    For 1.2.10 the file was “~/wp-content/plugins/buddypress/bp-core/bp-core-notifications.php”.

    I had the error first with 1.2.10 then tried and upgrade to 1.5 RC1, both versions had the same error but for different files.
    I happy that my contents of the entire /buddypress/ directory are correct for 1.5 RC1. I’m now using 1.5 RC1.

    Boone Gorges
    Keymaster

    Hm. Your upgrade must not have completed properly. In BP 1.5 RC1, there is no file called bp-core/bp-core-notifications.php. That file, along with the files that called it, must be left over from your pre-upgrade version of BuddyPress. You might consider deleting the contents of the entire /buddypress/ directory, and then reuploading BP 1.5-RC-1’s files into that folder.

    #120049
    leethompson
    Member

    @ewebber Unfortunately no, but I am using the privacy plugin already, I need to show links between friends. But only friend can see them.

    I should have looked at the error log before! Errors were (lots of them, all for the same bp core file):

    With BP 1.2.10 – PHP Fatal error: Cannot access empty property in /var/www/wordpress/wp-content/plugins/buddypress/bp-core/bp-core-notifications.php on line 63, referer: some web page etc.

    Seems to me that when bp-core-notifications.php queried the db for notification data it somehow broke and stopped outputting. The last word of the HTML output of the page was ‘Notifications’.

    BTW: Can’t edit post here, have to delete and add another!

    After I updated to BP 1.5 RC1 error were from ” /var/www/wordpress/wp-content/plugins/buddypress/bp-members/bp-members-notifications.php”

    #120042
    ankurm
    Member

    @ewebber : thanks.. :D

    #120041
    Jenny Beaumont
    Participant

    @Meini, just tried to download your files, link is not working.

    Anyone else made progess on this? Seems like such a fundamental idea, can’t believe it doesn’t exist already! Am hoping future version of Buddypress work to add a more seamless interface btwn WordPress and Buddypress.

    cheers!
    -jennyb

    #120040

    Yes! Now works! Thank you, @djpaul.

    #120037
    ewebber
    Participant
    #120034
    Paul Wong-Gibbs
    Keymaster

    Hmm. I don’t know if this will make a difference, but try renaming your “Buddypress” directory to “buddypress”.

    #120031
    ewebber
    Participant

    @fernmacho This plugin allows you to activate users https://buddypress.org/community/groups/wp-activate-users/

    It sounds like you also need to consider a way of blocking those bots that are signing up!

    #120030
    ewebber
    Participant

    @mike84 and in response to your previous question, yes I do a fair bit of moderating – running a community takes a lot of work, buddypress is a great tool to start but it takes time to make a community.

    #120029
    Mike84
    Member

    @ewebber thanks!

    #120027
    ewebber
    Participant

    @raquel24or I missed you comment, I only get email notifications if you use @ewebber
    FB plugin I use is mentioned above
    The code for each of the social links are readily available on the relevant websites, I use 3 individual ones, if linkedin have one then you could use that too.

    #120026
    ewebber
    Participant

    @mike84 I use the same code that the sidebar uses on my homepage and I use wpfb autoconnect, it will turn up where the sign in field is

    #120025

    Or please, add me an correct link to download the latest version of Buddypress 1.5.

Viewing 25 results - 36,651 through 36,675 (of 68,918 total)
Skip to toolbar