Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 12,301 through 12,325 (of 69,133 total)
  • Author
    Search Results
  • #243450
    danbp
    Participant
    #243447
    shanebp
    Moderator

    If you are referring to the Site Tracking component – it is confusing.
    A lot of the BP documentation refers to it as the Blogs component.

    If you activate the Site Tracking component from the BuddyPress component’s Administration screen, the ‘post’ post_type will automatically have the “buddypress-activity” feature enable. So if you create a post, an entry will appear in the activity stream.

    Comments about the post will also generate activities or, if you chose to “Allow the activity stream commenting on blog posts” from the BuddyPress settings Administration screen, comments will be synchronized with the activity stream.

    #243444
    Kookidooki
    Participant

    If you want videochat with chatrooms, groupchats => Skype for Buddypress by uicoders.com

    If you only want a simple plain texting chatroom => try tinychat. Have tried that too but it’s buggy.

    #243442
    danbp
    Participant

    BuddyPress activity stream is explained on Codex:

    Activity Streams


    It’s a feature for internal purpose. In other terms, an activity log(journal) of your site/network only.

    Site tracking has a similar target (inform users), but oriented for statistics to search engines (like Google Analytics), advertisement & banner service, ping & trackback and other things happening with help of cookies. It’s used for external purpose and need generally a plugin to be managed.

    #243439
    Kookidooki
    Participant

    Never used Skype before? 🙂

    You can videochat and also text.

    I was looking for this plugin for years and finally got one and it works perfectly on my Buddypress site. A really must have for every social networking site!
    easy to setup: download, install and you’re all set. Few clicks, 30 seconds bingo!

    #243436
    Kookidooki
    Participant

    Almost everybody on this world has a Skype account and I was looking for a long time for a plugin that seamlessly integrates with Buddypress.

    Finally found Skype for Buddypress by uicoders.com. It works like a charm. Setup in 2 minutes and you’re ready to rock!

    This is the one that you really need to reach more people and to increase engagement on your Buddypress site. You don’t need special server setups like RedHat, etc, etc. Just install and rock! This plugin saved my buddypress platform … kudoooooooooooooosssssssssssss for the guys at uicoders.com!

    #243433
    DJ9
    Participant

    Wasnt being rude, just a little fed up. It didnt work before the update either and i thought this was the place to post issues. The 3rd party plugin is the only way to activate my pending accounts since buudypress cant do it right. If your the moderator in here then you should also report the issue with it. Like i said earlier your not the only social plugin in town anymore, either find a solution for buddypress issues or i will just go use something else. We been at this 2-3 days now and if you still havent reported it then your not doing your job either, gimme a break on the rude thing, its your plugin thats not working right ok.

    #243428
    danbp
    Participant

    @katiemeeks

    You could also use one of these snippet in bp-custom

    #243426
    djsteveb
    Participant

    @katiemeeks
    someone posted a similar question 4 days ago ( https://buddypress.org/support/topic/i-want-to-nobody-can-not-change-own-gender/ )

    someone else answered to take a look at http://buddydev.com/plugins/bp-non-editable-profile-fields/

    I have not used this yet – but it sounds perfect for this kind of thing.

    #243423
    danbp
    Participant

    No need to be rude. I’m trying to help you by asking questions, that’s all.

    As you use a third party plugin, i suggest you to deactivate it or even, to remove it completely and to test WP+BP only. Don’t know the plugin you mention, but one thing is sure, something is going wrong. On a standart install, handling pending members is generally not a problem.

    WP was updated 48 hours ago to 4.3 and is working flawless with BP2.3.2.1. (i have 6 BP site running on different configuration, without issues). If your issue appeared after this update, it is possible that a plugin is now no more able to work correctly with this new release.

    FYI, BRO is compatible up to: 4.2.4 and was last updated: 2015-7-21. Pretty recent, but who knows where the error comes from ? Have you asked for that issue on the plugin support ? No…

    If you thing it is an issue with BuddyPress, report the bug, describe the way to reproduce by opening a ticket on BuddyPress Trac, the only place where you can expect a fix. If BP devs agree with the issue.

    More about BP bugs on Codex.

    #243422
    DJ9
    Participant

    Yes , they can register separate on both sites. Buddypress isnt working right on either site and use to. Thats the main point with this post, it was working and now it isnt, I really dont see why why this is hard to understand. I am using another plugin to activate my subscribers like i said before but it doesnt let you do bulk in high numbers. It is called, BP registration options. I have 2 databases and the pages are set up individually and buddypress is not working on either like it use to. I guess if I cannot get the proper help with your plugins I could always change it to the ultimate member plugin or something else. Buddypress has an issue right now, at least with bulk activating, was trying to get a simple answer to what is wrong, but it seems your more concerned with not saying anything is wrong with your plugin instead of trying to help fix it.

    #243421

    In reply to: Member Count

    danbp
    Participant

    Find some hints here:

    Wrong Member Count

    danbp
    Participant

    Sorry, you have to ask the author, it’s not a BuddyPress related question.

    #243411
    DJ9
    Participant

    One other thing, yes I have uninstalled buddypress and tried a fresh download and it is up to date and still the same.

    #243410
    DJ9
    Participant

    Yes buddypress is on both pages, I control both pages through 1 cpanel, and yes I can activate 1 at a time, the bulk is what is not working. I always have had pending since I started my page and the bulk activate use to work just fine. I have separate plugin ins to catch spammers and spam. I only use the settings buddypress comes with, no mods at all.

    #243407
    danbp
    Participant

    Have you installed both site on a same or separate WordPress, and same question about BuddyPress ?

    Another question about 3500 pending request.

    Are you sure these aren’t spammers ? Why are they pending ? Have you setup this behave or is it a sudden amount of registerer ?

    Can you activate one account at time ? Or is only bulk activation defect ?

    #243405
    shanebp
    Moderator
    #243402
    danbp
    Participant

    Do you use a custom function building a widget ?
    if you used the old php4 method
    parent::WP_Widget( false, $name = __( 'My widget' ) );

    you should now use
    parent::__construct( false, $name = __( 'My widget' ) );

    This can also be in a theme or a plugin. BuddyPress use _construct method and is not concerned.

    If you deactivate WP_DEBUG in wp-config, the notice will disapear. And it’s only a notice, nothing will sudenly stop to work.

    Deprecating PHP4 style constructors in WordPress 4.3

    Notice: The called constructor method for WP_Widget is deprecated since version 4.3.0! Use __construct()

    #243391
    gametimemedia
    Participant

    I know i can use BuddyPress Registration Groups since i just found it but it’s not a required field. I guess it does what i need but would be nice if it was a required field, even nicer if the group image was there instead of the check box.

    #243388

    In reply to: New nav item

    muskokee
    Participant

    I am abandoning trying to use the profile.php file by adding a case and just going with a new file in members/single/filename using this similar code (which works as intended):

    function custom_bp_nav() {
      global $bp;
      bp_core_new_nav_item(
          array(
              'name'                => __( 'Site Settings', 'buddypress' ),
              'slug'                => 'site-settings',
              'position'            => 80,
              'screen_function'     => 'site_settings_screen',
              'default_subnav_slug' => 'site-settings',
              'parent_url'          => $bp->loggedin_user->domain . $bp->slug . '/',
              'parent_slug'         => $bp->slug
          ) );
    }
    function site_settings_screen() {
      //add title and content here - last is to call the members plugin.php template
      add_action( 'bp_template_title', 'site_settings_screen_title' );
      add_action( 'bp_template_content', 'site_settings_screen_content' );
      bp_core_load_template( apply_filters( 'bp_core_template_plugin', 'members/single/test' ) );
    }
    function site_settings_screen_title() {
      echo 'Site Settings';
    }
    function site_settings_screen_content() {
      echo 'Content here';
    }
    add_action( 'bp_setup_nav', 'custom_bp_nav', 50 );
    #243384
    danbp
    Participant

    BuddyPress roadmap:
    https://buddypress.trac.wordpress.org/milestone/2.3.3


    @chevalhack
    , of course it is ! This forum is installed on WP 4.3. What is not working… do you see warnings or notice ? Give details please !


    @toggerybob
    , seems it’s your membership plugin who brings these warnings.
    If it is Memberhip 2, it was updated today.
    https://wordpress.org/plugins/membership/

    #243378
    muskokee
    Participant

    Sorry, part of the above is not true. I am using bp-custom.php. The only function in there is to disable BP registration.

    //EDIT

    Oh my! I just found this post https://buddypress.org/support/topic/bp-legacy-in-bp-templates/ . Am I supposed to be using the files from bp-legacy as this post suggests? If so, what a terrible name for a folder!

    #243377
    muskokee
    Participant

    Thanks for your reply @danbp! I got the profile.php from bp-default. I had previously placed bp-default custom edit.php and change-avatar.php inside the child theme at single/profile folder without a problem.

    Yes, I use many custom functions in my functions.php file but I have not made use of bp-custom.php.

    I also have a custom template titled plugin-buddypress.php in my child-theme folder above the buddypress folder.

    I disabled all the profile plugins (pics, follow, cover, conditional field groups) and commented out all functions acting on Buddypress in my functions.php file. This did not make a difference! I still have a blank loop with the profile.php added to my child theme.

    //EDIT
    And I am running BP 2.3.2.1 on WP 4.2.4

    danbp
    Participant

    BuddyPress use bbPress when you allow group forums.
    If the group is private, the attached forum is also hidden ton non members of that group. Same for public or private groups.

    You don’t have to change the group forum setting in the forum list.
    The right steps
    Create a group A
    A is set to private
    Allow a forum for A
    —— The wrong step ——–
    Going to dashboard forum admin, and set forum A to private. If you do this nobody will see it except site admin.

    Groups


    https://buddypress.org/support/topic/hide-buddypress-and-bbpress-items-from-guests/
    https://buddypress.org/support/topic/buddypress-private-group-is-not-visible-in-bbpress/

    danbp
    Participant
Viewing 25 results - 12,301 through 12,325 (of 69,133 total)
Skip to toolbar