Search Results for 'buddypress'
-
AuthorSearch Results
-
March 15, 2010 at 2:52 pm #68423
In reply to: Voting / Polls Plugin for Buddypress Groups Request
kriskl
ParticipantSo, what do you use as an alternative to them?
March 15, 2010 at 2:48 pm #68422In reply to: "Friendly HTTP Error Messages" causes 404
Xevo
ParticipantWordPress + Windows haven’t been a good combination since the beginning.
Don’t really think a lot of people are using BuddyPress/WordPress on a Windows server, therefore no one can really answer.
Hope for somebody having the magic solution or use a LAMP install.
March 15, 2010 at 2:41 pm #68420In reply to: Voting / Polls Plugin for Buddypress Groups Request
Xevo
ParticipantPolls are old fashioned, I haven’t used one for years.
Perhaps you should post this in the “BP1.2+ Plugin Wishlists” topic.
March 15, 2010 at 2:32 pm #68418In reply to: Voting / Polls Plugin for Buddypress Groups Request
kriskl
ParticipantNoone else thinks it is a good idea to have a Poll Extension for Groups?
March 15, 2010 at 2:12 pm #68415Gianfranco
ParticipantI am not totally comfortable with changing stuff in core files, without some guru out there telling me what to do, but is it possible that to solve the issue one needs to customize bp-core.php?
These particular lines grabbed my attention. Again, I am not going to play with it, before any good advise.
Line 95:
/* The domain for the root of the site where the main blog resides */
$bp->root_domain = bp_core_get_root_domain();
Line 608:
/**
* bp_core_get_root_domain()
*
* Returns the domain for the root blog.
* eg: http://domain.com/ OR https://domain.com
*
* @package BuddyPress Core
* @uses get_blog_option() WordPress function to fetch blog meta.
* @return $domain The domain URL for the blog.
*/
function bp_core_get_root_domain() {
global $current_blog;
if ( defined( ‘BP_ENABLE_MULTIBLOG’ ) )
$domain = get_blog_option( $current_blog->blog_id, ‘siteurl’ );
else
$domain = get_blog_option( BP_ROOT_BLOG, ‘siteurl’ );
return apply_filters( ‘bp_core_get_root_domain’, $domain );
}
March 15, 2010 at 1:47 pm #68412In reply to: Getting Buddypress avatars the right way?
Xevo
ParticipantBump, working with readdir and substr now and just looking for the avatar files.
Anyone have a better solution?
March 15, 2010 at 1:43 pm #68411In reply to: BP1.2+ Plugin Wishlists
Casey Trowbridge
ParticipantHere’s my most desired plugin idea at the moment. It is basically a copy of something already done to a degree on facebook.
Something like a relationships indicator. Say for example I have a friend on my Buddypress install but this friend also just so happens to be my girlfriend. It would be nice if I could set that relationship up.
What I’m thinking is that the plugin could come with some default relationships E.G.: mother, father, son, daughter, cousin, aunt, uncle, wife, husband, co-worker and so on…but also the ability to add a custom relationship. E.G. if I could list a friend as a audio co-host. Friend would be the default level so that a user wouldn’t have to go through and define the relationship between themselves and every single one of their friends.
The ability to notify a user that a definition had been assigned to our relationship so that they could confirm would also be nice. E.G. I identify userX as my girlfriend and she gets an email notice of that and has to confirm the relationship at which point is reflected in both of our profiles or friends areas.
Displaying this information could be done in a number of different ways and regulating who can see these relationships E.G. everyone, friends only, specific individual, private. It could be a separate section under either friends or profile. It would be nice though if say all of my siblings were listed along side each other, all my cousins were grouped together and so on.
March 15, 2010 at 12:57 pm #68409In reply to: [New Plugin] BuddyPress Group Forum Extras
rich! @ etiviti
ParticipantBtw, the sigs won’t work UNTIL you update the admin settings and choose a max length / max lines. May be best to set a default value for that?
believe i fixed that in the latest (0.1.3 – i just tested on a fresh install/new db) and it caught the _ck_ default values of 3 lines and 300 chars. if anyone else that installs – please verify this for me.
linking the ‘said’ to the post has proven not to be so trivial. since in the doing ajax i don’t have a reference to the topic template global and topic_permalink. Then on the bb_ side of things – that will return the internal bbpress install location. i may setup a hidden field like i do for nonce and pass it in via the ajax post
March 15, 2010 at 12:21 pm #68407In reply to: please come and help me
Xevo
ParticipantWow, wordpress and windows installs are bad.
Unless Windows solved the mod_rewrite issue, you won’t be able to use buddypress. WordPress should work though, but only with the non seo friendly and ugly links.
March 15, 2010 at 12:14 pm #68406In reply to: BuddyPress Template Pack
Andrea Rennick
ParticipantThere’s also /members/single/home.php
March 15, 2010 at 11:44 am #68399In reply to: How to grab xprofile data?
gaysurfers
ParticipantHi r-a-y
I have tried to post specific xprofile fields with no success.
It did work but since I installed the new version of buddypress (Version 1.2.2.1) it seems to have stopped working.
http://www.gaysurfers.net/members/I have tried the following:
<div class="item-meta"><?php bp_profile_field_data( 'field=Country' ) ?> - <?php bp_profile_field_data( 'field=Surf Spot' ) ?></div> and also <div class="item-meta"><?php bp_member_profile_data( 'field=Country' ) ?> - <?php bp_member_profile_data( 'field=Surf Spot' ) ?></div>I don’t know which one to use, but anyway none of them works. Is there some more code I need to add for it to work?
ThanksMarch 15, 2010 at 8:53 am #68383In reply to: BP Album vs BP Gallery
Mariusooms
ParticipantAs a developer I agree and understand gregfielding and foxly. It is though for developers to promote an open and active development enviroment along side paid subscriptions. Developers are far and between in regards to BuddyPress in comparison with the demand from users in the forums for features. Just look at how many post come with “What I would like in BuddyPress”, however contribution to third party plugins is ever so often.
It would be good for developers to contribute to each other and stimulate open source. Subscription fees don’t allow that, because another developer is not going to shell out money. So just merely to argue the point between paid and non-paid. Paid works fine for demand and users, but on the flip side it damages open source development and developer collaboration.
However, I do think in the last few months more developers have joined the bp community, which is good.
Paid subscription also doesn’t necessarily mean quality. Nothing in regards to Brajesh intent or skill or longevity that I know off, but I have been burned before by paying for software and never getting support and the product being abandoned. However, if the team is good, then it can also mean better quality, but free open source can be just as good or better or worse. It is no measure.
So from a developer standpoint I agree with foxly and gregfielding, but from a user demand perspective I can understand you have needs and wont mind paying for it. It fills a need, but it doesn’t help the open source community, which is what we are.
Can they co-exist? Probably, but in a perfect world, duplication should be prevented and collaboration should be encouraged.
Ps. I wrote this just to share my thoughts, I have no intend to fuel either fire or take sides, just discussing the issue at hand.
March 15, 2010 at 8:05 am #68379In reply to: Not a spammer but marked as a spammer?
janec
ParticipantOK…. I think I know the problem – members who do not click on the activation link will be marked as spammers automatically!
There is just one problem – when I test-registered with one of my email addresses (I used gmail) – gmail automatically trashed the confirmation email AND puts a big red warning sign that said the message was potentially a phishing email.
NO WONDER… my users are probably thinking that it was a fake email or a phishing email IF they even see the confirmation email at all.
Is this an issue that is being brought to attention with buddypress developers?
March 15, 2010 at 7:48 am #68377In reply to: Not a spammer but marked as a spammer?
janec
Participantthanks – but I am not on MU – I am on a regular wordpress v. 2.9.2 using the buddypress plug-in.
The same thing is happening for another one of my sites where I am using a buddypress plug-in for wordpress 2.9.2. That new user was marked as a spammer even though she is definitely not one!
March 15, 2010 at 7:33 am #68375In reply to: oEmbed for BuddyPress plugin – out now!
March 15, 2010 at 6:50 am #68373In reply to: BuddyPress Template Pack
hkcharlie
Participantanyone?
March 15, 2010 at 6:14 am #68371In reply to: New WP-BP Install, /Forums Refuses To Work
djsteve
ParticipantAn update to my situation in the post above..
I deactivated buddypress. Deleted all files in the buddypress foldder. Uploaded fresh 1.2.2.1 buddypress files. Reactivated buddypress. Then my forums tab disappeared from the public home page. So I went into the dashboard, clicked don forums setup, and it said I could install, etc… So I clicked to install a fresh bbpress.
It said it could not write a bb-config file and gave me the code to create one manaully.
I copied the code and put it in the root of my wordpressmu install as it said.
Forums tab now shows. I went to add a forum post, and the same thing happens – it just disappears.. like it is not saving any forum posts…
Any ideas?
March 15, 2010 at 5:52 am #68368In reply to: [New Plugin] BuddyPress Group Forum Extras
stwc
ParticipantNo love here for sig lines or bbcode (in principle), but I was trying to port ajaxed quote myself with no luck, so that’s a great help. Thanks!
March 15, 2010 at 5:50 am #68367In reply to: Facebook-Like-Chat Plugin for Buddypress?
pcwriter
ParticipantThat’s exactly what Dave’s buddypress-ajax-chat plugin does. Check it out.
March 15, 2010 at 5:29 am #68365In reply to: BP Album vs BP Gallery
Brajesh Singh
Participanthi Ray
hope you wont mind my earlier post .
Please take a look at my response to Travel-Junkie’s query here
https://buddypress.org/forums/topic/gallery#post-32530
If I release the plugin as it is now, for free, I am not sure I will be able to support the plugin as there will be a helluva lot of questions each and everyday until the plugin is mature enough. We are dealing with media and I know what sort of issues can come as of my experience from now. That’s why I always said It will be available as free as soon as the people think it’s mature enough.
Again, I support you guys developing album+, It was a need here and hopefully, when gallery stable is released I am going to point the people to album+ for a lighter/fee alternative as it seems now.
March 15, 2010 at 5:13 am #68364In reply to: Facebook-Like-Chat Plugin for Buddypress?
modemlooper
ModeratorI was using http://bar.meebo.com
It does not use the database but I find that it doesn’t matter as much as you think. It pulls in chats from gchat aim facebook.
March 15, 2010 at 4:52 am #68363In reply to: Facebook-Like-Chat Plugin for Buddypress?
djsteve
ParticipantI found this – http://ajaxim.com/ and it looks what it does what you all have been talking about, Free, open source, and easy to implement. Haven’t tried it on my site yet, but I would love to see someone mod it to only allow bpress logged in users to use it.
March 15, 2010 at 4:41 am #68357In reply to: New WP-BP Install, /Forums Refuses To Work
djsteve
ParticipantI am having a similar issue.
Wpmu 2.9.2, Bp 1.2.2.1
When I click on forums, then post a new topic, enter in everything. It goes back to the screen showing All topics (0) – and says “sorry there were no topics found”
I checked on the buddypress / forums setup tab in the backend, and it says:
bbPress forum integration in BuddyPress has been set up correctly. If you are having problems you can re-install
Should I try to reinstall the forums / bbpress? and if so which option would I choose?
Set up a new bbPress installation Use an existing bbPress installation
March 15, 2010 at 4:04 am #68356In reply to: [New Plugin] BuddyPress Group Forum Extras
3sixty
ParticipantEureka! it works. Thanks again for this great plugin.
Btw, the sigs won’t work UNTIL you update the admin settings and choose a max length / max lines. May be best to set a default value for that?
March 15, 2010 at 3:41 am #68358In reply to: [New Plugin] BuddyPress Group Forum Extras
rich! @ etiviti
Participantjavascript file is coming up 404… grab a new copy off the repo
-
AuthorSearch Results