-
@ChrisClayton replied to the forum topic Removing all members count in the group Miscellaneous 12 years, 7 months ago
The function used to return it is bp_get_total_member_count() located within bp-core/bp-core-template.php. We can filter it to return nothing with:
add_filter (‘bp_get_total_member_count’, ‘__return_false’);
-
@ChrisClayton replied to the forum topic buddypress auction theme? in the group Miscellaneous 12 years, 7 months ago
I don’t believe their are any specifically for BuddyPress, however any WordPress theme can be transformed into a BuddyPress theme with the BP Template pack (1) and their are afew WordPress themes around. […]
-
@ChrisClayton replied to the forum topic Security updates in BuddyPress 1.5 in the group Miscellaneous 12 years, 7 months ago
@d3v4 – A detailed list of security updates other than searching through the changelog at what was changed is non-existent to protect those who for whatever reason is unable to upgrade straight away.
-
@ChrisClayton replied to the forum topic buddypress with wp super cache in the group How-To and Troubleshooting 12 years, 7 months ago
@vnmember Can’t help with Super Cache, but others have spoken about how to get W3 Total Cache working with BuddyPress over here: […]
-
@ChrisClayton replied to the forum topic Insert Activity filter for Album in the group BuddyPress Media 12 years, 7 months ago
@foxly – If it means you have 5 extra minutes coding awesome plugins, then anytime! 😀
@raoulbeltra Your welcome. Glad it’s working 🙂
-
@ChrisClayton replied to the forum topic Mobile for BP.and multisite in the group How-To and Troubleshooting 12 years, 7 months ago
Not sure if its Multisite compatible, but have you tried BP Mobile?
https://wordpress.org/extend/plugins/buddypress-mobile/ -
@ChrisClayton replied to the forum topic Any one Knows about fotobook plugin? in the group How-To and Troubleshooting 12 years, 7 months ago
@ashokgolusu – BP Albums 2.0 (Renamed to BP Media) is supposed to include that feature but it is still in a WIP (works in progress) state.
-
@ChrisClayton replied to the forum topic Inactive vs blocked in new user role in the group Miscellaneous 12 years, 7 months ago
I believe those are actually from BBpress. But, i could be wrong.
-
@ChrisClayton replied to the forum topic Loading A List of Groups in the group How-To and Troubleshooting 12 years, 7 months ago
Sure, the group data is within the {prefix}bp_groups table, though doing so is at your own risk (make sure you know what your doing) messing with stuff directly within phpmyadmin is never a smart idea and should […]
-
@ChrisClayton replied to the forum topic Insert Activity filter for Album in the group BuddyPress Media 12 years, 7 months ago
did “bp_album_picture” work? When i change it to that via Chrome Dev tools it seems to work… and it works on my sites, so it should work…
-
@ChrisClayton replied to the forum topic Loading A List of Groups in the group How-To and Troubleshooting 12 years, 7 months ago
@licomic – Could you clarify what you mean by ‘bulk load’?
If you mean importing a large list of groups into BuddyPress, i don’t think their is a plugin that provides it currently.
However, you could […]
-
@ChrisClayton replied to the forum topic Any one Knows about fotobook plugin? in the group How-To and Troubleshooting 12 years, 7 months ago
Theirs afew awesome ones around. Two comes to mind. Their’s BP Albums – https://wordpress.org/extend/plugins/bp-album/ and theirs also BP Gallery http://buddydev.com/plugins/bp-gallery/ Both (in my experience) […]
-
@ChrisClayton replied to the forum topic Any one Knows about fotobook plugin? in the group How-To and Troubleshooting 12 years, 7 months ago
@ashokgolusu as Fotobook is a WordPress plugin and doesn’t interact with BuddyPress specifically, you might get a better response from the WordPress forums – https://wordpress.org/tags/fotobook?forum_id=10
-
@ChrisClayton replied to the forum topic Collapsing activity post comments? in the group How-To and Troubleshooting 12 years, 7 months ago
It should work…
The comment collapsing stuff is around line 1387 of global.js if you want to play around with it. try lowering the number a little (maybe 2?) and see if it works
note that it doesn’t […]
-
@ChrisClayton replied to the forum topic Insert Activity filter for Album in the group BuddyPress Media 12 years, 7 months ago
Just to build off of what Foxly said, for thoes who are new and unaware of how the filter dropdown actually works, inside activity/index.php (and members/single/activity.php) you will see afew lines that look like […]
-
@ChrisClayton replied to the forum topic How private are private messages? in the group Miscellaneous 12 years, 7 months ago
@Chccclay – Theirs no admin screen to read them, however unlike passwords which are hashed, messages are readable in plain text via the database. So, to answer your question, if you have database access then yes. […]
-
@ChrisClayton replied to the forum topic bp_get_profile_field_data in group members loop in the group Creating & Extending 12 years, 7 months ago
What data where you hoping to get?
off the top of my head, if i remember correctly
groups_get_groupmeta( $group->id, 'description' );
will return the group description. -
@ChrisClayton replied to the forum topic Redirect once user logs in in the group How-To and Troubleshooting 12 years, 7 months ago
Sounds like this plugin may help.
-
@ChrisClayton replied to the forum topic How to list all members of a BuddyPress Website? in the group How-To and Troubleshooting 12 years, 7 months ago
i don’t believe their are any plugins available that would help, so if your uncomfortable with code, you may need to hire a developer.
Otherwise, if your a developer or atleast somewhat comfortable around […]
-
@ChrisClayton started the forum topic SNIPPET: Remove time from activity action. in the group Third Party Components & Plugins 12 years, 7 months ago
After a ‘friend’ tried to claim that BP is a bad plugin because it apparently forces you to use Display:none; to modify it (he used the time in activity_action as an example) so i had to go through my code […]
- Load More
@chrisclayton
Active 4 years, 7 months ago