@ChrisClayton
I've built over 5 successful (and 3 not-so-successful) sites powered by BuddyPress and WordPress since late-2009.
-
@ChrisClayton replied to the forum topic Display names are not usernames in the group How-To and Troubleshooting
Not sure if it still works as intended as it is about two years old but you might want to have a look at this plugin. http://wordpress.org/extend/plugins/buddypress-usernames-only/
-
@ChrisClayton replied to the forum topic Trying to generate an activity id in the group How-To and Troubleshooting
because of your use of
$post->IDI think you might need to use…
global $bp, $post; -
@ChrisClayton replied to the forum topic This is a notice to all users. Doesn't work in the group How-To and Troubleshooting
It should display whereever
bp_message_get_notices();is located in the template files (in the default theme, by default it should show when theirs a message and the user is logged in, right below the log out […] -
@ChrisClayton replied to the forum topic This is a notice to all users. Doesn't work in the group How-To and Troubleshooting
@neodjandre – The way the feature works is somewhat deceptive, what it does is posts a message on the screen (rather than their inbox) similar to what facebook does here – […]
-
@ChrisClayton replied to the forum topic User management and permissions. in the group How-To and Troubleshooting
@o4tuna the way buddypress works in regards to roles and capabilities is being worked on by the core devs, half of it will be implemented in 1.6. Trac: http://buddypress.trac.wordpress.org/ticket/3740
-
@ChrisClayton replied to the forum topic Better Introduction Needed in the group Requests & Feedback
`I wish there was more written about what buddypress can do and what the end result will look like. I don’t like the examples in the showcase because they don’t even remotely look like the buddypress that I have. […]
-
@ChrisClayton replied to the forum topic Buddypres query_posts by user in the group Creating & Extending
`function my_profile_page_function_to_show_screen333_content() {
global $bp;query_posts( ‘author=’ . $bp-displayed_user-id );
// the Loop
if (have_posts()) : the_post();
the_content( ‘Read the full […] -
@ChrisClayton replied to the forum topic Missing the join group button? in the group How-To and Troubleshooting
Have you registered the buttons in your theme?
http://buddypress.trac.wordpress.org/browser/trunk/bp-themes/bp-default/functions.php#L125
`add_action( ‘bp_group_header_actions’, […]
-
@ChrisClayton replied to the forum topic Buddypres query_posts by user in the group Creating & Extending
@yanodnoralov – You do have
global $bp;inside the function, right? (Just checking, sometimes it’s the simplest things that get overlooked) -
@ChrisClayton replied to the forum topic Share Activity on Social Network .... in the group How-To and Troubleshooting
@raoulbeltra either within a plugin file or your themes functions.php
You can read more at http://codex.wordpress.org/Writing_a_PluginFrom what i understand you are trying to do, then yes, just replace `echo […]
-
@ChrisClayton replied to the forum topic New users get access to main sites dash board? in the group How-To and Troubleshooting
” they apparently have access to my dash board. Does anybody have an idea how to set things straight on this issue?”
They sure do. They don’t see anything though – […] -
@ChrisClayton replied to the forum topic Share Activity on Social Network .... in the group How-To and Troubleshooting
It will do_(any)_action you tell it to do
`function cc_awesome_activity_meta_shortcodes() {
echo do_shortcode(‘SexyButton’);
}add_action(‘bp_activity_entry_meta’, […]
-
@ChrisClayton replied to the forum topic Make changes to the account activated page. in the group How-To and Troubleshooting
line 17 of registration/activate.php in your theme.
-
@ChrisClayton replied to the forum topic How to Create a New Login Page in the group How-To and Troubleshooting
Their is no core supported way to customise it at this stage but their are tickets discussing the best method for it.
SEE: http://buddypress.trac.wordpress.org/ticket/2125Their are plugins though that help […]
-
@ChrisClayton replied to the forum topic Static home page, after login redirect to activity page in the group How-To and Troubleshooting
”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) http://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
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
@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
”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
You might be better off using wp_login_form()
(http://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
@johnjamesjacoby
Sounds like this is a bug from the redesign – http://buddypress.org/community/groups/requests-feedback/forum/topic/buddypress-org-refresh-issues/?topic_page=2&num=15 - Load More