-
bp-help replied to the topic 1.9 top features – ideas in the forum Requests & Feedback 11 years, 6 months ago
@sooskriszta
Well it would be a nice treat if It did come that early but I believe in setting realistic goals. Since others are adding ideas, I will add that I believe BuddyPress Activity Privacy plugin by @megainfo should be added to the core. It would be sweet if @megainfo would submit a patch. Anyway Cheers! 🙂 -
bp-help replied to the topic URL for Menu to Logged-in User's Profile Page in the forum How-to & Troubleshooting 11 years, 6 months ago
@tracybyrne
Add this to bp-custom.php and it will create a nav menu item that will take the users to their profile.
[Read more]
add_filter( 'wp_nav_menu_items', 'my_nav_menu_profile_link' );
function my_nav_menu_profile_link($menu) {
if (!is_user_logged_in())
return $menu;
else
$profilelink = '<li><a href="' . bp_loggedin_user_domain( '/' ) . '">' .… -
bp-help replied to the topic 1.9 top features – ideas in the forum Requests & Feedback 11 years, 6 months ago
Just my two cents worth but why are you initiating a topic on something that is tangibly 2 years away? I suggest letting the natural flow progression happen unless you are an awesome developer that submits usable patches. I think the core team does a great job and overwhelming them with ideas of a 1.9 version is premature at this juncture.
-
bp-help replied to the topic How can I use BuddyPress XProfile fields to build a dynamic CV? in the forum Creating & Extending 11 years, 6 months ago
@cappazushi
Matter of fact that particular users site moves at a snails pace so in reality whatever they did was garbage because who wants to wait for a site to load when it takes 2-3+ minutes? -
bp-help replied to the topic How can I use BuddyPress XProfile fields to build a dynamic CV? in the forum Creating & Extending 11 years, 6 months ago
@cappazushi
Don’t listen to that BS. If that person that replied above that mentioned that plugin really wanted to help then they would period. That user is a phony and I will leave it at that! -
bp-help replied to the topic changing the redirect page when I log in. in the forum How-to & Troubleshooting 11 years, 6 months ago
-
bp-help replied to the topic Members count missing 1/5 of the actual number? in the forum How-to & Troubleshooting 11 years, 6 months ago
@tux-kapono
Forgot to mention that is the reason for the discrepancy in member numbers in dashboard and members directory page. -
bp-help replied to the topic Members count missing 1/5 of the actual number? in the forum How-to & Troubleshooting 11 years, 6 months ago
@tux-kapono
Actually even though their account is activated after clicking the link in the email they will not show up as members until they actually log in for the first time. Basically they have to show that they are going to be active participants on your site before they are acknowledge as being a member of it. -
bp-help replied to the topic [ Resolved] Lost top menu buttons in the forum How-to & Troubleshooting 11 years, 6 months ago
@nanaimomen
Put the code in either bp-custom.php or in your themes functions.php -
bp-help replied to the topic plugin to manually activate members WP 3.5! in the forum How-to & Troubleshooting 11 years, 6 months ago
@marximusmg
There must be something different between the two sites if they are identical yet that plugin does not work on one of them. You may want to try to retrace your steps to identify what the difference is. Any different plugins, custom functions, etc. -
bp-help replied to the topic plugin to manually activate members WP 3.5! in the forum How-to & Troubleshooting 11 years, 6 months ago
@marximusmg
The only place I know to contact the author is on the plugins page support forum.
On the site that you are using it successfully are you using a different theme? If so you may want to try activating twenty twelve or bp-default to see if there is something in the theme that may be causing the issue. -
bp-help replied to the topic plugin to manually activate members WP 3.5! in the forum How-to & Troubleshooting 11 years, 6 months ago
@marximusmg
Are you aware that the unconfirmed plugin is for multisite? Pending activations has not been updated to work with anything past BP 1.6.4 so maybe you could contact the author on the plugins support page and maybe he will update for BP 1.7+
Good-luck! -
bp-help replied to the topic changing the redirect page when I log in. in the forum How-to & Troubleshooting 11 years, 6 months ago
@haies
You can add the below code to your themes functions.php or bp-custom.php
You can change “profile” in the below code to whatever page you need if profile is not the page you want the user to be redirected too.
[Read more]
function custom_login_redirect_to($user_login, $user) {
bp_core_redirect( get_option('siteurl') . "/profile/"… -
bp-help replied to the topic Disable WP.COM in the forum How-to & Troubleshooting 11 years, 6 months ago
@jaavid
I personally have not tested this for removing gravatars but you could try it:
http://bp-tricks.com/snippets/completely-disable-the-use-of-gravatars-on-your-buddypress-site/ -
bp-help replied to the topic Privacy in BuddyPress in the forum Installing BuddyPress 11 years, 6 months ago
@janogu
BuddyPress now has profile privacy built in for individual field visibility. BuddyPress Activity Privacy plugin is great at controlling who see’s individual activity posts. https://github.com/bphelp/private_community_for_bp does a decent job of locking down BP pages for logged out visitors. BuddyMobile is great for providing users of…[Read more] -
bp-help replied to the topic [Resolved] Changing the default mystery man avatar in the forum How-to & Troubleshooting 11 years, 6 months ago
@henrywright-1
Hey thanks for being a good sport. Sorry I felt inclined to show my sense of humor but I could not pass up the opportunity. On a serious note though, and I am sure you know that plugins are just functions with hooks that has required commented info at the top of the php file. That is really the only difference between a plugin and a…[Read more] -
bp-help replied to the topic [Resolved] Changing the default mystery man avatar in the forum How-to & Troubleshooting 11 years, 6 months ago
@henrywright-1
I have to disagree, a plugin coded well is no different than a function in a themes functions.php if a plugin introduces bugs then that can be nut cracking. On the other hand if you introduce code with syntax errors, and clashing functions then you have essentially cracked your own nuts. No pun intended! 🙂 -
bp-help replied to the topic How to install forum in the forum How-to & Troubleshooting 11 years, 6 months ago
@patrykos360
Screenshot would help us see your issue. As @mercime suggested, you really need to read the codex in the link he supplied. It is straightforward and well documented there. -
bp-help replied to the topic F5 problem with php (Server out of memory) in the forum Ideas 11 years, 6 months ago
@noercijunior
I don’t know where you got this bazaar idea but I tried it and I could not replicate the issue. Maybe it is your ISP because all F5 does is a hard refresh so maybe your ISP is somehow sensing it as a DOS attack because of all the concurrent requests to those sites servers. Sorry but I just could not replicate your issue! - Load More
@bphelp
Active 9 years, 1 month ago