Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 10,451 through 10,475 (of 73,985 total)
  • Author
    Search Results
  • Sumo1
    Participant

    I’m in the process of creating a site based on buddypress and bbpress and have added a few members for testing purposes. However, I have come across an weird anomaly. When I go to the ‘members’ page and display all members, the total number of members listed is 3 but above the list of members it says ‘Viewing 1 – 4 of 4 active members’.

    So I’ve googled it and checked answers on this support forum but they all seem to be topics where the number of active members is lower than the actual number, not (as in my case) higher.

    I have implemented the solution here https://buddypress.org/support/topic/membership-numbers-differ-since-1-6-update/ and this fixed the ‘All Members’ count at the top of the page, but the active members count above the list still says 1 – 4 of 4 ??

    I’ve also checked the database and there are definitely only 3 members.

    Any ideas? Thanks.

    sadasoundarya
    Participant

    Wordpress version – 4.8.1

    Buddypress version – 2.9.0

    BuddyPress Docs – 1.9.4

    Some of the documents published by admin are visible to subscriber and some published documents are not visible . What is the issue and how to slove it ..

    Henry Wright
    Moderator

    You can add items to the activity stream using bp_activity_add().

    See here https://codex.buddypress.org/developer/function-examples/bp_activity_add/

    tomasred
    Participant

    WordPress Version: 4.8.1
    BuddyPress Version: 2.9.0
    Website: lextantest6.fr

    Hi,

    I would like to add a profile field on only a role of the user and make it only editable by the admin. It would be a way for the admin to certificate an user.

    I have read lots of posts about profile fields but they were all olds (couldnt use them), and couldnt figure out the issue with them. I’m getting kinda confused about the file I should modify, where is the file and what should I add/modify.

    I hope you can guide me through this.
    Thanks for any help,
    Thomas

    #267596

    As far as I know, there’s no way to do that with BuddyPress’ built-in tools.

    However, it is possible with plugins such as the one you identified.

    I had a similar requirement and ended up doing it by utilising BP’s Member Types functionality (which require a plugin or custom code to set up), a plugin called BuddyPress Xprofile Member Type Field to map that to an xprofile field (so that the user can change it herself… it was the easiest way I found to add that to the user’s profile, although there might be a better way), all tied together with custom code to patch in to the xprofile_updated_profile action to check what the change is and then use the groups_accept_invite() and groups_remove_member() functions to change the membership accordingly.

    I know that’s not very detailed, but due to lots of other functionality, such as adding to email lists, my code ended up being quite complex, so it’s not possible to paste it here.

    Hope that helps

    #267594
    baljeet007
    Participant

    I want to add two forum pages for different user roles in wordpress. Please let me know if this is possible using bbpress or buddypress?

    #267591
    khappamj
    Participant

    Hi man , the Buddypress version i use is 2.9.0 and this problem is about every images. Its working but the cropping image tool is very very small, just 1×1 or 2×2 pixels, so its unusable for users.
    I dont think the issue is about images,
    so what can i do?

    #267589
    relem
    Participant

    Hi,

    I seem to be in a spot of bother. I want to disable the wordpress toolbar from my site. I know how to disable it through BuddyPress however when it is disabled I lose the menu in the top right corner that has the links to profile, messages, notifications and so on.

    I am thinking of 2 solutions for this:

    1) A widget I can place on a side bar that has all the functions of the BuddyPress menu. I’ve looked through a fair amount of plug ins but can’t seem to find anything like what I am looking for. So does something like this exist? I have seen several plug ins that can give me widgets for some functions, but nothing that will get me to the profile page that is created within BuddyPress.

    2) I create a profile page and add the BuddyPress profile elements to that page. However, I can not find any short codes that will help me on this.

    I am open to suggestions and being pointed in the right direction. I would like to use BuddyPress on my site as other plug ins I intend to use work well with this, but having the black toolbar at the top making it blatantly obvious it is a wordpress site is making it a deal breaker for me.

    I am sorry if this is making me sound entitled but I am working on an extremely tight budget and even tighter deadline, and my web developer messed me around giving me false hope of helping me out till I was about to start development. I’m running out of options. The only thing I can promise is to give praise to the BuddyPress community on my company website… When I get around to building it after I built this site.

    Thank you for your time.

    #267587
    r-a-y
    Keymaster

    What version of BuddyPress are you using?

    Can you upload the avatar that you wanted to use somewhere so we can test?

    #267578
    screenprotector
    Participant

    Hello
    In the basic buddypress there seems to be no place to ask for name and surname– just a username.
    Is this correct or am I missing something?
    Are the email + username the only absolutely necessary pieces of information that buddypress requires for new member registration?
    I know that I can create other profile fields, but this is not about that. I just want to know if I’ve understood what comes out of the box.
    thanks in advance

    #267557
    danimalz
    Participant

    Is there any kind of built in functionality in BuddyPress that would allow users to display an in-office/out-of-office calendar. Something linked to their profile and a list of current users who are out of office could be displayed?

    lljb3
    Participant

    WordPress version: 4.8.1
    BuddyPress version: 2.8.2

    I’m trying to duplicate a set of fields either within a field group or duplicate the field group itself if a user presses a button or clicks a checkbox.

    In this case, the user is setting up their profile and has the fields for the group Company Info entered, yet they have another company name and/or location they want to add to their profile.

    Is it possible to have a button or a conditional checkbox that duplicates an empty set of fields for the group to Company Info 2?

    UX ideal example: Profile > User Fills out Company Info 1 field group > Presses “Add Company” button > Company Info 2 field group is added > User Fills out Company Info 2 > Repeat until desired

    #267551
    Iyiola Owabumowa
    Participant

    Hi guys, I wanted to ask if it is possible for users to enter an existing profile name in BuddyPress in the ->users ->profile fields -> primary field?

    I just installed Buddy Press on my website: http://theincomeblogger.com

    I’m not really sure why the username is not unique.

    Any explanation will be highly appreciated.

    Thanks
    Iyiola

    #267548
    Carsten Lund
    Participant

    Hi, how is it possible for users to enter an existing profile name in BuddyPress in the ->users ->profile fields -> primary field?

    Why is the user name not unique?

    Regards
    Carsten

    Henry Wright
    Moderator

    Hi @gyrus

    You can de-queue BuddyPress styles like @r-a-y suggested in that thread (see #202777). This won’t break anything functionality wise although, of course, it will change your theme’s look and feel because all of the styling information will be gone.

    Steve Taylor
    Participant

    We want to gain full control of styling, so we’re looking at dequeuing bp-legacy-css and starting styling of BP elements from scratch, integrated with our custom theme styles.

    Dequeuing itself is easy enough, but there’s a thread here which (1) contains a warning that completely ditching BP styles may break the site’s BP elements, but which (2) gets derailed into a conversation about whether to dequeue the minified version or not, and doesn’t really clarify the warning about breakage.

    What might break if we start styling from scratch? Is there not a system whereby ‘core’ CSS can be kept, but we can dequeue all CSS which won’t break anything if it’s missing?

    #267542
    udarmo
    Participant

    Hello,
    Yesterday until I have installed new plugin – rtMedia – everything worked fine. After installing that access to single activity page disappeared. It means every click on activity’s timestamp redirecting me to my profile page with “You do not have access to this activity” error. But interest thing happened to me, when I removed the plugin: my activity link to single activity pages stopped to work.
    Link like http://www.mywebsite.com/activity/p/534/ was redirecting me to http://www.mywebsite.com/activity/534/ (without the ‘p’ in address for some unknown reasons) and now it shows Page not found error. So I removed the ‘p’ from link in core files and it working now, but I’m not sure I’m not missing something. Is there any idea what happened?
    I’m using WP 4.8.1 and BP 2.9

    (I have tried to disable all plugins to debug the link issue, didn’t find anything)

    dhsllc
    Participant

    Hi. I have a fresh install of BuddyPress 2.9.0 (and BBpress) on WordPress 4.8.1.

    I was able to customize the registration page to allow members to select their ‘identity group’ (teachers or students) with a radio button.

    What I am hoping to accomplish is to assign these members to a group based on their selection.

    I’m not sure how to do that. Help is appreciated.

    I did find 3rd party plugins with this one looking very promising: https://wordpress.org/plugins/buddypress-registration-groups-1/ but I’m hoping to avoid adding a bunch of plugins if this can be accomplished with the existing BuddyPress tools.

    mika69400
    Participant

    Hello,

    First of all here is my config:

    Server vps ssd 8GB ram 3×3.7 ghz apache
    Wordpress 4.8.1
    Theme Responsive free 2.9

    Plugins :
    Wp rocket cache
    Buddypress 2.9
    Admin custom login
    Advanced ads pro
    Responsive menu pro
    Ban Hammer
    Bp profile search
    Buddypress activity shortcode
    Buddypress like
    Wp foro
    Google analytics dashboard
    Iq block country
    Newsletter
    Plugin business directory
    Redirection
    Secupress
    Social Plug
    Strong testimonials
    Table of content plus
    Wordpress database backup
    Wp asset cleanup
    Wp excerpt generator
    Wp testing
    Yoast seo

    Database SQL manage on phpmyadmin; modify :
    max connection = 502
    timeout = 69
    table open cache = 71144
    max heap table size = 3G
    tmp table size = 3G
    allowed pack 1 000 000
    open files limit = 150 000
    myisam_sort_buffer_size = 72M
    read_rnd_buffer_size = 24M
    join_buffer_size = 32M
    query_prealloc_size = 65K
    query_alloc_block_size = 128K
    table_definition_cache = 71144
    thread_stack = 512K
    thread_concurrency = 28
    read_buffer_size = 36M
    query cache min res unit = 512
    bulk insert buffer size = 72M
    thread_cache_size = 16K
    query_cache_limit = 512M
    innodb_buffer_pool_size = 3G
    query_cache_size= 512M
    innodb_log_buffer_size = 32M
    sort_buffer_size = 192M
    innodb_read_io_threads = 12
    innodb_write_io_threads = 12?
    innodb_open_files = 1200

    Members on my buddypress : 1300
    monthly visitors : 100 000
    monthly pages views : 200 000

    For several months now, I have activities that disappear completely from my database !!! I checked all the plugins, in case there was a conflict, but everything is ok. So I changed the table type from my MYISAM database to INNODB, but that still has not solved the problem. Same, I have changed many times some sql varibals in phpmyadmin, but nothing works. I also tried the data recovery via the buddypress dashboard, but it does not help! Activities disappear when some members are very active. Bizarre ??? !! So, if people have the solution to my problem, thank you for telling me what to change. Thank you !

    #267536
    sduman
    Participant

    Hi all,

    After i use Mass Messaging in BuddyPress, in my messages sent list, i have lots of row for the same message sent.
    Is there a way to get only 1 row for each mass messaging sended ?

    Thanks,

    BuddyPress 2.7.4
    WordPress 4.7.5

    #267534
    webizone
    Participant

    Hi, I realize this is an old thread. However, I thought of posting my solution, just in case someone finds it helpful. (tried posting it three times.., it just disappears from here)

    Solution:

    1. Copy the the contents of the bp-templates/bp-legacy/buddypress/members/register.php into the new registration page template

    2. At this point, the registration form will show up, but nothing will happen when we submit the form.

    3. To solve that, we need to add a custom function to the “bp_screen” hook. In the custom function, we will paste the contents of the “bp_core_screen_signup” function. (located in bp-members/bp-members-screens.php)

    4. Then, in our custom function, we will remove this

    if ( ! bp_is_current_component( 'register' ) || bp_current_action() )
    
    		return;

    and put this

    if ( !is_page( 'your-page-slug' ) || bp_current_action() )
            
            return;

    5. Next, we’ll remove these lines
    bp_core_load_template( apply_filters( 'bp_core_template_register', array( 'register', 'registration/register' ) ) );
    It will work now.
    Here is the pastebin of the custom function created in bp-custom.php

    #267527
    Henry Wright
    Moderator

    Hi @franckw

    This is a question you should ask WC Vendor Pro. BuddyPress doesn’t handle reviewing.

    #267522
    franckw
    Participant

    Hi

    I have a marketplace to leave the vendor sell their products online, after the “buyer 1” purchase one item from the “vendor 1”, how the “vendor 1” can leave a review for this buyer?

    My website is Atbuz.com use WC Vendor Pro for multi vendor and BuddyPress for the community.

    Thank

    Franck

    r-a-y
    Keymaster

    bbPress handles its integration into BuddyPress, not the other way around.

    You should look into what it would take in bbPress to alter the slugs for BuddyPress groups. I don’t believe this is possible at the moment from what I remember though.

    You might want to check out the bbPress forums as well:
    https://bbpress.org/forums/

Viewing 25 results - 10,451 through 10,475 (of 73,985 total)
Skip to toolbar