Search Results for 'buddypress'
-
Search Results
-
How do you pass xprofile user data to prefill forms? I am using EventOn and tried xprofile_get_field_data(‘Undergraduate College/University’), but it wasn’t working. The function is below. Do I need to somehow let this function know it’s a buddypress call?
// Prefill form fields function prefill($current_user, $field){ if($current_user){ switch ($field) { case 'email': echo $current_user->user_email; break; case 'first_name': echo $current_user->user_firstname; break; case 'last_name': echo $current_user->user_lastname; break; case 'evors_addf1_1': echo xprofile_get_field_data( 'Undergraduate College/University' ); break; } }else{ return null;} }Topic: BuddyPress and WordPress
Hi,
I want to start a social media network. I have a website with Wix. Once that expires, I will be coming over to WordPress. However for now I want to set up a social media network and am wondering if I need a WordPress account in order to set up a BuddyPress account?
Topic: Buddypress on multisite
OK I am running a site that will be supporting multiple games. Right now the first one I’ve got running is /sbs dub domain. When someone clicks their profile it redirects them to their page at the main domain. When this happens, the page is different so it confuses people. How do I keep them on /sbs at all times? Also, can I use separate BP installs for each subdomain while using multisite? Or would i need to use separate wordpress installations?
I’m interested in setting up a BuddyPress powered site with the integrated bbPress Forum functionality. However, just installed v2.3.2.1 and not seeing Discussion Forums option under the Available Components Tab. What am I missing here?
Hi Guys,
I am using WP version 4.2.2 and BuddyPress version 2.3.2.1.
I got the problem, that BuddyPress is not creating the pages automatically after the installation. So the plugin tells me to create the member page, the activity stream and so on. I tried it now about 5 times with different ways (installation with the admin tool in WP, FTP transfer)
Is there any way to fix that problem or is the template available for the pages so that I can create them by myself?
The website can be found here: http://v2.germansimracing.de
Thanks so much for your help,
JulianI had installed buddypress plugin on my website http://www.campus.sutrasoftwares.in.
but after some days 508 errors were become common.One suggest me to deactivate buddypress, i did that and now no errors.But i want to use buddypress to start a community on my website .PLease tell me how to use it by getting rid of 508 errors.
Thanks in advance.Hi !
I am new to buddypress and I am trying to figure out if it fits my needs. So far it looks amazing but I ran into a problem while individualising it. I’ve created a custom login page and I want to redirect all logged-out users to it.
The problem I ran into is that there a pages on which I don’t want to redirect users. Such pages like registration and activation for example. What worked for me here is that I used bp_is_register_page() and bp_is_activation_page() to check against those but I also need to be able to check against custom pages.
I figured out that those functions mentioned above use bp_is_current_component(). I thought about creating or registrating my own component to be able to check against but I did not figure out how that works.
Any help would be appreciated.
Cheers, nicky
Buddypress 2.3.2.1
Wordpress WordPress 4.2.2
Site http://thailandnaturist.com/I am running a website in dual language, English and Thai using Polylang.
Eventhough buddypress is not in Thai I would like the menu to stay in Thai.
So I created duplicate of activity, members and groups pages in Thai.
My problem is now, how do I get fx http://thailandnaturist.com/activity-thai/ to show the same activity stream as http://thailandnaturist.com/activity/
And similar for members and groups.
Thank you very much in advance.