Search Results for 'buddypress'
-
AuthorSearch Results
-
July 12, 2011 at 6:48 am #116178
In reply to: Please fix buddypress.org search
Paul Wong-Gibbs
KeymasterYour site is not related to the search on this website. Closing thread.
July 12, 2011 at 6:29 am #116177In reply to: Custom HTML in posts
Paul Wong-Gibbs
KeymasterPlease would you clarify what exactly you mean by “[posts] in BuddyPress”? When I read that, I immediately think of writing blog posts, which is part of WordPress core.
July 12, 2011 at 6:00 am #116175In reply to: Please fix buddypress.org search
snfdesigngroup
Membermy search button finds everything apart from the text you type in http://www.ihubbusiness.co.uk
July 12, 2011 at 4:00 am #116174gregfielding
ParticipantIs anyone out there working on this anymore?
July 12, 2011 at 2:27 am #116170jf0
Memberbetter late than never
How can I make wordpress shortcodes work anywhere in buddypress?
July 12, 2011 at 1:29 am #116169In reply to: BP Admin Bar overlaps my dashboard
astromono
Participant@mercime Well, I’m using a child theme based off on bp-default, which is the default BP theme. Thing is, now I recall doing this in my new stylesheet when I first created the child theme:
/* Inherit the default theme adminbar styles */
@import url( ../../plugins/buddypress/bp-themes/bp-default/_inc/css/adminbar.css );I tried importing the styles for the default theme and the adminbar.css within the same style.css for my child theme. Could that be the issue?
I just tried adding the above changes and the issue isn’t resolved.
July 12, 2011 at 12:00 am #116168thinkluke
MemberSorry I would search for it myself on buddypress however the search is broken..just returns me to the home page.
July 11, 2011 at 11:45 pm #116167thinkluke
MemberThe form gets saved by the gravity forms, however this happens before the thumbnail gets set. Could you possibly help me out with some code I can add to my post submission filter? The documentation for buddypress really sucks… Thanks Roger
July 11, 2011 at 9:16 pm #116158In reply to: Please fix buddypress.org search
Boone Gorges
KeymasterIt’ll be fixed very soon! https://buddypress.org/2011/07/site-maintenance-week-of-july-4-2011/
July 11, 2011 at 8:42 pm #116157In reply to: How to upgrade from 1.2.8 to 1.2.9
aces
ParticipantI had the same problem with the wordpress admin menus in ie9 and online (linux) sites but not on local (vista) sites. Once I viewed and played with the menus in firefox they worked as expected in ie9…. I hope others using the same sites would not have to go through the same process…
Also the buddypress upgrade didn’t show up unless I ran add new plugins first….
July 11, 2011 at 7:14 pm #116153In reply to: [New Plugin] BuddyPress Group Forum Extras
lockamiz23
MemberCould someone please please tell me how to make ajax quote work with tinymce? I need it to work i’ll pay someone
July 11, 2011 at 5:11 pm #116146In reply to: How to make an exclusive website using buddypress?
David Carson
ParticipantDuplicate post. I replied to your other post yesterday – https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/making-an-exclusive-login/
It’s probably better to keep any conversation going on that orignal post.
buddypress.org is undergoing some maintenance and search/activity is hard to keep track of right now.
July 11, 2011 at 5:09 pm #116145In reply to: Display latest member posts
mike62
MemberJust found this: https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/get-member-id-when-viewing-member-page/ going to give it a try.
July 11, 2011 at 3:03 pm #116142thinkluke
MemberHi Roger, I jumped to a solution then, when in fact it does not work correctly, sorry…
I have used your code from page 1 to display featured image on the bp activity stream. However I have a gravity form that lets user upload posts from their, I have used this simple snipet of code to make the upload image a featured image.
add_filter(“gform_post_submission”, “set_post_thumbnail_as”, 10, 2);
function set_post_thumbnail_as($entry, $form){
//getting first image associated with the post
$post_id = $entry[“post_id”];
$attachments = get_posts(array(‘numberposts’ => ‘1’, ‘post_parent’ => $post_id, ‘post_type’ => ‘attachment’, ‘post_mime_type’ => ‘image’, ‘order’ => ‘ASC’));
if(sizeof($attachments) == 0)
return; //no images attached to the post
//setting first image as the thumbnail for this post
update_post_meta( $post_id, ‘_thumbnail_id’, $attachments[0]->ID);
}This works perfectly for wordpress and displays the featured image correctly. However the featured image does not appear in the buddypress activity stream until I manually go to that post and hit update in the backend… really defeats the purpose of publishing the post… pulled my hair out for days on this.. Do you have any suggestions? I believe it is something to do with the way bp saves posts… Maybe bp_activity_post_update would work
July 11, 2011 at 12:35 pm #116136In reply to: A quick note about WordPress 3.2
Paul Wong-Gibbs
KeymasterNo — see https://codex.buddypress.org/theme-development/bp-default-theme-changelog/
(ignore all the property changes, those are irrelevant)
July 11, 2011 at 10:27 am #116132In reply to: Buddypress – BP album plugin Version 0.1.9
danbpfr
ParticipantYou will find the whole project here: http://code.google.com/p/buddypress-media/
July 11, 2011 at 10:09 am #116130n0ise
Participant@nahummadrid: first of all, thanks for your reply and sorry if i didnt explained well or with the right words.
What I’m trying to do, is that i would love that groups could be like members, u see in facebook there is the option “Switch as $FacebookPage” and then if u go to the home u will see the home of the group, if you are going to write to someone else’s wall you will post as page and not as “you”. In buddypress, for example, if the gorup admin will post on his group, will be “admin posted an update in the group TEST:” and not “TEST posted an update”.
Is there a way to make this happen?
July 11, 2011 at 9:31 am #116128Roger Coathup
Participant@tindell – this is one of several areas where the BuddyPress core API embeds too much markup and presentation, causing a consequent problem for developers.
If you look at my solution on page 1 of this thread, you have the solution for this problem for thumbnails.
As for your note:
Buddypress is great providing you don’t want to change anything expect a few colours
To a large extent that’s true if you are building child themes from bp-default.
You can develop true bespoke sites with BuddyPress, but it’s not a trivial development process – the API could be much cleaner.
July 11, 2011 at 9:20 am #116127Roger Coathup
Participant@katemgilbert – just noticed this. We built helloecoliving.com.
For that site, BuddyPress is installed on the main blog, not a sub-blog.
It just takes a little bit of work in your theme to create a separate tab / page for the community.
For an example on a later version of BuddyPress, take a look at the site we built for http://bitsythis.com – there a dedicated community page (with accompanying theme template) aggregates a lot of the community activity.
Cheers, Roger
July 11, 2011 at 8:44 am #116124In reply to: A quick note about WordPress 3.2
Paul Wong-Gibbs
KeymasterBuddyPress.org is being worked on, and is unrelated to the 1.2.9 release.
July 11, 2011 at 7:51 am #116122In reply to: A quick note about WordPress 3.2
James
Participantdoes anyone have same issue in BP 1.2.9, that help section in member’s header (after @username) does not reveal anymore?
what is happening to buddypress.org? I cannot search, do not see updates in single view. Support topics don’t have pagination anymore, cannot edit/delete topics etc.
thanks.
July 11, 2011 at 7:44 am #116121@mercime
ParticipantDouble-checked this for a friend, BuddyPress does not work where WordPress is given its own directory. I figured the rationale was one cannot create a network with that set up https://codex.wordpress.org/Create_A_Network#WordPress_Settings_Requirements. I just moved WP to physical subdomain and it was good to go
July 11, 2011 at 6:47 am #116117Paul Wong-Gibbs
KeymasterNo-one’s going to read minimised JavaScript for you to try to find a problem.
July 11, 2011 at 6:46 am #116116Paul Wong-Gibbs
KeymasterThere isn’t a specific setting, no. I’m unsure if we’ve been unable to do anything about this issue in the upcoming 1.3 release (I don’t think we did).
July 11, 2011 at 3:58 am #116109johnnymestizo
Participantcreated a bp-custom.php and put it in wp-content/plugins
added this within php tags
// Custom Buddypress Stuff
// Custom Buddypress slugs
define( ‘BP_ACTIVATION_SLUG’, ‘activate’ );
define( ‘BP_ACTIVITY_SLUG’, ‘activity’ );
define( ‘BP_BLOGS_SLUG’, ‘shops’ );
define( ‘BP_FORUMS_SLUG’, ‘discussions’ );
define( ‘BP_FRIENDS_SLUG’, ‘friends’ );
define( ‘BP_GROUPS_SLUG’, ‘groups’ );
define( ‘BP_MEMBERS_SLUG’, ‘members’ );
define( ‘BP_MESSAGES_SLUG’, ‘messages’ );
define( ‘BP_REGISTER_SLUG’, ‘register’ );
define( ‘BP_SEARCH_SLUG’, ‘search’ );
define( ‘BP_SETTINGS_SLUG’, ‘settings’ );
define( ‘BP_XPROFILE_SLUG’, ‘profile’ );still no good
-
AuthorSearch Results