-
Scotm posted on the forum topic buddypress.org: Location in the profiles in the group Requests & Feedback: 14 years, 6 months ago
@apeatling This worked fine for me. Thanks.
-
Scotm posted on the forum topic Hide Admin in the group How-To and Troubleshooting: 14 years, 7 months ago
Just caught wind of this plugin to hide admin activity: https://wordpress.org/extend/plugins/bp-ninja/
-
Scotm posted on the forum topic Hide Admin in the group How-To and Troubleshooting: 14 years, 7 months ago
No luck with that code to hide Admin activity. Can you pastebin to make sure I have it clean?
-
Scotm posted an update 14 years, 7 months ago
@sbrajesh So does that go in functions.php in my child theme?
-
Scotm posted on the forum topic Hide Admin in the group How-To and Troubleshooting: 14 years, 7 months ago
@sbrajesh I’m going to try that…Thanks
-
Scotm posted on the forum topic Hide Admin in the group How-To and Troubleshooting: 14 years, 7 months ago
Tried it, errors.
-
Scotm posted on the forum topic Hide Admin in the group How-To and Troubleshooting: 14 years, 7 months ago
Saw that one…premium.
-
Scotm 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
@r-a-y Gotcha. Thanks for the help…
-
Scotm 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
@r-a-y I’m reaching here to figure this out:
function my_bp_xprofile_name() {
bp_profile_field_data(‘field=Name’);
}
remove_action(‘my_bp_xprofile_name’); -
Scotm 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
@r-a-y Using the technique above, preferred, can you also remove individual items such as the required ‘Name’ for instance? I see no reason why this field is displayed when it is provided above adjacent to the user avatar. Or am I hearing that omission must be done by manipulating the profile loop?
-
Scotm 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
@r-a-y After doing this, how do you remove the field from also displaying below?
-
Scotm posted on the forum topic Hide Admin in the group How-To and Troubleshooting: 14 years, 7 months ago
@DJPaul Any activity that the Admin carries out in my opinion should be hidden. Starting a Group, a forum topic, etc. In my case I am creating a number of groups for members to join and I’d like to hide all of that activity.
-
Scotm posted on the forum topic Hide Admin in the group How-To and Troubleshooting: 14 years, 7 months ago
Still curious about this one. Can we hide the Admin throughout BuddyPress activity sitewide?
-
Scotm posted on the forum topic Conditional Tags for specific group in the group How-To and Troubleshooting: 14 years, 7 months ago
I’ve been trying to figure this out as well.
Happy to say that: bp_is_groups_component() && ‘myGroupSlug’ == bp_current_item() works on my install with WP 3.0 beta.
-
Scotm joined the group How-To and Troubleshooting 14 years, 7 months ago
-
Scotm posted on the forum topic Integrate WordPress profile fields in the group Requests & Feedback: 14 years, 7 months ago
This is a longstanding issue with WP/WPMU/BP. I’m not sure why in 3.0 the existing profile page wasn’t discontinued in favour of something that doesn’t require access to admin and that would be trumped if a BP install was present.
-
Scotm joined the group Requests & Feedback 14 years, 7 months ago
-
Scotm posted on the forum topic Creating .MO File in the group Creating & Extending: 14 years, 7 months ago
I’m having no trouble with poEdit and have successfully made changes to my .po file to create new .mo file for BuddyPress. What I’d like to know is whether changing the term ‘groups’ throughout my site will affect the use of plugins that specifically call for ‘groups’?
-
Scotm posted on the forum topic Creating .MO File in the group Creating & Extending: 14 years, 7 months ago
Anyone know if this is an issue?
-
Scotm reviewed the plugin WordPress MU Demo Data Creator: 14 years, 7 months ago
Great idea and it does what is advertised, but when I deleted the demo data via the option in the plugin I lost some data that wasn’t created by the plugin. One other odd issue that came as a result of this was the root blog disappeared from the admin bar in BuddyPress and in search/directory results (although it was recognized in the overall…[Read more]
-
@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.
-
- Load More
@scotm
Active 8 years, 8 months ago
Yes, you can put it in functions.php or bp-custom.php , both will work,.