Search Results for 'buddypress'
-
AuthorSearch Results
-
January 7, 2010 at 5:38 pm #60284
In reply to: Does Buddypress work with these LDAP plugins?
peterverkooijen
ParticipantAs far as I can tell LDAP is not just about user authentication, but also about exchanging or synchronizing data with other directories or member management systems. So it includes issues like getting data out of xprofile etc.
Thanks for the WPMU-LDAP plugin! I’ll try that one first.
January 7, 2010 at 5:35 pm #60282In reply to: Display xprofile field in blog post?
Anton
ParticipantThis is where I got the idea from but it doesn’t seem to work:
https://buddypress.org/forums/topic/displaying-profile-fields-in-blog-posts
January 7, 2010 at 5:35 pm #60281In reply to: What you don't like about BuddyPress
peterverkooijen
ParticipantI’ll be reworking the schema in 1.2, interested to hear your ideas.
Could LDAP standards be a useful guideline?
January 7, 2010 at 5:33 pm #60280In reply to: Does Buddypress work with these LDAP plugins?
Paul Wong-Gibbs
KeymasterBuddyPress doesn’t touch user authentication. Whatever works with WP/WPMU will work with BuddyPress. I know http://bit.ly/17TEbD works. Someone like Boone Gorges might be able to comment if they use a LDAP plugin/which one.
January 7, 2010 at 5:25 pm #60278In reply to: BuddyPress – Events Component (like facebook)
21cdb
ParticipantHas anyone tried “BuddyPress calendar and event plugin” from wpmu.org? I would like to see it somewhere live and there is no demo available. It looks pretty good – Events are tied to groups, same as forums.
I just asked them if it will be work with BP 1.2 and if there are any plans on offering a free feature less version.
January 7, 2010 at 4:43 pm #60276In reply to: Display xprofile field in blog post?
peterverkooijen
ParticipantWe were discussing displaying single xprofile fields here.
Someone gave me this function:
function custom_xprofile( $field ) {
echo bp_custom_get_member_list_xprofile_data( $field );
}
function bp_custom_get_member_list_xprofile_data( $field ) {
global $site_members_template;
return xprofile_get_field_data( $field, $site_members_template->member->id );
}So you can use this in the members index.php:
<p><?php custom_xprofile('Company') ?></p>But it only works in members_template. I’d like to have a function for xprofile fields that works anywhere…
Haven’t had time to try variations on this one. Suggestions very welcome!
@Anton Koekemoer, I’m pretty sure the key would be in replacing $site_members_template in the function, but I wouldn’t know with what.
EDIT2: Here’s the thread where I originally got the function, from John James Jacoby.
January 7, 2010 at 2:21 pm #60273In reply to: BuddyPress – Events Component (like facebook)
David Lewis
ParticipantHard to say Joseph. But it’s safe to say that events is a component that a lot of people will want. So I can’t imagine a future where there wouldn’t be some kind of solution. The demand is there. How patient we mere mortals (non-programmers) have to be is another story.
January 7, 2010 at 1:53 pm #60272In reply to: Photo Albums…. omfg!!
Sven Lehnert
Participant@ All,
Please do not forget, in every developing community, where the developers try to find a way to stay confirm to the Open Source philosophy and also make some profit, it always comes to this point.
The idea of donating does not work. I developed free software by my self .
Some plugins were downloaded thousand of times, but Paypal Donation was always less.
Not more than going out for some beer!
Look what happens to bbpress where ck stopped at least after she got tired of doing things for nothing.
What I want to say is, let’s be careful not to spoil people, who are thinking a lot about our all problems.
Of cause for most of us our busyness is build on Open Source Software.
So we all need the freedom of GPL.
In my opinion premium memberships are a great idea of having the source still GPL. People need to earn money.
I like it much more as the idea of free software with ads. Then you need to pay for ads free one…
I immediately would pay premium memberships for bp-events and other software around buddypress. This will offer stable software, you have a quick support forum and you will find some other stuff like an extra bonus in the premium area.
I’m looking for a free future without ripping of peoples engagement.
January 7, 2010 at 1:46 pm #60270In reply to: BuddyPress – Events Component (like facebook)
josephtravers
ParticipantI love bp-events.. such a great feature.
I’m new to BuddyPress, but love it already, and would love to see bp-events evolve and gain features (like mapping event locations, etc.)…
However, I’m very much a noob in all things “‘Press” so far (hopefully that will change), so I’m wondering if in the case that Erwin stops developing the bp-events plugin… if there have been cases where other developers take over something like this.
Even better, would the events function eventually be rolled into the BuddyPress suite of plugins?
January 7, 2010 at 11:42 am #60260In reply to: Photo Albums…. omfg!!
Bowe
ParticipantSwaymedia I think you should try to see the perspective of the people that are actually taking the time to write these extensive plugins like Brajesh his Gallery component. This is not something you can do easily it takes a lot of time, effort and support (after release).
Imagine you working hundreds of hours on something and then giving it away for free and spending most of your free time working on it. Having to deal with people who are STILL complaining and asking for more features without paying anything for it. Frankly that’s a big part of the life of a BP developer right now, and your reply makes it even more clear how ungrateful people can be.
You would not even have BuddyPress if it was’nt for people like Brajesh who work their ass of for free. If you still want more and are not satisfied then you should create it yourself, for free! And don’t forget to release it to all of the other users and give support and handle all the complaints and feature requests!
Looking forward to your plugins!
edit: another thing.. I’m a member of BuddyDev and the cool thing is that you can directly ask for features you would like to see developed. Right now we (Brajesh, Mercime and others) are brainstorming about Default Global Widgets (for blogs) Facebook Connect Pro and many other cool ideas, which actually have a good chance of being made by Brajesh.. Combine that with some great plugins like “Let a user choose a theme on signup” and the upcoming Gallery component and you have a huge bang for your buck
January 7, 2010 at 10:47 am #60255In reply to: Group Admin, title change.
Suman Shrestha
ParticipantIn \plugins\buddypress\bp-groups\bp-groups-templatetags.php on line 654 change to
<span class=”activity”><?php echo $admins[$i]->user_title ?></span>
and it should give default value i.e Group Admin
January 7, 2010 at 10:22 am #60252In reply to: How to change built in BuddyPress verbiage
Michael Eisenwasser
ParticipantWhere can I find out what the starting text should be in the custom po file? I downloaded Poedit and figured out how to make a file called buddypress-es_US.po. Now I just want to know what to put in that file!
Any help will be greatly appreciated
January 7, 2010 at 8:00 am #60247In reply to: 1.1.3 or 1.2?
@mercime
ParticipantBowe may be referring to this …
The issues with white screens will probably be because I’ve removed all deprecated code from BuddyPress. I’ll be supplying a backwards compatibility plugin that can be enabled on a site so old code can be supported.
January 7, 2010 at 7:43 am #60244In reply to: 1.1.3 or 1.2?
Paul Wong-Gibbs
KeymasterJust found https://buddypress.org/forums/topic/publishing-documets-to-a-group#post-32999 which I assume you may have been referring to. I’m sure themes will straightforward enough to provide back-compat for but again we’ll wait and see about comprehensive plugins (think ones that add new components or do serious heavy lifting).
January 7, 2010 at 7:41 am #60243In reply to: Terminology – Apples to Oranges
Paul Wong-Gibbs
KeymasterThere have been at least two nights of discussion in the WordPress and WordPress MU IRC dev channels about this. Tonight will be a third night of discussion, I’m sure, in the WordPress meeting.
As the naming of WordPress features isn’t something that is to do with BuddyPress directly, I kindly suggest you visit the WP or WPMU forums — or IRC — and contribute to existing threads so that your comments will be seen by more people.
January 7, 2010 at 7:31 am #60240Paul Wong-Gibbs
KeymasterCould you make a trac ticket on https://trac.buddypress.org/ for this issue? Not sure if WPMU/BP bug or to do with the plugin, but if you create the ticket so I get a reminder, I’ll give it a test.
January 7, 2010 at 4:53 am #60237In reply to: Joinless groups?
Mike Pratt
Participant@David Well, I’m stumped. I am on the same exact install as you and I get he admin panel for auto join when I click on my link. Email me at mike @ mikepratt . tv and I’ll try and figure it out.
Of course, I am now getting
BuddyPress is ready. You’ll need to activate a BuddyPress compatible theme to take advantage of all of the features. We’ve bundled a default theme, but you can always install some other compatible themes.
on 1.2-rare with my theme activated (even though it’s an untouched clone of default. Who knows
January 7, 2010 at 4:45 am #60236In reply to: Group Admin, title change.
John James Jacoby
KeymasterHave a look at this topic about changing built in vergiage. Probably would have saved you some time.
January 7, 2010 at 4:28 am #60235In reply to: tumblr.com based on WPMU ?
PH (porsche)
ParticipantMAN.. I wish they had a BuddyPress plugin that turns my install into a Tumblr like clone.. I especially like the “LIKE/HEART” function and the “FOLLOW” function. that would be sweet.
January 7, 2010 at 2:34 am #60232abossola
Participant@Peterverkooijen sorry for the confusion but I was actually referring to the Buddy Press Registration Options Plugin that you actually mentioned. I seem to be having issues with it and I just wanted to confirm a few things.
DJPaul, registration are coming the normal registration page and I’ve set the BP Registration Options plugin set to enabled.
January 7, 2010 at 1:50 am #60228In reply to: Photo Albums…. omfg!!
Jean-Pierre Michaud
Participant@Brajesh… never feel sorry for someone who can’t read properly… just point the fact, period. If you start feeling sorry each time someone whine about the price of your memberships, you will work hard time on that, and you loose interests…
i have the same situation on my site… i have “freebies”… accessible when people are subscribing a membership… lol… the freebies are available freely, but you need to pay for support. i never charged for the scripts themselves, but people continue to whine about that even on other public forums, that they know i lied by charging for scripts that are supposed to be free… people think we owe them all our lives and they want free things only.
personally, i would pay 500$ for a complete buddypress with “all you can eat”…
January 7, 2010 at 1:43 am #60227In reply to: Photo Albums…. omfg!!
Brajesh Singh
ParticipantI am sorry if you got confused by buddydev.com for budypress. I will like to know, where you got the feeling that Buddypress is charging?,I have made it a clear point on the membership page of my site that It is NOT associated with buddypress.org, still if there is something confusing, that must be removed.
BuddyPress is not chargin anything,It is free(as already mentioned above),
Yes, I am charging a membership fee for access premium plugins on my site(and this preticular plugin will be available to you as free within 3-6 months as mercime already pointed.)I have already promised this in another thread here, I am sorry you still got confused.
Just wait for few months, I am sure, I will put it as free on/before bp 1.3 comes out.
Thanks
Brajesh
January 7, 2010 at 1:34 am #60224In reply to: Photo Albums…. omfg!!
@mercime
ParticipantAnd BuddyDev.com never claimed to be affiliated with BuddyPress.org
And it’s $30 for 3 months. Per Brajesh, it will be released as free plugin within 3-6 months after it comes out. So you’ve got the premium members testing the gallery plugin and Brajesh improving on it before it’s released as a free plugin.
January 7, 2010 at 1:29 am #60223In reply to: Photo Albums…. omfg!!
r-a-y
Keymasterswaymedia is talking about Brajesh’s site:
BuddyPress.org is not affiliated with BuddyDev.com
Like Erich stated, the core BuddyPress platform will always remain free and open-source.
Additional plugins and functionality are available from third-party sites for free, or in Brajesh’s case, on a paid-subscription basis.
January 7, 2010 at 12:56 am #60218In reply to: Photo Albums…. omfg!!
abcde666
ParticipantBuddyPress.org / testbp.org is for sure NOT charging for anything.
-
AuthorSearch Results