Search Results for 'buddypress'
-
Search Results
-
WordPress 3.5.1
BuddyPress 1.7.1I’m using a multi-line text box in an xprofile registration form but the line and paragraphs breaks aren’t appearing. Is this a bug?
After going through the very many posts and requests for this feature, I finally came across a piece of code that allowed me to pull this off in BP 1.7. The only problem is, it requires modification of a BP core file (bp-activity-template.php) – can anybody tell me how to implement this as a bp-custom.php function? The original code from Chris Clayton is here:
http://buddypress.org/support/topic/how-can-i-get-the-activity-like-facebooks/#post-146620
After much trial and error, I figured out how to add follow functionality to the code – here is my final code:
case 'wall': if ( bp_is_active( 'friends' && 'bp-follow' ) ) $following = bp_follow_get_following( array( 'user_id' => $user_id ) ); $friends = friends_get_friend_user_ids( $user_id ); $me = array( bp_loggedin_user_id() ); $wall = array_merge_recursive( $following, $friends, $me ); if ( empty( $wall ) ) return false; $user_id = implode( ',', (array) $wall ); $display_comments = true; break;This has to be inserted in the scope array starting on line 387 (BP 1.7.1). You also have to add the scope name to the list starting on line 375.
Once again, if somebody can figure out how to implement this as bp-custom.php function, please let me know. A very big thankyou to Chris Clayton for this code!
I’ve just installed buddypress with a responsive template called ‘folio-grid’ but unfortunately it seems to be conflicting with the responsive homepage layout.
I understand that not all templates are BP compatible but if there is a quick fix for this I would be highly grateful.
Running WP 3.5.1 and BP 1.7.1
Thanks
Hello,
I own a single Buddypress setup which run under the theme Dynamix
I have made lot of mods to the theme to fits my demand.
Question is : Can i now setup a WP Multisite in order to deploy BP Network ?
Will i have to redo all the custom work ?Regards,
Hi,
Everything has been great for over a year now with WordPress 3.5.1, RocketTheme Tachyon Theme for WordPress and Buddy Press.
Just upgraded from BP 1.7 to BP 1.7.1 and now get this error:
Warning: Missing argument 2 for bp_modify_page_title() in /home/medlink5/public_html/medblog/wp-content/plugins/buddypress/bp-core/bp-core-filters.php on line 313
Warning: Missing argument 3 for bp_modify_page_title() in /home/medlink5/public_html/medblog/wp-content/plugins/buddypress/bp-core/bp-core-filters.php on line 313
Everything still seems to be working OK apart from the images in the posts on my home page not displaying anymore.
Site and error messages visible here: http://medblog.medlink-uk.net/
Any help for how to fix gratefully received.
Many thanks, Mike.
Topic: Anti-spam techniques…
Hey all,
Just thought I’d share a few anti-spam techniques with y’all – including one or two that I haven’t (despite a whole bunch o’ searchin’) found elsewhere…
http://mattts.net/development-stuff/web-development-stuff/wordpress/buddypress/anti-spam-techniques/
Have an appropriate amount of fun 🙂
Cheers,
Mattt.Topic: wordpress posts pagination
Hi,
I’ve been trying to get pagination to work within the buddypress profile bar.
<?php
$paged = (get_query_var('paged')) ? get_query_var('paged') : 1;
$items = 5;
$args=array(
'posts_per_page' => $items,
'category__not_in' => get_option('pheno_blog_cats'),
'paged' => $paged
);
query_posts($args);
?>This code won’t work so I’m assuming buddypress is using some kind of loop to stop the pagination, has anyone got any idea how to solve this, if it’s solvable at all?
Hello everyone, my website is at http://www.gso-space.org. I am using WP version 3.5.1 Buddypress 1.7.1 and the free s2member plugin version 130513. My setup is using s2member for the payment (paypal) registration process including using a custom registration page setup through s2member. I added buddypress after to utilize its superb social media aspects to enhance the member experience. Documentation states the two plugins should work smoothly together and they do in almost every instance except when the member is redirected back from paypal to the s2member registration page. while testing and watching the address bar the correct s2member registration address appears then changes to the buddypress registration page address then it finds neither and gives out a 404 error page. If I deactivate the buddypress plugin the s2member registration page works just fine, turn buddypress back on and its back to a 404 error page. Is there a way to get buddypress to ignore its own registration page so that the s2member registration page works correctly while still using the other benefits of buddypress. I went into the buddypress settings and could not find anything that looked like what I am trying to do. Any help or advice would be much appreciated. Thank you.
Hi, I’m using buddypress with montezuma theme,
It’s working quite well but when i upload an image to the media library it appears for some reason in the members and sitewide activity streams… I dont want it to appear there …Can anyone advise how i can fix this ?
thanksI have installed the Buddypress 1.7.1.
I got the message “Your new avatar was uploaded successfully.” after clicked on the “Crop Image” at Change Avatar screen.
But it didn’t update on my profile. It is still showing the mystery-man.
I have checked the avatar folder, the uploaded file cropped and saved successfully as above message. But one thing is no suffix “-bfull” or “-bthumb”.Is there any way to fix this?
I’ developing a killer plugin called buddysearch. It’s a souped up version of plugin ‘BP profile search’.
Of all the buddypress users out there, I ask you this question:
How important will it be for you if you had a profile search form builder that you could customize every element of?
Would that bring value to your site?I but before to know if there is any real interest.