Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 18,201 through 18,225 (of 69,109 total)
  • Author
    Search Results
  • #174975
    Paul Wong-Gibbs
    Keymaster

    Hi. Which theme are you using, what versions of WordPress and BuddyPress are you using, and where did you download the translation file from? Thanks.

    #174957
    Henry
    Member

    Hi @finchkelsey

    Have you tried posting your requirements in the BP Jobs Forum? If you’re looking for a BP developer available for hire then that is a good place to start

    BP Jobs Board

    #174951

    Hello Hugo,
    1) you are right, it is fine with working theme.
    2) what is the meaning of this warning message? is there a Buddypress patch for this?

    happy thanksgiving!

    #174948
    Henry
    Member

    You can copy the activity loop into your homepage template

    <?php if ( bp_has_activities( bp_ajax_querystring( 'activity' ) ) ) : ?>
        <?php while ( bp_activities() ) : bp_the_activity(); ?>
     
            <?php locate_template( array( 'activity/entry.php' ), true, false ); ?>
     
        <?php endwhile; ?>
    <?php endif; ?>

    See https://codex.buddypress.org/developer/loops-reference/the-activity-stream-loop/ for more information on the activity loop.

    #174946
    @mercime
    Participant
    #174944
    Hugo Ashmore
    Participant

    @macpresss Thanks for the Codex contribution, I have however moved it for the moment to the user submitted guides under getting started as the components section is really descriptions of the standard default BP settings.

    In reality we do have a page in progress here https://codex.buddypress.org/developer/filters-reference/ which is designed to list filters and defines in one place due to the large number of these.

    #174939
    Shmoo
    Participant

    Yeah I was afraid of that too..

    I think I’ve seen some Filter a few days ago to remove a menu-tab. This way you can remove lets say the activity link from popping up on the navigation menu’s.

    Try Google at this: BuddyPress + remove + item + PHP_code_that_prints_the_menu()

    #174937
    Shmoo
    Participant

    Hahaha.. I was looking for the same thing yesterday so I made a Codex-page for this question.

    https://codex.buddypress.org/buddypress-components-and-features/member/change-members-profile-landing-tab/

    You have to add that code to the config.php file.

    #174935
    iheartwine
    Participant

    Thanks Shmoo. My community is based mainly on WP Events manager for groups, BBPress and Buddypress links. I don’t need activity at all (but just like I said, BP Links uses it for comments, so I had to turn it on). So basically I want to get rid of it in both places – in groups and profiles.

    When I will remove activity-loop there is still the link in navigation tabs :/

    #174934
    Shmoo
    Participant

    What are you gonna do with your Groups without Activity system it’s the ‘comments’ part of a group.

    Just to make sure where do you want to delete the activity from showing up.

    example.org/groups/test-group/ * here */
    example.org/members/profile/ * here */

    ?

    You can always remove the activity-loop from the template structure.
    When BuddyPress doesn’t past the activity-loop it will not show up on your site of course.

    #174929
    Hugo Ashmore
    Participant

    And what results if you switch to a known working theme?
    https://buddypress.org/support/topic/basic-troubleshooting-tips/

    This sounds like a theme issue due to reference to ‘CustomHeadersAndFooters::loop_start()’

    kostasze
    Participant

    also, I reinstall buddypress as modemlooper mentioned. Thank you!

    @mercime
    Participant

    Nothing happen after deleting some group codex in function.php.


    @kostasze
    something’s getting lost in translation. Let’s start with: WP/BP versions? What theme are you using? Why are you removing the group codes from your theme’s functions.php file? Did you do as modemlooper mentioned above?

    Rename wp-content/plugins to plugins-off and then try to access your admin.
    This will disable all plugins and let you back into site. Once back into site, rename folder back to plugins. If you deleted anything from the BuddyPress folder, go to plugins page in admin and delete and reinstall BuddyPress.
    Never remove or delete anything out of the BuddyPress plugin folder.

    kostasze
    Participant

    I achieved to get access in dashboard but the site is still blank. Should I reinstall Buddypress plugin? Will I lose smothing with this from my data?

    kostasze
    Participant

    First, as I remember I unchecked Groups from the dashboard. Then, I got the blanc page in my site. After this, in my themes/huddle I deleted Groups folder. Then I read this one
    https://buddypress.org/support/topic/resolved-help-my-whole-website-has-gone-blank/
    and I was trying to delete anyhting about Groups in function.php.I tried to rename the plugins but it said rename failed. Is it possible to lose my members,my date and to have to rebuilt my site?

    #174914
    modemlooper
    Moderator

    There is a bit of discussion on this in a trac ticket https://buddypress.trac.wordpress.org/ticket/3856

    modemlooper
    Moderator

    I’m confused. Did you delete a folder out of the BuddyPress plugin or did you just uncheck groups from settings or both?

    Rename wp-content/plugins to plugins-off and then try to access your admin.

    This will disable all plugins and let you back into site. Once back into site, rename folder back to plugins. If you deleted anything from the BuddyPress folder, go to plugins page in admin and delete and reinstall BuddyPress.

    Never remove or delete anything out of the BuddyPress plugin folder.

    Yukon Cornelius
    Participant

    Hi, I found this thread on my travels and it worked a treat, so i thought i’d share. Just stop discouraging search engines under settings>reading, then post a new reply or topic n the forum and it will now show. Don’t ask me why.

    Yukon Cornelius
    Participant

    Hi, I found this thread on my travels and it worked a treat, so i thought i’d share. Just stop discouraging search engines under settings>reading, then post a new reply or topic n the forum and it will now show. Don’t ask me why.

    kostasze
    Participant

    I turned off Groups from Buddypress settings in Dashboard and then nothing, blank page, I have members and data in the site please help me!

    #174908
    modemlooper
    Moderator

    you should put any code that is not theme related into bp-custom.php https://codex.buddypress.org/plugindev/bp-custom-php/

    It was basically line 106-141 but it won’t work if you cut and paste. You will need php knowledge to make it work.

    That function will just block a message from getting sent for non friends. You would need to edit it for only certain users.

    It would make a great plugin to allow users to block specific users from getting messaged.

    #174898

    In reply to: registration

    @mercime
    Participant

    @mayur-hotkar Create a new blank Page titled “Register” or “Join” or whatever you choose to name your registration page. Create another new blank page titled “Activate” or “Confirm”, etc. Then go to Settings > BuddyPress > Pages and assign the new pages you created to respective Registration element.

    #174894

    In reply to: Registration page link

    @mercime
    Participant

    @sanjusmit What have you done so far in setting up BP site? Have you allowed registration in your installation via Settings > General? Have you gone to Settings > BuddyPress > Pages and assigned a Page to Registration?

    #174893
    alealealeo
    Participant

    @shanebp

    1- I do understand this, but if you change a filter and use it like that for a while, and then want to change it again, your existing data will stay unchanged. To me the solution is to not have a filter for things that won’t be able to be manipulated later on.

    2- Building dynamic strings may be ever so slightly slower, but it’s the reason I love WordPress – To have the power to easily and dynamically change data.

    The main reason I want to make changes to the code is because BuddyPress currently provides a specific way to output things, example:

    “Author Name posted an update in the group [group avatar] Group Name, 14 hours, 00 minutes ago”

    A: None of the links have a class set (except for the time) Meaning that I can’t add CSS to increase the size of “Author Name” without affecting “Group Name” and vice-versa. So I was trying to manipulate the filter to add a class.

    B: I want to change the order of the output, for example if I increase the size of the group avatar I would want to move it from where it is completely. Not very flexible for people who want to make the line work/look a certain way.

    Another example of this problem is the avatar sizes:

    If you define the avatar sizes, example:
    define ( 'BP_AVATAR_FULL_WIDTH', 300 );
    any avatars from activity/groups previously created will still use the old avatar size.
    So if you set it to 300, and then I want to change it in the future to 100 and change the design/CSS, all the existing activity will still show 300 and look bad with the new CSS.

    WordPress works this way to with image thumbnails, however, you can force a regeneration of them using a plugin.

    In short, I am finding that BuddyPress is a great plugin but it seems to me that for the activity (the most important aspect of the plugin) you are stuck into using/showing it how the BuddyPress developers decided was the best format/look, because changing it via filters will result in headaches if I install my custom filters on a site with existing BuddyPress data.

    If there were a way to regenerate the activity database to update everything with the filters/sizes set, that would solve most of the more obvious problems.

    #174889
    hughshields
    Participant

    To be more specific:
    I use BP Registration Options to approve new users in order to keep a clean member profile directory with completed profiles and avatars. The only problem is that the member count on the Member Directory page is not updating.
    Any insight into how Buddypress adds to the member count. I believe it is when a new user logs in for the first time but I cannot locate the code to figure out why it is broken.

Viewing 25 results - 18,201 through 18,225 (of 69,109 total)
Skip to toolbar