-
Brajesh Singh replied to the forum topic Profile fields in members list on groups page in the group How-To and Troubleshooting 13 years, 12 months ago
Try this
just pass bp_get_group_member_id() as the second parameter to xprofile_get_field_data. -
Brajesh Singh posted an update 13 years, 12 months ago
@scorpio.vivek thank you Vivek 🙂 I hope you got that resolved. Sorry for my delayed reply.
-
Brajesh Singh posted an update 13 years, 12 months ago
@mikey3d @mikey3d @mikey3d have you tried the update from here https://github.com/sbrajesh/bpdev-username-availability-checker
-
Brajesh Singh commented on the post, BuddyPress 1.5 now available!, on the site BuddyPress.org 14 years ago
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 14 years, 2 months ago
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 14 years, 2 months ago
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 14 years, 2 months ago
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 14 years, 2 months ago
Hi Greg,
Put this in bp-custom.phpdefine('BP_ENABLE_USERNAME_COMPATIBILITY_MODE',true);
this should allow you to see their profile. -
Brajesh Singh posted on the forum topic Hide Homepage in the group How-To and Troubleshooting 14 years, 2 months ago
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”); […]
-
Brajesh Singh posted on the forum topic What's the best way to edit/override core functions? in the group Creating & Extending 14 years, 2 months ago
Hi Matt,
The best way would be to look for a filter in those functions and then change the output by adding your own functions on those filters.There is no way to tell wordpress to unregister a function unless it is used […]
-
Brajesh Singh posted on the forum topic Where to submit patch in the group CubePoints Buddypress Integration: 14 years, 3 months ago
@xberserker,
sorry Tosh. I should have followed back. yes, that is the post.
I tried to document the process a little, but not in details there.Looking forward to your update and the documentation 🙂
-
Brajesh Singh posted on the forum topic Letting the user upload a custom background? in the group How-To and Troubleshooting: 14 years, 3 months ago
@findly.tk
ooh wow, I never thought about that. I am updating it today again and that will allow users to choose this. nice point 🙂 -
Brajesh Singh posted on the forum topic Sign-up redirects to Registration which goes nowhere… in the group How-To and Troubleshooting: 14 years, 3 months ago
@blueinkalchemist
There seems something strange with the urls though.
It works
http://designatedsketcher.maidenhosting.com/category/contestas well as this one
https://thedesignatedsketcher.com/category/contestHow do you manage to do that. That might have something to do with the conflict. hopefully, It will help further to understand the issue.
-
Brajesh Singh posted on the forum topic Where to submit patch in the group CubePoints Buddypress Integration: 14 years, 3 months ago
there is one more action required though(included in the patch)
do_action("bp_cubepoint_settings_updated");//allow other plugins to hook here and update their settings on save
-
Brajesh Singh posted on the forum topic Where to submit patch in the group CubePoints Buddypress Integration: 14 years, 3 months ago
@xberserker
Hi Tosh,
yes, that was the only thing required. Everything else is delegated to the plugin developer. In my case, I am able to give points/deduct points. record the log 🙂 was busy yesterday so could not put the post but it is certainly coming today 🙂 -
Brajesh Singh posted on the forum topic WordPress V 3.1.3 Big compability probleme and troubleshooting. Help! in the group How-To and Troubleshooting: 14 years, 3 months ago
Hi,
It most probably seems like javascript conflict/error.
Do you use firefox. If yes, check the console(Even better if you use firebug addon) and please let us know if you see any error there ? -
Brajesh Singh posted on the forum topic it redirects my user to wp-admin instead of homepage which i dont like in the group Creating & Extending: 14 years, 3 months ago
@hnla, completely agree about the trouble shooting steps. Since the code is spread in all the places(bp-custom.php/plugins/themes functions.php). It is really difficult sometime to find the culprit. Appreciate the steps you guys suggest and follow for the purpose. Let us have some feedback from Naved to find the error 🙂
-
Brajesh Singh posted on the forum topic it redirects my user to wp-admin instead of homepage which i dont like in the group Creating & Extending: 14 years, 3 months ago
-
Brajesh Singh posted on the forum topic Sign-up redirects to Registration which goes nowhere… in the group How-To and Troubleshooting: 14 years, 3 months ago
Can you confirm the the pretty permalink is working for pages, post. Just curious.
Also, is it possible that you may link the site here, so we may check it in action ? -
Brajesh Singh posted on the forum topic Letting the user upload a custom background? in the group How-To and Troubleshooting: 14 years, 3 months ago
thank you Bowe.
Looking forward to that 🙂 - Load More
@sbrajesh
Active 1 month ago