Search Results for 'buddypress'
-
Search Results
-
I’m specifically trying to modify members-loop.php, but I want to make sure I’m copying the file structure correctly into my child theme before asking any specific questions.
To modify members-loop.php, do I need to copy this file structure to my child theme folder?
buddypress/bp-templates/bp-legacy/buddypress/members/members-loop.phpOr does this need to be accomplished in a different manner?
Thank you!
I am a newbie when it comes to BuddyPress, WordPress etc.
I have installed latest versions of WordPress with Buddypress and EventsManager.
I want to include Events in the activity stream of my group.
My website: http://connect2sa.co.za/streettalk/groups/support/
What I have done:
I have created a group “Support”
I have created a group event
The event is shown in group menu, but not in the activity stream.I have Googled for solutions, but I fear most refer to older versions of BuddyPress (e.g. refer to bp-custom.php, but I can’t find that file anymore).
Is there anyone who can help me?
I don’t want every field to be linkable. How would I go about this?
I am no code expert.
WordPress: 4.2.3
BuddyPress: 2.3.2.1I am using News Pro powered by Genesis. The theme and Genesis is created Studiopress.
Link to profile: http://whateverisonyourmindllc.com/voice/members/wchl23/
Hello, I am a big fan of BuddyPress,
I have installed and recommended it several of websites,
I am small grade web developer with little knowledge of php and other languages.Now I would like to suggest you the biggest demand of the BuddyPress is:
Blog Posting from Front-end, with easy form fields, including predefined categories and tag field.Please don’t recommend thirt-party plugins, they don’t work well, I’ve tried all with my shayari website.
I believe in built-in system of posting from front-end like, status update and I am sure, adding this system to BuddyPress, will take it to highest level in the world of social networking script. All the developers this is my humble request please think about it.
Regards,
ShayariHi, I am just star a WPMU site with buddtpress install in a subdomain, for that do all the required thing like define ” BP_ROOT_BLOG” & modify buddypress internal setting. I do the following thing..
1. My primary domain is example.com
2. Install buddypress in community.example.com
3. Install buddypress comparable theme in community.example.com
4. everything was fine but, when a user want to register to my WPMU from primary domain user will redirect to community.example.com/register/.
5. When a user want to create a subdomain he will able to create a subdomain like subdomain.community.example.com not like subdomain.example.com (which I required).
Please help me how to solve this issue, as I required to register a user under example.com not under community.example.comHi,
Got a couple of general Buddypress questions please:
- Is it possible for new registered users to only access the forum if the admin approves them first?
- Is it possible to add a link/tab for the main forum where it currently has tabs for Activity, Profile, Notifications etc?
- Also, when a user registers, can their login details be emailed to them?
Hi,
I got a problem when I change my email.
I got the following message after changed my email:
=====
There is a pending change of your email address to new_email.
Check your email (old_email) for the verification link. Cancel
=====And I received verification email which sent to new_email but not old_email.
Should the verification send to old_email?I found the code in bp-settings-actions.php may be incorrect:
// Send the verification email wp_mail( $user_email, sprintf( __( '[%s] Verify your new email address', 'buddypress' ), wp_specialchars_decode( bp_get_site_name() ) ), $content );it should be
$old_user_email, right?Topic: Custom Group Single Template
I followed the codex instructions to create a custom group single template (/buddypress/groups/single/index-slug-{slug}.php). It’s recognizing the template which I copied from the home.php. However, it’s not loading the theme header, footer, etc. Ive tested with the Twenty 15 theme and our theme and get the same results. Can someone tell me why it’s not loading the theme template parts?
Thanks
Hello I have a theme with a live notification feature, I asked the creator of the theme about how to add more notifications but he told me it all came from a buddypress notification table, so I should find a way to add the notification behavior on BP and then his add on will took those automatically.
I particularly want 2 more notification behaviors but I don’t really how to start, when you are in a group and you write something in one of the forums of that group, if somebody else write after you I woud like some kind of notification in order to follow the conversation. I tried the subscribe “+” but I didn’t receive nothing on my BP sire, (I can do it by email, but I would prefeer to avoid email notifications).
Same case with comments on products (I have bP and Woocommerce integrated), when somebody write something in a product I would like to automatically subscribe that user to receive updates or notifications if somebody answer him or write after him.
any idea how to adress those behaviors to facilitate the interaction between users?
Thanks!