-
@ChrisClayton replied to the forum topic Static home page, after login redirect to activity page in the group How-To and Troubleshooting 12 years, 6 months ago
“Do you still know of a way to change that redirect for wp-admin?”
Yep, Let me forward you to a helpful codex page (they explain it better than i can) https://codex.wordpress.org/Plugin_API/Filter_Reference/login_redirect -
@ChrisClayton replied to the forum topic Best way to add commentable comments? in the group Creating & Extending 12 years, 6 months ago
Threaded comments (activity comments) is built into BuddyPress Default theme.
Threaded comments (blog comments) is built into WordPress.
quick google search: […] -
@ChrisClayton replied to the forum topic how to use files globally? in the group Creating & Extending 12 years, 6 months ago
@ashokgolusu
1) Is the activity component enabled on your site?
Go to your wp-admin buddypress settings and click on components. is the ‘activity’ component checked? None of the activity-related functions will […] -
@ChrisClayton replied to the forum topic Display user role on profile page in the group How-To and Troubleshooting 12 years, 6 months ago
“probably need to pass to it bp_displayed_user_id()”
@hnla is correct, you will need to use bp_displayed_user_id()
as in:
$user_id = bp_displayed_user_id();
-
@ChrisClayton replied to the forum topic Static home page, after login redirect to activity page in the group How-To and Troubleshooting 12 years, 6 months ago
You might be better off using wp_login_form()
(https://codex.wordpress.org/Function_Reference/wp_login_form) which has a redirect parameter (see codex link above)Or, would you prefer to use wp-login.php?
-
@ChrisClayton replied to the forum topic Unable to comment on plugin in the group Requests & Feedback 12 years, 6 months ago
@johnjamesjacoby
Sounds like this is a bug from the redesign – https://buddypress.org/community/groups/requests-feedback/forum/topic/buddypress-org-refresh-issues/?topic_page=2&num=15 -
@ChrisClayton replied to the forum topic BuddyPress as Commenting system in the group Creating & Extending 12 years, 6 months ago
@eric-johnson – Their is no photo uploading functionality (except for an avatar) packaged within the BuddyPress plugin, but – while it doesn’t intergrate with the comments (i think we’ve established that BP […]
-
@ChrisClayton replied to the forum topic Deploying bettercodes.org framework on our site in the group Creating & Extending 12 years, 6 months ago
I believe his referring to their source code.
https://svn.bettercodes.org/bettercodes/trunk/bettercodes/As seen here: http://bettercodes.org/labs
The version currently advertised (1.0), is for a (very) old […]
-
@ChrisClayton replied to the forum topic Manual translation of some words in the group Localization 12 years, 6 months ago
with the same translation file or by filtering ‘bp_member_last_active’
`function cc_get_member_last_active() {
global $members_template;if ( isset( $members_template-member-last_activity ) […]
-
@ChrisClayton replied to the forum topic BuddyPress as Commenting system in the group Creating & Extending 12 years, 6 months ago
@eric-johnson – BuddyPress isn’t a commenting system (Like Disqus) so to answer your first question, no. It creates something similar (but different) to Facebook.com (as in the site, not including their external […]
-
@ChrisClayton replied to the forum topic Hide certain blogs from the blog directory? in the group How-To and Troubleshooting 12 years, 6 months ago
This might help,
Exclude Users from Members directory on a BuddyPress based social network
just change line 7 to
if($object!='blogs') //hide for blogs directory only
-
@ChrisClayton replied to the forum topic remove ’register link’ from admin bar in the group How-To and Troubleshooting 12 years, 6 months ago
`function cc_admin_bar_links() {
global $wp_admin_bar;
//BE GONE DEMON!
$wp_admin_bar-remove_menu(‘bp-register’);//AbraCaDabra! Once i wave my wand, you will become an […]
-
@ChrisClayton replied to the forum topic Manual translation of some words in the group Localization 12 years, 6 months ago
@websul The names are defined in each of the components loaders, in the setup_nav() functions.
Messages: https://buddypress.trac.wordpress.org/browser/trunk/bp-messages/bp-messages-loader.php#L101
Doesn’t […]
-
@ChrisClayton joined the group Localization 12 years, 6 months ago
-
@ChrisClayton replied to the forum topic [Resolved] buddypress template for members/%name%/activity/%id% in the group How-To and Troubleshooting 12 years, 6 months ago
“there is a plugin out there that tells you what template is being parsed”
I’m assuming your talking about ‘Reveal templates’ or is their another one?“but it does not seem to work on […]
-
@ChrisClayton replied to the forum topic Activity Filters in the group How-To and Troubleshooting 12 years, 6 months ago
“do I understand correctly that there is no way to add simple filter which would return loop with specific IDs”
@janismo is the ‘include’ parameter what your […]
-
@ChrisClayton replied to the forum topic Author page and profiles in the group Creating & Extending 12 years, 6 months ago
“I am using buddypress but are there any plugins for bp or wordpress that will do what I want?”
Nope. Not that i know of.“I would also like it if when users clicked on their name it brought them to a full […]
-
@ChrisClayton replied to the forum topic Subscribers' Profile detail in the group How-To and Troubleshooting 12 years, 6 months ago
@bigjosh – their are some privacy plugins that will allow a user to choose who can see their details
such as: https://wordpress.org/extend/plugins/buddypress-profile-privacy/If it’s possible to wait afew […]
-
@ChrisClayton replied to the forum topic buddypress template for members/%name%/activity/%id% in the group How-To and Troubleshooting 12 years, 6 months ago
i believe your referring to: members/single/activity/permalink.php
” or at least an easier way to figure out what template controls what in buddypress?”
When i’m trying to figure out where templates are […] -
@ChrisClayton replied to the forum topic Getting rid of must use "BuddyPress-compatible theme" message in admin panel. in the group How-To and Troubleshooting 12 years, 6 months ago
@yadigit – The official way to remove it is via adding the tag ‘buddypress’ to your theme style.css comment header (the section where you tell wordpress your theme’s name).
eg.
`
/**
* Theme Name: My […] - Load More
@chrisclayton
Active 4 years, 7 months ago