Brajesh Singh
Interests
blogging,wordpress,wpmu,buddypress,music,novels...and life
-
Brajesh Singh replied to the forum topic hide admin from members list in the group How-To and Troubleshooting
-
Brajesh Singh replied to the forum topic Updated/ing plugins - Limit Groups Per User, bp group tags in the group Creating & Extending
@wedeem
Thank you but I had updated the plugin on 10th September with the exact same changeshttps://github.com/sbrajesh/limit-groups-per-user
I missed to put it on wp repo. will do that today.
Thank you.
-
Brajesh Singh replied to the forum topic Profile links & member pages in the group How-To and Troubleshooting
Hi there,
The url may not be exactly as you wanted(since the profile becomes default component, the profile slug is not shown in the url for the first time), but the tab opened on user profile should be profile […] -
Seem like you are using standard wordpress. You will need to enable the multisite mode.
here is the codex page for thathttp://codex.wordpress.org/Create_A_Network
hope that helps.
-
Brajesh Singh replied to the forum topic Display age on profile page in the group How-To and Troubleshooting
No problem. glad it helped
-
Brajesh Singh replied to the forum topic Username availability checker for your site in the group Third Party Components & Plugins
Thank you @mikey3d for letting me know. Glad you got it solved
-
Brajesh Singh replied to the forum topic Profile links & member pages in the group How-To and Troubleshooting
put this either in bp-custom.php or wp-config.php
define('BP_DEFAULT_COMPONENT','profile');That will do it.
-
Brajesh Singh replied to the forum topic Display age on profile page in the group How-To and Troubleshooting
@kirkslater,
Since you asked it in another thread, here is what you needPut this function in your functions.php or bp-custom.php
`
/**
* Get Age from BuddyPress date of Birth
* @param string […] -
Brajesh Singh replied to the forum topic Profile fields in members list on groups page in the group How-To and Troubleshooting
@kirkslater,
you are most welcome. Checking that thread in a minute
-
Brajesh Singh replied to the forum topic Username availability checker for your site in the group Third Party Components & Plugins
Hi,
It may be a css or javascript issue. Do you see any error in the console?
Can you check and make sure you get something like this in the html tab of […] -
Brajesh Singh posted an update
@mikey3d Can you please open a ticket on the github repo with details(WP/BP version) or open a topic here in the forum so we can discuss. It is working for me on wordpress multisite 3.2.1 and Bp trunk.
The two places are for different purposes. The github page is for the development version/issue tracking etc while the link on site is for the…[Read more]
-
Brajesh Singh replied to the forum topic Profile fields in members list on groups page in the group How-To and Troubleshooting
Try this
just pass bp_get_group_member_id() as the second parameter to xprofile_get_field_data.
-
Brajesh Singh posted an update
@scorpio.vivek thank you Vivek
I hope you got that resolved. Sorry for my delayed reply. -
Brajesh Singh posted an update
@mikey3d @mikey3d @mikey3d have you tried the update from here https://github.com/sbrajesh/bpdev-username-availability-checker
-
Congratulation Team BP! Specially JJJ, Boone and DjPaul for this awesome feat

Great work guys
-
Brajesh Singh replied to the forum topic Reply is not working in Activity page in the group How-To and Troubleshooting
You seem to be using older version of BuddyPress/ Bp-theme.
Upgrade your BuddyPress(and also the theme if you are using a different theme than bp-default). This is happening because the jquery included in wp3.2 is jquery v […]
-
Brajesh Singh replied to the forum topic Getting a fatal error. Pls help me. in the group How-To and Troubleshooting
You will need to upgrade your BuddyPress to 1.2.9.
Upgrade the BP and It will be fixed. -
Brajesh Singh posted on the forum topic Urgent: Usernames with dashes not working properly in the group How-To and Troubleshooting
Hi Greg, which version of wp/bp you are using. Also, is it multisite install(I guess, It is). Have you used anything to enable spaces in username, because wpms/bp does not allow spaces in name by default?
-
Brajesh Singh posted on the forum topic Urgent: Usernames with dashes not working properly in the group How-To and Troubleshooting
Hi Greg,
Put this in bp-custom.phpdefine('BP_ENABLE_USERNAME_COMPATIBILITY_MODE',true);this should allow you to see their profile.
-
put this in your bp-custom.php and change the redirect page url properly.
`
add_action(“template_redirect”,”my_redirect”);
function my_redirect(){if( !is_user_logged_in()&&is_front_page()){
wp_safe_redirect(get_bloginfo(‘wpurl’).”/about”); […]
- Load More