-
bp-help replied to the topic Limit number of users and groups in the forum How-to & Troubleshooting 11 years, 4 months ago
-
bp-help started the topic Creating New Plugins in the forum Installing BuddyPress 11 years, 4 months ago
I usually only give out help but now I need some advice from real BP developers. I don’t intend to sound like I do not appreciate others advice but this is strictly geared more for real BP developers. Anyways on with my question. I have a plugin I submitted to the repository you can examine it…[Read more]
-
walvin replied to the topic Im Multisite , Remove SITES Fields from Profile Nav in the forum How-to & Troubleshooting 11 years, 5 months ago
Thanks for the code @sbrajesh
I had the same issue, so I added it to my bp-custom.php and it worked liked a charm.
-
Henry replied to the topic [Resolved] Conditional check for activate page in the forum How-to & Troubleshooting 11 years, 5 months ago
thanks again @sbrajesh – i shouldn’t have assumed exiting was automatic!
-
Henry replied to the topic [Resolved] Conditional check for activate page in the forum How-to & Troubleshooting 11 years, 5 months ago
@sbrajesh thank you! Adding
exit(0);
nailed it!bp_is_current_component( ‘activate’ )
and‘activate’ == bp_is_current_component()
andbp_is_activation_page()
andis_page('activate')
all work by themselves – it was my function that was missing an exit statement that was the problem. Thanks to @sbrajesh it’s all sorted now. -
Henry replied to the topic [Resolved] Conditional check for activate page in the forum How-to & Troubleshooting 11 years, 5 months ago
Hi @sbrajesh
Have you tested
bp_is_activation_page()
recently? Both that andbp_is_current_component( 'activate' )
don’t seem to be working for me even though similar functions such asbp_is_register_page()
work perfectly. -
@mercime replied to the topic "Create a Page" functionality in BuddyPress? in the forum Ideas 11 years, 5 months ago
@rickkumar you can post an enhancement request in BuddyPress Trac. Heard that @sbrajesh is coming out with a BP Pages plugin sometime this month or next.
-
bp-help replied to the topic Redirect Homepage to Profile Page if Logged in in the forum How-to & Troubleshooting 11 years, 5 months ago
@luckyrajiv
Try the snippets I provided in the below thread courtesy of @sbrajesh:
https://buddypress.org/support/topic/redirect-to-profile-page/ -
bp-help replied to the topic Post Link appears thrice in the forum How-to & Troubleshooting 11 years, 5 months ago
@sarathbabu_k @mercime @sbrajesh
Theme used is Bp Nicey.
-
bp-help replied to the topic redirect to profile page? in the forum How-to & Troubleshooting 11 years, 5 months ago
@famous
To redirect to profile add the following code courtesy of @sbrajesh at BuddyDev to your bp-custom.php :
/*Make sure profile is default component*/
define('BP_DEFAULT_COMPONENT','profile');/*let us filter where to redirect */
add_filter("login_redirect","bpdev_redirect_to_profile",10,3);function…[Read more]
-
Ben Hansen replied to the topic Best way to limit friend requests to avoid spam in the forum How-to & Troubleshooting 11 years, 5 months ago
some great plugins there thanks for sharing @sbrajesh and @bp-help
-
bp-help replied to the topic Best way to limit friend requests to avoid spam in the forum How-to & Troubleshooting 11 years, 5 months ago
@funmi-omoba @sooskriszta @tifire @ubernaut @patricksaad
Thanks to the hard work of @sbrajesh at BuddyDev we now have a solution get it here: -
funmi omoba replied to the topic Best way to limit friend requests to avoid spam in the forum How-to & Troubleshooting 11 years, 5 months ago
@sbrajesh, thanks for all your great work for bp community. if there is a way to limit message a user can send aswell, let say 10 messages in 30min etc that will be great.
Sometimes, human spam will sign up and send messages to hundreds of users.
-
bp-help replied to the topic Best way to limit friend requests to avoid spam in the forum How-to & Troubleshooting 11 years, 5 months ago
@sbrajesh
Your welcome sir!
I look forward to this new plugin you will release I think you are really closing a gap that needed to be closed. By the way BP User Profile Visibility plugin rocks. Thanks once again for the awesome plugins and all the hard work you put forth, I respect you immensely! -
OC2PS replied to the topic Best way to limit friend requests to avoid spam in the forum How-to & Troubleshooting 11 years, 5 months ago
@sbrajesh Yup, I can see that use case. I meant the plugin is useless for this particular purpose.
As far as Friendship request throttling is concerned, I am about to release a plugin today which does allows site admins to limit the no. of requests sent per minute(or you can set say 30 requests per 60 mins, that flexibility lies with the site…
-
bp-help replied to the topic Best way to limit friend requests to avoid spam in the forum How-to & Troubleshooting 11 years, 5 months ago
There is a new premium plugin out by BuddyDev called BuddyPress Limit Frienship check it out here:
This should help you folks out @tim_marston @ubernaut @sooskriszta . Another great job @sbrajesh ! -
Anonymous started the topic Mentions Count and Displaying Zero in the forum How-to & Troubleshooting 11 years, 5 months ago
Hi,
I am trying to show the number of new mentions associated with the logged in users profile.
I have found this page http://buddydev.com/support/forums/topic/at-mention-notification/ … I have used the last code provided by @sbrajesh
//at mention
add_action( 'bp_adminbar_menus', 'user_show_mentione_count_in_adminbar',20 );
function…[Read more]
-
@mercime replied to the topic BuddyPress Menu Add in the forum How-to & Troubleshooting 11 years, 8 months ago
@webifiedgeek That would require some custom development. To start you off, see how @sbrajesh has implemented setting up menu and sub-menu in the user(s) profile page with page only seen by the logged in user and […]
-
danbpfr replied to the topic [Resolved] BP 1.7 – what is this message intended for ? in the forum Installing BuddyPress 11 years, 8 months ago
For help or guidance on the french BP support forum, it’s as important for me to undestand such error messages clearly. Thank you again !
-
danbpfr replied to the topic [Resolved] BP 1.7 – what is this message intended for ? in the forum Installing BuddyPress 11 years, 8 months ago
For help or guidance on the french BP support forum, it’s as important for me to undestand such error messages clearly. Thank you again !
- Load More
@sbrajesh
Active 1 year ago