Search Results for 'buddypress'
-
AuthorSearch Results
-
April 17, 2010 at 6:07 pm #73955
In reply to: how do i disable members from creating groups?
agrundner
MemberFor those interested, the plugin etiviti (rich!) created for this issue can be found here:
BuddyPress Restrict Group Creation
https://wordpress.org/extend/plugins/buddypress-restrict-group-creation/
April 17, 2010 at 6:05 pm #73954Terranb
MemberSo are you saying I’d be better off waiting for both to be out, or could I just do the wordpress 3 beta now, and wait on buddypress compatibility?
April 17, 2010 at 6:00 pm #73953Bowe
ParticipantSounds like a plan.. It’s a matter of weeks until WP 3.0 is out, and BuddyPress will be compatible from day 1, so you might want to launch the site when WP 3.0 is out with BuddyPress from the start! Good luck!
to answer both of your final questions: Yes and Yes!
April 17, 2010 at 5:41 pm #73952In reply to: BuddyPress-Links 0.4.x Releases and Support
Shnooka30
ParticipantThanks MrMaz, I figured there was a reason.
April 17, 2010 at 4:07 pm #73941In reply to: Activity, Groups Cluttered?
Boone Gorges
Keymaster@modemlooper @scotm – Check out the Filtering Options at https://codex.buddypress.org/developer-docs/custom-buddypress-loops/the-activity-stream-loop/. For example, if you want the main site activity stream to show only updates, use something like this in functions.php of your theme:
function my_custom_query_filter( $query_string ) {
global $bp;
if ( bp_is_activity_component() && !$bp->displayed_user->id )
$query_string .= '&action=activity_update';
return $query_string;
}
add_filter( 'bp_dtheme_ajax_querystring', 'my_custom_query_filter' );Play around with that conditional statement and the query string arguments to make the activity stream show what you want it to show.
April 17, 2010 at 3:52 pm #73939Boone Gorges
Keymaster@Erich73 – You can customize the message however you’d like on the Dashboard admin panel. Under Buddypress > Invite Anyone. As for your report about the “Sent Invites” tab – are you sure that you sent group invites along with the email invitations? As @hnla says, make sure you’ve checked the option on the Dashboard panel.
@dre1080 – I may try to make this work at a later date. If nothing else, I can put in the proper hooks that would allow someone else to build such an extension for my plugin. Stay tuned.
@everyone – I just put a widget into the development version of the plugin, available at https://wordpress.org/extend/plugins/invite-anyone/download/. If anyone is interested, they can check it out! I want to get a few more new features before tagging a new stable version.
April 17, 2010 at 3:18 pm #73935In reply to: BP GroupBlog, P2 ready (with bugs)! Please review…
Mariusooms
ParticipantNope…it is not dead, but definitely on halt as I am involved with other projects as well. Unfortunately my development for BuddyPress runs in sync with the requirements of our local development for our organization. We are anticipating wordpress 3.0 release and content post types. P2 is category based. At the same time we have other issues that take priority, one of them being integrating outside networks such Facebook and External blogs.
I wish it was as easy as being able to develop full time, but it just isn’t the case. The project is still on track, but delayed.
April 17, 2010 at 2:31 pm #73924In reply to: BuddyPress-Links 0.4.x Releases and Support
rich! @ etiviti
Participantpossible to filter on bp_get_activity_avatar and replace that with the link thumbnail?
April 17, 2010 at 2:21 pm #73921In reply to: BuddyPress-Links 0.4.x Releases and Support
pcwriter
ParticipantSince the link thumb can be edited it is not possible to synch it up with the activity stream
Ahh… that answers my question too. Thanks!
April 17, 2010 at 1:39 pm #73919In reply to: BuddyPress-Links 0.4.x Releases and Support
gibbyesl
Memberglad it was spotted now
April 17, 2010 at 1:20 pm #73918In reply to: [New Plugin] BuddyPress Group Forum Extras
rich! @ etiviti
Participant@kriskl – can you message me whatever errors the forum index was producing (or at least what is happening to crash the site) but i’ll look over the filter stuff and make sure all forums are being returned. (maybe something is related when not returning the full set)
as for the move topic, new topics since last visit from @3sixty i don’t mind adding those in – just time hasn’t been favorable of late with looming projects before i head out on vacation.
as for the topic views – i’ll dig up _ck_’s old one and see if that can be easily moved over
April 17, 2010 at 12:51 pm #73913Tore
ParticipantIs it this one: https://trac.buddypress.org/ticket/2269 ?
April 17, 2010 at 10:42 am #73901In reply to: BuddyPress-Links 0.4.x Releases and Support
MrMaz
ParticipantThat looks like a bug. I can’t believe that nobody caught that during the beta testing.
Since the link thumb can be edited it is not possible to synch it up with the activity stream which is one reason why I have not added it yet. I hope to add that feature when 1.4 comes out with some API improvements.
April 17, 2010 at 10:17 am #73900In reply to: WP-Super-Cache Question
lsddesign
Participant@jeffsayre and all other users,
Im developing our new site right now, was looking for a cache plugin.
The option that Jeff gave us is by far the best option for WP & BP
!At least try it, it’s worth it

