Search Results for 'wordpress'
-
Search Results
-
Wordpress version: WordPress 4.4.5
Buddypress version: 2.6.1.1
designing on localhost using XAMPPI have successfully added a new tab in the groups index page called “custom” using the instructions found here:
Now that I have created it, I would like to be able to filter the groups loop once a user has clicked on that tab. How would I do that? Is there a way to do it with ajax exactly like its happening with the “all groups” and “my groups” tabs?
Thank you in advance for your help!
Hi, i just installed buddy press using latest versions of wordpress, X and wpgeodirectory.
The Activation URL I get in the email after registering is dead.
Can you help?
I’m developing a plugin that adds a custom group home page (
groups/single/front.php. The page will display the latest activity for each component that as active for the group. In the template, I’m checking withbp_is_active( {component} ).The problem is that some of the components return false even though they are active, a tab is displayed for them.
Only xprofile, activity, docs and members return true.
global $bp;returns["loaded_components"]=> ["loaded_components"]=> array(8) { ["forums"]=> string(6) "forums" ["members"]=> string(7) "members" ["profile"]=> string(8) "xprofile" ["activity"]=> string(8) "activity" ["groups"]=> string(6) "groups" ["settings"]=> string(8) "settings" ["events"]=> string(4) "bpeo" ["docs"]=> string(7) "bp_docs" }["active_components"]=> array(6) { ["xprofile"]=> string(1) "1" ["settings"]=> string(1) "1" ["activity"]=> string(1) "1" ["groups"]=> string(1) "1" ["members"]=> string(1) "1" ["bp_docs"]=> string(1) "1" }In the template:
<?php if ( bp_is_active( 'xprofile' ) ) : ?> <div class="buddypress-module xprofile intro">Intro</div> <?php endif; ?> <?php if ( bp_is_active( 'activity' ) ) : ?> <div class="buddypress-module activity">Activity</div> <?php endif; ?> <?php if ( bp_is_active( 'forums' ) ) : ?> <div class="buddypress-module forums replies">Replies</div> <div class="buddypress-module forums topics">Topics</div> <?php endif; ?> <?php if ( bp_is_active( 'blogs' ) ) : ?> <div class="buddypress-module blogs">Blogs</div> <?php endif; ?> <?php if ( bp_is_active( 'events' ) ) : ?> <div class="buddypress-module events">Events</div> <?php endif; ?> <?php if ( bp_is_active( 'bp_docs' ) ) : ?> <div class="buddypress-module docs">Docs</div> <?php endif; ?> <?php if ( bp_is_active( 'members' ) ) : ?> <div class="buddypress-module members">Members</div> <?php endif; ?>`Confirmed with twentysixteen
WordPress 4.6.1
BuddyPress 2.7.2Topic: custom theme and BP
Hi there,
I’ve created my own theme for WP and currently fitting it into BuddyPress. But I faced with problem, BP only loads from “parent” WP theme page “content.php”. When I trying to create pages such as page.php, buddypress.php, community.php so when i trying to reach for example site.dom/register/ it loads only page but without BP child theme, content etc.
It happens only with my theme, no problem with original WordPress at all. where could be a problem?
WP version 4.6.1
BP version 2.7.2Hi,
I want to setup a small social community on my wordpress site (http://madtrash.com). This community should only be used by MAD Magazine collectors around the world. They should have the following abilities:– Sending and receiving message from other collectors
– Create profile page, where they can present their comic collection with text and pictures (no activity stream)I’m sure the first point is not a problem with buddypress, but I’m unsure about the second point. Is it possible to deactivate the activity stream completely and replace it with a kind of extended profile page? The user should be able to modify this profile page whenever required, simply like a normal wordpress page.
Any help is much appreciated!
Thanks, Bernd
Hey,
I’m using WordPress version 4.6.1, Buddypress version 2.7.2.
I wanted to know if I can allow special characters (“_” and “.”) in member’s url.
Right now, period (“.”) is getting converted into hyphen (“-“) and underscore is not allowed.
Any way to override this? Would greatly appreciate your help.
Thanks
I am stumped as to how I can change the content of my members page. I have linked the Buddypress Members page to a blank WordPress Members page. When I set up my site several months ago, I wrote some content that is displayed above the search bar and the member directory. However, I am unable to find out how to change that content now.
As part of my troubleshooting, I disassociated the WP Members page and associated the WP Blog page to the BP Members page. The content was the same, so it’s got to be associated with BP in some way, but I cannot, or the life of me, figure out how to change the content on the member directory page.
I have the latest version of WP, and the latest version of BP (2.7.2). The page in question is: https://www.theketopros.com/members/
Am building a food and grocery and I have added BuddyPress to add a social network to it. which plugin will I use to add profile pictures and profile cover and any other plugin that can make the community look cool , almost like facebook? Thank you in advance to any helper. Am using Despacho theme with WordPress 4.6.1 and BuddyPress 2.7.2.
My wordpress version is : 4.6.1
Buddypress version : 2.7.2
The theme Im using is : Woffice 1.5.0
My site is still hosted in localhostI have installed buddypress and it is working finely. But in the wordpress dashboard I could not see Groups column and in my profile menu there is no Friends link…… Please help me
I mean how can I invite users to the website or how can they create a profile and join the website??? This an intranet site
I’m using WordPress 4.6.1 and Buddypress 2.7.2 with theme Electa, version: 1.3.01 by Kaira.
I created a group to check out that BP feature. But the ONLY thing I could do in the group was post a status update. Is that all? That’s no different than then the activity stream.
Please let me know if I missing something!
Thanks. 🙂
I’m using WordPress 4.6.1 and Buddypress 2.7.2 with theme Electa, version: 1.3.01 by Kaira.
Whenever I try to upload a profile cover photo, or avatar, the progress bar gets to the end as if it uploaded, but then nothing happens, and my site hangs and stops responding for at least 1 or 2 minutes.
Any help would be appreciated! Thanks!
