-
Brajesh Singh replied to the topic [Resolved] Installed on WordPress Mulitisite but can't see buddypress on my site in the forum Installing BuddyPress 11 years, 8 months ago
Are you doing it on a live site? Is your Theme BuddyPress compatible. For BuddyPress 1.6.x, the BuddyPress features are only available to BuddyPress enabled theme. In BuddyPress 1.7, BuddyPress automatically […]
-
Brajesh Singh replied to the topic [Resolved] Installed on WordPress Mulitisite but can't see buddypress on my site in the forum Installing BuddyPress 11 years, 8 months ago
You will need to configure BuddyPress before it comes into action.
Look for the notice in the Network admin. If it is not there, just click Network Admin-> Settings->BuddyPress and you should see the […]
-
Brajesh Singh replied to the topic How to split out BuddyPress notifications drop down items to their own top level in the forum Installing BuddyPress 11 years, 8 months ago
Hi,
Have a look at this functionbp_core_get_notifications_for_user here https://github.com/buddypress/trunk/blob/master/bp-members/bp-members-notifications.php#L83
You can modify it to suit your need(this […]
-
Brajesh Singh replied to the topic Auto ”load more” activity stream items when scroll reaches the bottom of the page in the forum Creating & Extending 11 years, 8 months ago
@bphelp
Thank you for the mention.
I just put that for the community as I was implementing it in one of my upcoming themes(too much delayed).It is not about competition, It is about making the things […]
-
Brajesh Singh replied to the topic pagination of query not working in spasfic tab page in the forum Miscellaneous 11 years, 8 months ago
make sure you have passed the ‘paged’ parameter with the correct value in query posts.
-
Brajesh Singh replied to the topic How to remove auto generated links in user profile? in the forum Installing BuddyPress 11 years, 8 months ago
Look for spaces before the opening php tag
<?php
Make sure you don't have white spaces before the opening php tag and the closing php tag(from your description, It is before the opening php tag).That will […]
-
Brajesh Singh replied to the topic Users create new site after registration in the forum How-to & Troubleshooting 11 years, 8 months ago
Yes.
He can create it from Blog Directory. You will see the link in blogs directory if you are logged in to create a blog. -
Brajesh Singh replied to the topic [Resolved] BP 1.7 – what is this message intended for ? in the forum Installing BuddyPress 11 years, 8 months ago
Hi @chouf1
sorry I could not follow up.
That message is intended for debugging the site and will be visible if WP_DEBUG is set true as you have already noticed.It is there to aid the developers/site admin to […]
-
Brajesh Singh replied to the topic [Resolved] How To Limit/Hide The "Friends" Tab Only To Account Owner & Admin? in the forum How-to & Troubleshooting 11 years, 8 months ago
No problem. You are most welcome 🙂
-
Brajesh Singh replied to the topic [Resolved] How To Limit/Hide The "Friends" Tab Only To Account Owner & Admin? in the forum How-to & Troubleshooting 11 years, 8 months ago
You Can put this code in your bp-custom.php and It will take care of your issue
`
add_action(‘bp_friends_setup_nav’,’bpdev_custom_hide_friends_if_not_self’);function […]
-
Brajesh Singh replied to the topic pointers for : change avatar – nag bar in the forum Creating & Extending 11 years, 9 months ago
The simple way is to add a usser meta field when an avatar is uploaded. delete the meta when avatar is deleted and check for this usermeta to show the nag to the current user.
-
Brajesh Singh replied to the topic [Resolved] Disabling BP Registration in the forum How-to & Troubleshooting 11 years, 9 months ago
do not add it to your bp-custom.php
Add it to your theme’s functions.php for now, and It will work. -
Brajesh Singh replied to the topic Restrict friends on Buddypress in the forum Creating & Extending 11 years, 9 months ago
I will suggest going via the user meta route. You can add a user meta to define type of user. that will give you a lot of flexibility in future while searching/listing users.
-
Brajesh Singh replied to the topic [Resolved] BP 1.7 – what is this message intended for ? in the forum Installing BuddyPress 11 years, 9 months ago
Most probably the code you are using is trying to access logged in user’s data before init action. Since the current user is set on ‘set_current_user’ hook’ which is just before init, any function trying to access […]
-
Brajesh Singh replied to the topic Member Profile in the forum How-to & Troubleshooting 11 years, 9 months ago
Hi,
It is coming from members/single/profile-loop.phpIt seems you don’t have the xprofile fields(or the user has not entered data) or you have some sort of privacy enabled on those fields which are preventing […]
-
Brajesh Singh replied to the topic Restrict friends on Buddypress in the forum Creating & Extending 11 years, 9 months ago
You can do that by easily filtering on this hook
bp_get_add_friend_button
If you can provide the code you are using to differentiate a user type(parents/student/professor), It will be super easy to put the […] -
Brajesh Singh replied to the topic Member Profile in the forum How-to & Troubleshooting 11 years, 9 months ago
Are you looking to show in memebrs profile top header ?
if yes, look inside yourtheme/members/single/member-header.php -
Brajesh Singh replied to the topic Avatar issues ???!!?? in the forum How-to & Troubleshooting 11 years, 9 months ago
It is a known issue and some of the temporary possible solutions are mentioned on the ticket here.
Please have a look
https://buddypress.trac.wordpress.org/ticket/4252 -
Brajesh Singh replied to the topic [Resolved] Installing Problems – permalinks in the forum Installing BuddyPress 11 years, 9 months ago
Hi Nicholas,
the most probable reason for the error is the space in the name of your installation directory.Avoid using a directory having space in the name try creating a new install with “SideProjects” […]
-
Brajesh Singh replied to the topic 404 errors with terms.asp?cat= in the forum How-to & Troubleshooting 11 years, 9 months ago
Hi Miguel,
The problem is google is still looking for the old urls.
When moving a site from one platform to another, the best practice is to use 301 redirect for the old urls(if possible).Since you have […]
- Load More
@sbrajesh
Active 1 year ago