Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 10,976 through 11,000 (of 73,984 total)
  • Author
    Search Results
  • #265998
    jdvi09
    Participant

    A client of ours said that their forum has been down for about week now. The link to the forum specifically, is above in the last bullet point.

    Any idea why this would be the case?

    #265997
    fewclicks
    Participant

    I have deactivated all plugins (except of Yoast of course :P) and reactivated them one by one. The Error occurs as long as BuddyPress is activated.

    #265994
    Henry Wright
    Moderator

    My guess is there is a php closing tag followed by a newline in one php file.

    This is likely the cause. The next step is finding where. How do you know it’s a BuddyPress issue?

    #265995
    vanessenstudio
    Participant

    I would check out https://themeforest.net/search?term=buddypress
    This will show all the premium themes that are made for buddypress.

    I’ve had some good experience with buddyboss.

    #265990
    ripulkr
    Participant

    BuddyPress themes are basically WordPress themes. Technically all themes “should” be compatible with BuddyPress.
    If you’re looking more into template overriding then check the documentation link above.

    Try this : https://themeforest.net/item/kleo-pro-community-focused-multipurpose-buddypress-theme/6776630, https://themeforest.net/item/wplms-learning-management-system/6780226 , https://themeforest.net/category/wordpress/buddypress

    Regarding your question :
    Check existing topics in this forums, this has been answered several times.

    Add tab to user profile from plugin

    #265989
    Henry Wright
    Moderator

    You can get the value of an xProfile field in BuddyPress quite easily but you will need to use code. Take a look at this article to get started:

    Displaying Extended Profile Fields on Member Profiles

    marcel.felix
    Participant

    I am using Buddypress and Learndash, and the BuddypressLearndash integration plugin. Now I want to show the fieldcontent of an field that I created in the Extended profile in a Learndash Certificate.

    I asked Learndash support, but they asked me to find out what “the the field’s value meta_key would be?”

    As I am not a programmer I have no clue.

    Who can help me?
    Thanks in advance

    manm0untain
    Participant

    Hi Folks

    I have spent a few hours Googling how to set up dynamic links in WP/BD. I found a lot of people asking the same questions. It’s surprising that BP does not allow this functionality out of the box.

    For example, if anyone wanted to create a link on the main menu to the users profile, edit profile etc.

    Most solutions I found required custom functions or hardcoding menu items into the theme. This rather defeats the object of having a nice menu management system in WP backend.

    I found this solution, thought I would share it.

    First I installed the Buddypress Profile Shortcodes plugin – https://wordpress.org/plugins/buddypress-profile-shortcodes/

    Next I installed the Shortcodes in Menu plugin – https://wordpress.org/plugins/shortcode-in-menus/

    Voila, create menu items in the menu management system to pretty much whatever user area you want to link to.

    Hope that’s helpful for someone 🙂

    #265979
    lordmatt
    Participant

    I am pretty new to WordPress development as a whole and brand new to working with BuddyPress. I need to create a plugin that will add a new tab to profiles so I can create a plugin that integrates an existing plugin with BuddyPress.

    Where can I learn how to do this? Are there any existing plugins that do this well that I could learn from?

    #265975

    In reply to: Profile Page Layout

    metalhead
    Participant

    Thanks.

    Based on that info, I decided I need to add an index.php to my /single/ folder. I created the file, but I’m not sure what to put in it.

    Can you give me an example of what I can do? Or link me to a page with further explanation? I tried googling “custom buddypress template,” but I don’t even know if my search query is correct.

    I’m ready to hire a dev for this, but how will I explain to them what I need done? Something like this:

    “I use Buddypress, and I need a custom template for my member pages. I need you to customize my index.php file located in my /single/ directory, so that it will display specific widgets in 2 or 3 column mode.”

    I tried asking a dev about that already, but he doesn’t know what I’m talking about. Is there a better way to describe it?

    #265970
    supernova2017
    Participant

    Hello,

    I’m completely new to this. I’ve built a buddypress site for a theatre show that will have 30 users interacting through messaging on the site during the performance.
    I’m using a Level 1 linux hosting plan through GoDaddy.
    A few days ago, I tested using the site with 8 people logging in at the same time and there was a system overload. My current plan allows 512mb of RAM which I gather is too little. I can increase RAM to 2gb. But I see everyone advising the use of a VPN. I cant afford a VPN and wanted to know if I can get the job done upgrading to 2gb on shared hosting.

    There will never be more than 35 users because it’s a closed site only being used for a performance, but they will all be online at one go. It is only used for the private messaging function because characters on stage send private messages to audience members during the show.

    If VPN is a must, I dont mind asking the producer for more money but I dont need the VPN for an entire year, as the show will only happen in spurts. Ideally I would like monthly flexibility as a 12 month plan is absolutely out of budget. I understand I should have fully investigated before heading down this route, but now that I’m in it and have to make it work – does anyone have any advice?

    microscopes123
    Participant

    I’m pulling my hair out over here.

    I followed the directions exactly as it is written in the documentation concerning translations and custom labels, but no changes were made on the website.

    My new language files can be seen here (po) and here (mo).

    Yet no wording has changed on the website at all.

    #265966
    dicefile
    Participant

    Hello,
    Is it possible to set up a teacher/student flow where:

    1) A student writes a post from a form (I’ve got gravity forms set up for this). That post is listed on a page.

    2) A teacher scans that page and selects a post they want to help tutor the student with, provide feedback etc.

    3) they go back and forth until the teacher “approves” the post.

    Basically a teacher requests to view a student post -> the student allows a teacher to view -> teacher provides feedback within that post -> if necessary student edits -> teacher approves the post.

    Not sure how I can implement this type of flow in buddypress.
    Anything to get me started would be greatly appreciated

    Thank you in advance!

    #265952
    tarscar
    Participant

    Is it possible to have buddypress redirect to a specific login page (eg. http://www.website.com/user-login) when users visit a page that they need to be logged in for instead of redirecting to the wordpress login page (www.website.com/wp-login.php)

    p.s. Im not looking to customize the wp-login or give it a new slug, I jus want my own custom login page to have users redirect to

    thejameshardy
    Participant

    Does anyone know how to change this

    <img class="ava" src="<?php bp_displayed_user_avatar( 'html=false' );?>">

    which displays just the url of the avatar inside an img with custom class so that it chooses a bigger image. At the moment buddypress is fetching a really small svatar and I want it a bit bigger else it comes out too blurry when css makes it bigger.

    Any help would be super thank you!

    #265944
    Henry Wright
    Moderator

    This isn’t possible in BuddyPress “out-of-the-box”. You’ll need to find a plugin or introduce some custom code.

    #265943
    Henry Wright
    Moderator

    You should have them in your plugin folder. Try looking here wp-content/plugins/buddypress/bp-templates/bp-legacy/buddypress

    #265942
    Henry Wright
    Moderator

    You can check if either of these two directories exist inside the theme:

    • buddypress
    • community

    If either of these exist, the content inside is specific to BuddyPress and will likely be custom.

    #265941
    thejameshardy
    Participant

    Hi I would like to add the buddypress search in the header of my theme

    <?php echo bp_search_form() ?>

    I tried that but it doesnt appear (everything after it doesnt appear aswell.)

    I was wondering if anyone could help me? Also how can I change the input classes to the search form too and remove the submit box from it so just have to press enter?

    Thank you guys!

    #265940
    vanessenstudio
    Participant

    Without code it might be a bit more work but definitely doable.

    If you want most of your site blocked off for non members you could use a plugin like BuddyPress members only

    For specific blocking of pages, I would use the buddypress settings in combination with Advanced Access Manager
    the latter will allow you to be very narrow with you access permission.

    Good luck 🙂

    #265938
    manm0untain
    Participant

    Extended Buddypress profile fields demands an additional name / username field. This is the case whether you are using Buddypress Usernames Only plugin or not.

    This is only relevant if you require extended profile fields. If you don’t, then go into Buddypress settings and turn off extended profiles. That will remove the requirement for a second name on the registration / profile area.

    If you want to use extended profile fields on BP, but you don’t want the second username / name field uglying up your registration flow, you can do the following.

    You have to be careful with this, because if you hack it, remove the second required name / username field, or any of a dozen other solutions I’ve found – the registration will break down. You will get 500 errors, missing confirmation emails etc.

    The solution I used for this is as follows.

    1. Assuming you just want to use a singular Username for your site – install the Buddypress Usernames Only plugin. It says the plugin is old but it is still working as of WP version 4.7.4 (for me at least). This deals with the display / access of various username / name / fullname / nickname issues throughout the WP / Buddypress install.

    2. Next you’ll need to hide the extra name / username field on the registration area, and the BP profile area. Stick this CSS into your theme custom CSS under Appearance > Customize:

    #profile-edit-form .field_1 { display: none;}
    #signup_form .field_1 { display: none;}

    (I have seen a 3rd line of CSS on other solutions – #register-page p { display: none;} – all this did for me was to hide the confirmation message after the user registers. You probably want that so I’d leave that line out).

    3. The fields should now be hidden, but the system still requires that information to process properly. So next create a file in notepad and save it as name_remove.js

    In that file put the following javascript:

    document.getElementById("signup_username").onchange = function() {myFunction()};
    function myFunction() {
     var x = document.getElementById("signup_username");
    document.getElementById("field_1") .value = x.value
    }

    Save that file and upload it to your theme folder (same folder as functions.php etc). This javascript automatically populates the hidden field with the username, so the system does not complain or fall over.

    4. Finally you need WordPress to pick this javascript file up. You can do that with a function, using file enqueing. Copy and paste this function into your themes functions.php file Appearance > Editor

    function wpb_adding_scripts() {
    wp_register_script('name_field_remove', get_stylesheet_directory_uri() . '/name_remove.js', array('jquery'),'1.1', true);
    wp_enqueue_script('name_field_remove');
    }
    
    add_action( 'wp_enqueue_scripts', 'wpb_adding_scripts' );

    You have to be careful about the path. If it’s not working at this point, you can view the page source of your register page, and search for “name_remove.js” – look at the path on that script line. If the path is wrong, tweak it in the function above (you might need to change the get_stylesheet_directory_uri() part, or the path part after it. You can check if the path is correct by clicking the link to the .js file in the page source. If the path is wrong, you will get a 404 error. If the path is right, you should see the script code contained in the js file. Fiddle around with the path until it’s correct.

    At that point, you have hidden the fields with CSS, and populated the second hidden username / name field automatically with javascript. Test your registration / confirmation email etc to make sure everything is working. But you should be good to go.

    Hope that helps someone. Thanks to the folks I cobbled this solution together from.

    Jay
    Participant

    @6logics – Thanks! This is exactly what I needed to effect the use of BuddyPress email templates with Postman SMTP.

    It’s a shame the core code has to be modified, but until some sort of filter can be provided (eg, “bp_email_force_use_of_templates”), this seems to be our only recourse. Perhaps something along the lines of:

    $must_use_wpmail = apply_filters( 'bp_email_use_wp_mail', $wp_html_emails || ! $is_default_wpmail );
    
    	if ( $must_use_wpmail ) {
    		$to = $email->get( 'to' );
    
    		$use_template = $wp_html_emails && 
    		return wp_mail(
    			array_shift( $to )->get_address(),
    			$email->get( 'subject', 'replace-tokens' ),
    			apply_filters( 'bp_email_force_use_of_templates', false ) ?
    				$email->get_template( 'add-content' ) :
    				$email->get( 'content_plaintext', 'replace-tokens' )
    		);
    	}
    
    spencerchilvers
    Participant

    Hi BuddyPress.

    I’m after assistance with an issue that’s been bugging me for a little while!

    I’ve recently created the site “999online.co.uk” I’m running WordPress 4.7.4 running Buddy theme, and I have installed BuddyPress Version 2.8.2.

    Basically, myself as site admin “999online” can upload and change my own profiles cover photo with ease! My registered users can’t.

    I have ensured “Cover Image Uploads” is TICKED in the BuddyPress settings, but it will still not let my users change their cover photos. It gives you the option tab, but when I open that tab, theres no uploader? I’ve tested it in all browsers, when I test it as myself: 999online, I can see the uploader (in all browsers) when I test it as my user “danielroberts” he can’t upload it – although has the option too!

    What do you think?

    Regards
    Spence.

    vanessenstudio
    Participant

    Hey all,

    I’ve been using buddypress for a year now for my class website. I absolutely love it.
    My theme developer and I have been scratching our heads on this issue that popped up. When writing a message to all users, instead of a notification bar on top, it appears on the bottom.

    Things I’ve tried:

    • deactivate all plugins and activate one by one. When I activate BuddyPress as the only plugin, the notification bar also shows up at the bottom of the page
    • clear out all the css to see what happens, no results
    • clear out all custom functions.php code to see what happens, no results

    I was wondering if I can get a fresh pair of eyes on it, since we can’t figure it out.

    The url is mrvanessen.com but unfortunately you won’t be able to replicate the problem, since you have to be logged in. So here is a screenshot.

    Thanks in advance

    behbeh1
    Participant

    Hi,
    I tried to search on this forum or on the web but can’t find a clear answer …

    How can I use budypress to make a website “social” but to be able to hide some infos for visitors (members profiles, discussions, …) but keeping comments on news or widgets displaying ?

    Is it possible ? How to do that ? With a plugin ?

    Thanks a lot for your answers.

    (Edit : I’m not developer, don’t give me code to change but prefer another plugins/tips 🙂 !)

Viewing 25 results - 10,976 through 11,000 (of 73,984 total)
Skip to toolbar