Search Results for 'buddypress'
-
Search Results
-
I would like all member profiles to be completely private. Members should only be able to access their own profile and nobody elses. Admin accounts should have access as well, but all profiles should be completely private to all other members.
I have done some research and have found a few people looking for similar solutions, but none exactly like this. Additionally, it appears there may have been some plugins in the past that would have helped but I can no longer find them in the wordpress plugin repository.
Does anyone know of any plugins or custom code I could add to bp-custom.php to accomplish this?
Thanks in advance!
Hi guys, in my custom theme I would like to display the latest forum topics. In order to do so I thought I could use this function So I copied the html/php code in my frontpage.php. It returns nothing, not even the
Sorry, there were no forum topics found.
message.
I turned WP_DEBUG to
trueand found this message:
Fatal error: Call to undefined function bp_has_forum_topics() in /Users/boriskamp/Documents/Local Websites/MSM/wp-content/themes/Military-Scale-Modelling/front-page.php on line 122
Im using a child theme of the BuddyBoss theme.what’s wrong here?
Thanks!Hi.
I’ve change my member-loop.php file so that some field appear :
<?php if ( bp_get_member_profile_data( 'field=Country' ) ) : ?> <?php echo bp_member_profile_data( 'field=Country' ); ?>What I need now is this field to be linked. I mean I want this to be clickable and when someone lick on it, it redirect to users directory and show every users who have the same Country in ‘ Country Field ‘. It’s working on single profile page but not in Member loop.
Topic: Activity Stream
Righty-ho,
I am getting there with cutting out elements of the site-wide activity stream. I have tried using activity_updates with Imath’s code
if(function_exists('buddypress')): function imath_activivity_dont_save( $activity_object ) { // friendship_created is fired when a member accepts a friend request // joined_group is fired when a member joins a group. $exclude = array( 'friendship_created', 'joined_group', 'new_member', 'new_avatar', 'updated_profile','activity_updates' ); // if the activity type is empty, it stops BuddyPress BP_Activity_Activity::save() function if( in_array( $activity_object->type, $exclude ) ) $activity_object->type = false; } add_action('bp_activity_before_save', 'imath_activivity_dont_save', 10, 1 ); endif;But this stops the capability to post an update accross the site. Can anyone let me know what does stop these postings to site-wide activity Tab but still allow users to post in their own profile?
Thanks in advance
Hi,
I’m working on a web application based on WordPress. We have decided upon a specific template that is not compatibel with BuddyPress.
When I go to any BuddyPress page like profile there is basic info displayed and all-in-all it doesn’t look horrible…but it is no ok.Is there somewhere a tutorial/video on how to make this working? I have gone through the tech docs and I have a pretty good idea where to go and solve the problem but still…I don’t get it!
Cheers,
MarioMy issues displayed in a video w/ commentary to make it easy to understand:
[EDIT] youtube error: video removed by user.1st issue (wordpress): 0:00
-Sub menu from main menu no longer popping up for some reason, when I refresh I can see it for a second but then it disappears, its got to be some type of bug2nd issue (buddypress): 1:41
– Content under each buddypress profile item is invisible and glitched all of a sudden, wasn’t an hour ago
3rd issue (wordpress): 3:04
– Related to 1st issueI think that all issues might be related because they all started happening at once, can too much be going on in my website at once creating a logic error? Give me some ideas on what I can do!!! THANKKS SO MUCH! my site will be sick when it all works and its pretty(ier).
Hi there,
I want to moderate group posts in my buddyPress site. I did moderate forums/topics in bbPress using bbpress moderation plugin but I want to moderate Posts in groups too, which I couldn’t. Is there any trick or plugin available for this?
Thanx a lot..
I realize buddypress used to have it, and I have seen convincing on here that somebody else knows better and its best not to have avatar on upload. If you take a poll on that one, you will most likely find out that 90% want at least an option to have avatar upload on registration.
There is a plug in for that that does not work on mobile and has a somewhat shady contact links.
Its such a basic thing, we should not be looking for plugins for it in the first plaace.
please re-think your stance on this, and at least offer it as an option in admin menu
When I check my extended Admin profile, I have this message. Also, if I want to edit my profile from the buddypress menu structure it links to a 404 page.
Where can I change this. Also, another user is checked as active but displays the same warning text.
(sorry for my English).
thanks
ill try this over on the wordpress support but im covering all bases by placing this here.
When i try log in to the wordpress dashboard i get the usual log in page but it logs me into a buddypress account and brings me back to the site as opposed to the wordpress dashboard.
Can you help?
Hi guys,
Does anyone know how to, or if it’s even possible to integrate a connected user profile/sign up with the phpprobid script/software?
Meaning, if someone signs up on the site, their account will automatically be the same for the script and with buddypress?
Is that possible?
Thanks!
John