Search Results for 'buddypress'
-
AuthorSearch Results
-
February 24, 2010 at 8:12 pm #65353
peterverkooijen
ParticipantWhy would a user have a @ in their username?!
I’m very much in favor of using the email address as username, but there are better ways to deal with the member slug.
February 24, 2010 at 8:08 pm #65351rich! @ etiviti
Participanti submitted a trac ticket (don’t have the url on hand) but i also outlined how to force the switch over to user_nicename – i had the same issue with email address as user_login and periods.
http://blog.etiviti.com/2010/02/forcing-buddypress-to-use-user_nicename-for-member-urls-and-mentions/ (but that is for 1.2 and haven’t looked at it for 1.2.1)
February 24, 2010 at 7:32 pm #65343In reply to: oEmbed for BuddyPress plugin – out now!
oicolague
MemberI love the plugin, Works great for activities.
I would like to embed a youtube video in the group description.
Nothing shows.
How can I do this?
February 24, 2010 at 7:03 pm #65339sawyerh
Participant@DJPaul – Yup, it has been known for about 3 months: https://trac.buddypress.org/ticket/1356
I found a solution here: http://danpolant.com/how-to-use-email-addresses-as-usernames-in-buddypress/
You have to edit wp-includes/pluggable.php
February 24, 2010 at 6:51 pm #65338In reply to: Group extensions and components
Sven Lehnert
ParticipantHi D Cartwright,
I tried it with the $db variable, but I couldn’t figure out a way. See this post please
https://buddypress.org/forums/topic/how-to-get-all-group-nav-items
February 24, 2010 at 6:49 pm #65337Paul Wong-Gibbs
KeymasterHave you reported this as a bug on https://trac.buddypress.org/ (regarding the fact links get broken with compat enabled and @ in the username)
February 24, 2010 at 6:19 pm #65335In reply to: BuddyPress Like
Alex
ParticipantI’m thinking about only showing the names of other friends who have liked it, and saying “and 3 others” for the remaining likers.. Thoughts?
Also, I’m working on notifications at the moment; are there any other feature requests from you guys?
February 24, 2010 at 6:19 pm #65334In reply to: BuddyPress Like
Alex
ParticipantI’m thinking about only showing the names of other friends who have liked it, and saying “and 3 others” for the remaining likers.. Thoughts?
Also, I’m working on notifications at the moment; are there any other feature requests from you guys?
February 24, 2010 at 6:17 pm #65333In reply to: BuddyPress Like
Alex
Participant@xp02ed: Yep, I’ve had this thought too and I’m working on improving the list of likers..
February 24, 2010 at 5:26 pm #65327In reply to: Tried HipHop ?
Devrim
ParticipantHi David..
Thanks, I don’t really know the reason wordpress/buddypress is slow. Although we have all sorts of optimizations (memcache,cdn,minifications) in place, wp-blog-header.php is not running under 0,3 secs, page loads are well around 1 sec. I have never dived into bp functions and investigated them thoroughly to comment on where the biggest impact on performance occurs.
Since we are really busy on our project launch hassles, i’m trying to get this on the side as much as I can.
If i anybody could help me out on testing the performance of buddypress using hiphop, or at least find out if it can compile or not, that can benefit this community a great deal too.
February 24, 2010 at 4:57 pm #65325In reply to: Group Blog + P2 or Posthaste
peterverkooijen
ParticipantMarius Ooms posted an update about the bp-groupblog plugin here.
Per definition what works within your blog should also work on your groupblog. All you need is the blog id that belongs to the group. If you look at the template files you’ll see how we set the blog id and use switch blog to change blog id’s.
That’s probably what I should focus on to fix my problem!
Looking ahead we are even going further and reversing the concept of pulling in specific blog content into the group, but let the blog be the group and pull in buddypress information to the blog itself. … The main group slug would just forward to the blog home page.
I had thought about that as possible solution to the referrer check mismatch problem; just make the blog homepage, where P2 does work, the group homepage.
But I think it would create more confusion. In my theme I want to keep blogs looking like blogs and turn the group homepages into the centers for social networking activity.
So the group blog homepage would display the same posts as on the group homepage, but in a traditional blog view. Most users would see the group blog posts on the group home page or in the single.php view.
Forwarding the group slug to a blog and then make the blog look like a group home page breaks the logic of the site.
EDIT:
I still think that, atm, posting from the front-end is not developed far enough yet … It is fine for micro-blogging, but I don’t think there are option to include image/video/media uploading, tagging, and categories
There is in P2, leveraging WordPress media buttons. It’s very slick, with lightbox etc. (I see they’re missing from the version I had in my zip…)
In my setup I’m trying to get simple, stripped down microblogging front-end posting on the group homepage, with a traditional blog view on the blog homepage. So more advanced users can still go from the regular blog homepage into the wp-admin backend if they want to do more complicated post editing.
P2 has different tabs for Status Update and Blog Post on the post-form. I’d like to have those options in the group homepage if I can get it to work, but the stripped down Status Update would be priority there.
February 24, 2010 at 4:40 pm #65320In reply to: Facebook-Like-Chat Plugin for Buddypress?
Dfa327
ParticipantHi,
I started to re-write the plugin so that it is trivial to upgrade if need be. It pisses me off to re-enter stuff in multiple pages after I upgrade the plugin. so I’m working on that.
I did manage to get it to work in bp 1.2. I wrote my own template-plugin.php function in my version. I wrote many plugins based on that being there so I’ve been updating them too and need to release. Twire is a MESS with the new bp 1.2 so that is sucking a lot of my time too.
I’m on vacation and even now this is about the only free time I have on it:( I need a clone, lol!
February 24, 2010 at 4:31 pm #65318In reply to: Group Blog
Mariusooms
ParticipantCompatible version for 1.2 should be released on Friday, fingers crossed. Improvements mentioned by Boone are already in version 1.3.1 of the plugin.
As we move forward with this plugin we are definitely looking to post from the main page. Currently we have not yet experimented with it, but it is on our minds

You should be able to pull in whatever you like in to your group. Per definition what works within your blog should also work on your groupblog. All you need is the blog id that belongs to the group. If you look at the template files you’ll see how we set the blog id and use switch blog to change blog id’s.
Looking ahead we are even going further and reversing the concept of pulling in specific blog content into the group, but let the blog be the group and pull in buddypress information to the blog itself. The power of that approach is that you let groups have specific themes. The main group slug would just forward to the blog home page.
The groupblog plugin is still being maintained and under development!
February 24, 2010 at 3:38 pm #65314In reply to: Remove images from Activity Stream
geoffm33
ParticipantFWIW, I created a ticket in Trac to bring attention to the image issue:
February 24, 2010 at 2:58 pm #65299In reply to: Like it? Vote it!
audriusme
MemberVoted, buddypress works fine:)
February 24, 2010 at 2:43 pm #65296In reply to: BuddyPress-Links 0.3 FINAL is here at last
Anton
ParticipantExcellent MrMaz. Thanks for this great plugin. This is by far one of the best bp plugins!
February 24, 2010 at 1:52 pm #65288In reply to: using groups here on buddypress.org?
Andy Peatling
KeymasterGroups are not useful on here until the site gets upgrade in the next week or two.
February 24, 2010 at 1:49 pm #65287In reply to: Hopped Up Beer
rich! @ etiviti
ParticipantBeer and BuddyPress? Sounds like a great combo (and Arrogant Bastard is one of my favs)
What is running the reviews? single wp?
February 24, 2010 at 1:24 pm #65283In reply to: SPAM Domains to add to your block list
Andrea Rennick
ParticipantBbrian – what exactly have you implemented to stop splogs? I’m not being sarcastic. If I know what you’re tried already, I can suggest different things other than telling you things you tried already.
“I wonder where the spammers get the time to figure out ways to spam sites is there like a spam university or something”
They buy automated scripts. Seriously, I can send links. They google for default text like “powered by buddypress” and “/register/”, plus they jointly build lists of BP-powered sites and share them, so they can then drop these lists of sites into their programs.
Part of stopping them relies on figuring out how they come in, which we’ve spent time doing.
February 24, 2010 at 1:16 pm #65281In reply to: Tried HipHop ?
Devrim
ParticipantI have now a working hiphop server at http://hip.kodingen.com
If someone wants to take the next step and compile buddypress with it, contact me I will give you root access.
February 24, 2010 at 12:13 pm #65276In reply to: register page doesnt work
Windhamdavid
Participantyou might try this. https://buddypress.org/forums/topic/registration-link-redirects-to-home-page
February 24, 2010 at 12:00 pm #65274In reply to: SPAM Domains to add to your block list
zageek
ParticipantI wonder where the spammers get the time to figure out ways to spam sites is there like a spam university or something lol
On my site I even disabled registrations and I still two splogs appear after that, which is very confusing for me indeed.
I can see one problem with sharing info on this forum about fighting spam, and that is that it will give the spammers the info they need to come up with counter attacks. I propose we start a spam eater group where we can share spam info behind the scenes, in fact I am going to start it now, not a perfect solution but still one that could work. What do you guys think?
https://buddypress.org/groups/spam-eater
Its a private group but anyone is welcome to join.
February 24, 2010 at 11:53 am #65272In reply to: BuddyPress Like
Windhamdavid
ParticipantVery Nice work Hempsworth, maybe now you’ll get requests for a dislike button.
February 24, 2010 at 11:22 am #65268In reply to: BuddyPress-Links 0.3 FINAL is here at last
MrMaz
ParticipantI am seeing the issue on 1.2.1 as well, so not sure how this one slipped by. I am going to get it patched up and release a fix asap.
February 24, 2010 at 9:47 am #65264In reply to: User notification when new reply etc
finni3
Participant@mikepratt. Sorry, I see now that I wasn´t completely clear. What I meant was notifications in the buddybar. (Like when you get a new friend request or a new IM in buddypress, not e-mail notifications.
@Andy. So the foundations for the notification system is in place? Nice. If I understand you correctly, you could e.g. modify Boone’s & D Cartwright’s plugin to notify thorugh the buddybar instead of e-mails (or both)?
-
AuthorSearch Results