-
@ChrisClayton replied to the forum topic Ouch! Help in the group How-To and Troubleshooting 12 years, 7 months ago
@helpme2012 Are you referring to the blog comments or the Activity stream Comments?
For Blog comments, just recreate the bp_dtheme_comment_form() function (located inside bp-defaults functions.php) inside your […]
-
@ChrisClayton replied to the forum topic 1.6 timelines in the group Installing BuddyPress 12 years, 7 months ago
“If they match BP 1.5.6 with WP 3.4, that means we’ll have to wait at least 3 months for it. And 6-9 months for 1.6”
Not necessarily. 3.4 is in beta which means it’s just clean up time and could be released […]
-
@ChrisClayton replied to the topic How do you remove the group avatar from the activity stream post? in the forum How-to & Troubleshooting 12 years, 7 months ago
The secondary avatars are registered within the functions.php
https://buddypress.trac.wordpress.org/browser/trunk/bp-themes/bp-default/functions.php#L554To remove it for groups, add this to your child theme’s functions and it will override the parent themes version.
function bp_dtheme_activity_secondary_avatars( $action, $activity ) {
[Read more]
switch (… -
@ChrisClayton replied to the forum topic How do you remove the group avatar from the activity stream post? in the group How-To and Troubleshooting 12 years, 7 months ago
The secondary avatars are registered within the functions.php
https://buddypress.trac.wordpress.org/browser/trunk/bp-themes/bp-default/functions.php#L554To remove it for groups, add this to your child […]
-
@ChrisClayton replied to the forum topic 1.6 timelines in the group Installing BuddyPress 12 years, 7 months ago
@sooskriszta If i was a betting man, I’d put my money down on 1.5.6 being released to coincide with WordPress 3.4. I don’t think 1.6 will be quite ready by then and they will need a release to fix afew changes […]
-
@ChrisClayton replied to the forum topic How do I remove the excerpt in activity? in the group Requests & Feedback 12 years, 7 months ago
Either a custom functions plugin or your themes functions.php file.
Resources:
Custom plugin file: http://justintadlock.com/archives/2011/02/02/creating-a-custom-functions-plugin-for-end-users
What is a […] -
@ChrisClayton replied to the forum topic A Simple Link To The Users Profile Page in the group How-To and Troubleshooting 12 years, 7 months ago
@mrguythornton – Firstly, the mods are human too and do make mistakes, if they do mark it as resolved when your not confident that it is then just say so and @ one of them asking them to remove it. The mods are […]
-
@ChrisClayton replied to the forum topic How do I remove the excerpt in activity? in the group Requests & Feedback 12 years, 7 months ago
I’d probably just filter it, telling it to forget what it was originally told to output.
add_filter (‘bp_blogs_activity_new_post_content’, ‘__return_false’);
(but, if you want the main activity stream to […]
-
@ChrisClayton replied to the topic Formatting Posts in Activity Screen in the forum How-to & Troubleshooting 12 years, 7 months ago
I recently posted this (about modifying the activity stream) that might help (assuming you know how to use WordPress filter hooks).
https://buddypress.org/community/groups/creating-extending/forum/topic/modify-output-of-activity-stream/Displayed userID:
bp_displayed_user_id();
returns the user id for the user that is currently being displayed. -
@ChrisClayton replied to the forum topic Formatting Posts in Activity Screen in the group How-To and Troubleshooting 12 years, 7 months ago
I recently posted this (about modifying the activity stream) that might help (assuming you know how to use WordPress filter […]
-
@ChrisClayton replied to the forum topic Blank pages in the group How-To and Troubleshooting 12 years, 7 months ago
@erinscot – Troubleshoot:
https://codex.buddypress.org/troubleshooting/blank-pages/ -
@ChrisClayton replied to the forum topic Change default sorting of Group members in the group How-To and Troubleshooting 12 years, 7 months ago
Ahh, sorry.
Theirs a codex entry for the Group members loop ( bp_group_members(); ) but theirs no type […]
-
@ChrisClayton replied to the forum topic Change default sorting of Group members in the group How-To and Troubleshooting 12 years, 7 months ago
The members loop has a type called ‘random’
https://codex.buddypress.org/developer-docs/custom-buddypress-loops/the-members-loop/So you will want to change bp_has_members() within members/index.php to
-
@ChrisClayton replied to the forum topic Creating a page with nav tab, subnav for Buddypress profiles in the group Creating & Extending 12 years, 7 months ago
Sorry, missed your replies…
“Since we are speaking of tabs, how do I change places, for example: the subnav Edit from Profile tab to the Settings tab?”
bp_core_sort_subnav_items() should help.You can […]
-
@ChrisClayton replied to the forum topic SNIPPET: Intelligent post page templates in the group Third Party Components & Plugins 12 years, 7 months ago
You’re right! Thanks, edited the original post.
And Yes. It uses get_template_part which using the BP Albums example again, will search for the following templates and php require() the first it finds. In […]
-
@ChrisClayton replied to the forum topic modify output of activity stream in the group Creating & Extending 12 years, 7 months ago
You can either filter the actions directly, for activity_updates theirs the ‘bp_activity_new_update_action’ […]
-
@ChrisClayton replied to the forum topic User Reg ?: Params requested on registration vs. BPs OOB fields in the group How-To and Troubleshooting 12 years, 7 months ago
1. WordPress (without BP) only has three required fields for members – username, email and password. On the BuddyPress registration form these are required fields. it also requires a name and any other required […]
-
@ChrisClayton replied to the forum topic Theme Compatibility in the group Requests & Feedback 12 years, 7 months ago
“What we want to do is shift our dependency from a theme we’re afraid to change, towards a set of templates that we love to improve.” – JJJ (blog post)
“buddypress will be a game changer if we achieve […]
-
@ChrisClayton started the forum topic SNIPPET: Intelligent post page templates in the group Third Party Components & Plugins 12 years, 7 months ago
Afew months ago Diaspora (the ruby-based social networking opensource project) released what they call ‘intelligent post page templates’ but did you know, it’s 10 times easier to implement in […]
-
@ChrisClayton replied to the forum topic Buddypress updates in the group Miscellaneous 12 years, 7 months ago
When a major release (such as 3.4) of WordPress is released you should be wary of updating WordPress if BuddyPress has not been updated yet as their are usually major changes.
When WordPress releases Minor […]
- Load More
@chrisclayton
Active 4 years, 7 months ago