Cheers,
Aron
April 17, 2010 at 9:52 am #73899In reply to: Buddypress Feedback from my Members: 4 Problem Areas
bpisimone
ParticipantI agree with everything that’s been said here by @gregfielding.
April 17, 2010 at 9:46 am #73896In reply to: Buddypress Feedback from my Members: 4 Problem Areas
Andy Peatling
KeymasterThanks, this is valuable feedback.
April 17, 2010 at 8:53 am #73893In reply to: [New Plugin] BuddyPress Group Forum Extras
kriskl
ParticipantCould anyone (maybe rich!) add this to forum extras plugin? forum index..
please
Topic view count
https://buddypress.org/forums/topic/adding-topic-view-count-to-forums#post-6659
there are some users who after we switched to buddypress forums.. keep asking for that,, old habits die hard
April 17, 2010 at 8:22 am #73891In reply to: BuddyPress-Links 0.4.x Releases and Support
Shnooka30
ParticipantI too have “0” listed as comments, even though there are 6 comments. Curious.. many people are asking me why the thumbnail doesn’t show in the activity stream. Is this a bug? Kinda strange
April 17, 2010 at 6:02 am #73885In reply to: Avatar Upload Issues
6005809
InactiveJust tried disabling/re-enabling. Group avatar upload still broken. Crop image dialog points here:
And now I can’t find the image at all.
I really want to use BuddyPress but this simple functionality is broken. Makes me wonder.
EDITED: Tried doing it again. Deleted old groups, made a new one. Crop image dialog points to:
But it’s actually hosted here:
April 17, 2010 at 4:55 am #73875In reply to: Seo for Buddypress 1.0 beta
modemlooper
ModeratorOne of the main reasons I even want to use this is to stop BP from adding Title | Component | Title. Most RT an share buttons pull this title and it’s not very user friendly. REally has nothing to do with SEO
April 17, 2010 at 4:50 am #73874In reply to: [New Plugin] BuddyPress Group Forum Extras
modemlooper
ModeratorDo we really need another plugin? This type of thing should be in core. Consolidating is better.
April 17, 2010 at 2:19 am #73861In reply to: BuddyPress-Links 0.4.x Releases and Support
gibbyesl
Membertesting this on 1.2.3 and 2.9.2
The comments don’t change always display (0) for the links
Is this a known issue
Thanks
Gibby
April 16, 2010 at 11:56 pm #73860In reply to: Seo for Buddypress 1.0 beta
Anonymous User 96400
InactiveSEO really is a fickle thing. To be honest, I wouldn’t bother too much with it with the social aspects of your site… Get the blog that goes with your sn up to scratch, interest other people to join your network and then your member numbers will speak for themselves…
April 16, 2010 at 11:42 pm #73859In reply to: Seo for Buddypress 1.0 beta
abcde666
ParticipantHi Sven,
is there any risk of Google discovering the features of that plugin an therefore ignoring your specific BP-page from their index ?
What is the effect of using this plugin: lets say by using this plugin my page will be in the top2-pages of Google compared to not using this plugin my page will be at page10 at Google ?
Is there anything like this in order to rate the “success” or “capability” of using this plugin ?
Many thanks,
April 16, 2010 at 11:21 pm #73857luismaster
MemberHi I have installed WPMU 2.92, and meda a 404 with the subdomains,
example if I try to enter this url http://nunkarototen.ubicateonline.com/activity/ I do not work, but if I go http://ubicateonline.com/activity/ everything works well.
BuddyPress not support multisite Blogs?
-
AuthorSearch Results