-
bp-help replied to the topic [Resolved] hide profile from non-logged-in users in the forum How-to & Troubleshooting 11 years, 7 months ago
@scotm
Strange, it works perfect for me. Maybe its a plugin interfering because on my install I only have BP, BBPress, and Private Community activated. If I log out it redirects me to the registration. If I click the forum nav button it redirects me to registration as well. Do you have other plugins installed besides the ones I listed? -
bp-help replied to the topic [Resolved] hide profile from non-logged-in users in the forum How-to & Troubleshooting 11 years, 7 months ago
@scotm
If you removed the comments /* */ || bbp_is_single_forum() it should work. I am using a new install of WP 3.5.1 and BP 1.7 and I tested it with the default theme , twenty twelve and the Responsive Theme and it still works for me. Maybe its your theme or a plugin you have installed that is failing. Try a different theme because I can’t…[Read more] -
bp-help replied to the topic [Resolved] hide profile from non-logged-in users in the forum How-to & Troubleshooting 11 years, 7 months ago
@scotm
Please provide a little more info on your install. WP/BP/Themes etc. -
danbpfr replied to the topic Dynamic Page Creation in the forum Creating & Extending 11 years, 7 months ago
don’t procrastinate before testing please ! The function use
bp_get_displayed_user_fullname
So even if you change John to Jim, it stays always to displayed_user_fullnameThe mandatory “Name” field on profile contains the displayed user name and can be changed from the user profile admin. (ak displayed_user_FULLNAME !) which is not first…[Read more]
-
@mercime replied to the topic Features List for Testing in the forum How-to & Troubleshooting 11 years, 8 months ago
@scotm possibly middle of next week to weekend.
-
@mercime replied to the topic Features List for Testing in the forum How-to & Troubleshooting 11 years, 9 months ago
@scotm I’ve started on a checklist to test features of BuddyPress Components for BP 1.7 to be published in BP Codex, got 3 more components to go. It’s looking to be a long list 🙂 If you’d like to contribute to […]
-
Chris Taylor posted a new activity comment 14 years, 6 months ago
@scotm: I’ve recently updated the plugin so it’s more obvious that it removes everything not related to user ID 1 and blog ID 1. This means after deleting the demo data that your WP site is back to the way it was when it was first installed.
-
drmunden posted an update 14 years, 6 months ago
@scotm Hi there. Am quite new to BP, and have so far successfully integrated BP into a custom version of Twentyten theme running WP 3.0. I also need to change the author link from a post (archives, single posts etc.) so that it opens the BP profile window and not the WP user profile admin. Saw your post on this, and wondered – did you ever manage…[Read more]
-
Peterverkooijen posted on the forum topic The BuddyPress UI Design and conceptual approach to Social Networking in the group Miscellaneous: 14 years, 6 months ago
@Scotm (“Give me a P2 groupblog with a cleaned up groups feature and BuddyPress is relevant again…”) That’s kinda where I’m trying to get to. Marius Ooms as well. One of my frustrations is that I can’t figure out how to put the ‘group blog home’ on the ‘group home’ page itself without breaking the Ajax. […]
-
Brajesh Singh posted on the forum topic Hide Admin in the group How-To and Troubleshooting: 14 years, 7 months ago
-
Brajesh Singh posted on the forum topic Hide Admin in the group How-To and Troubleshooting: 14 years, 7 months ago
hi @r-a-y is_site_admin() and is_admin() are very different. is_admin() checks whether you are inside wordpress admin or not.
@scotm
How about making the activity of admin user privateadd_filter("bp_activity_hide_sitewide_before_save","make_admin_activity_private",10,2);
[Read more]
function make_admin_activity_private($hide_sitewide,$activity){
//get the… -
r-a-y posted on the forum topic Hide Admin in the group How-To and Troubleshooting: 14 years, 7 months ago
@scotm – if you read the end of that post, there’s a free solution noted by Brajesh.
-
r-a-y posted on the forum topic How to display description under the name on the profile page in the group How-To and Troubleshooting: 14 years, 7 months ago
Hey @scotm – That’s not the correct usage. What I meant was copy the the template file I listed above in your child theme and remove everything in it. Then use bp_profile_field_data(‘field=YOURFIELD’); to list only the xprofile fields you want to list (no need to use functions and remove actions here). The other method is using […]
-
r-a-y posted on the forum topic How to display description under the name on the profile page in the group How-To and Troubleshooting: 14 years, 7 months ago
@scotm – You have control of the template, of course you can remove the “Name” field! 😉
-
r-a-y posted on the forum topic Hide Admin in the group How-To and Troubleshooting: 14 years, 7 months ago
-
r-a-y posted on the forum topic How to display description under the name on the profile page in the group How-To and Troubleshooting: 14 years, 7 months ago
@scotm – Copy /bp-themes/bp-default/members/single/profile/profile-loop.php and modify to your heart’s content!
You can either delete the profile loop and input the information one by one using the technique above, or omit an item by manipulating the profile loop.
More info…[Read more]
-
Paul Gibbs posted on the forum topic Hide Admin in the group How-To and Troubleshooting: 14 years, 7 months ago
-
r-a-y posted on the forum topic Creating .MO File in the group Creating & Extending: 14 years, 7 months ago
@scotm
Active 8 years, 8 months ago