Search Results for 'buddypress'
-
AuthorSearch Results
-
October 5, 2009 at 1:42 am #53829
In reply to: Member Privacy – Limiting to 'Buddies' Only?
Jeff Sayre
ParticipantMy Privacy Component will handle this.
See this thread for details:
https://buddypress.org/forums/topic/buddypress-privacy-component-an-update
October 5, 2009 at 1:41 am #53828In reply to: BuddyPress Privacy Component: An Update
Jeff Sayre
ParticipantJust a quick update. I’ve been waiting for BP v1.1 to come out so that I could tweak the Privacy Component code were needed. I plan on sending Andy my component next week. After the two of us have had some time to kick it around, I will release it for private alpha. That should be soon!
October 5, 2009 at 12:27 am #53823In reply to: BP-FBConnect – usernames with foreign characters
takuya
ParticipantWordPress and therefore BuddyPress lack a lot of standard i18n features as core developers are mainly using English than other languages. They still haven’t figured out problems we have when we use our own languages within WordPress/BuddyPress.
Anyway, for the problem, there’s similar ticket on trac that names containing dots or dash don’t work on 1.1 environment. It may be related to this ticket.
October 4, 2009 at 11:55 pm #53822In reply to: BuddyPress 1.1 and Forums
John James Jacoby
KeymasterIn BuddyPress, all forums are still tied to groups, but now there is a group directory to assemble forums and topics in one central location.
October 4, 2009 at 11:50 pm #53820John James Jacoby
KeymasterI recommend reading https://codex.buddypress.org/developer-discussions/buddypress-forum/ if you haven’t already…
Peterkirn, did you choose a new installation or an existing one when you updated?
Here’s what’s happening, and how to fix it.
Since you picked new installation, your existing groups forums won’t work, because the forum_id’s they want to post to don’t exist in your new installation.
Basically, New installation = New database tables
If your old forums don’t have any important or relevent topics, or any at all, go back and forth between your “wp_bp_groups” table and your “wp_bp_groups_groupmeta” table, and remove the groupmeta entries with the group_id’s of your existing groups, that have any forum_id.
When you disable and enable the forums, it isn’t creating a new forum for them, it’s just turning off the ability. If you created a forum for an old group, and then create a new installation, the new database tables will be empty and your BuddyPress forums will look at those tables for data. If you use an existing installation, then BuddyPress will continue to use the old bbPress tables and allow an external bbPress installation to access them on its own, while letting the bbPress included with BuddyPress use it for its own purposes.
October 4, 2009 at 10:32 pm #53816Peter Kirn
ParticipantNow I feel bad that I ran out of time in late August / September and was unable to contribute to the test process, but that’s how it goes some of the time.
The reason I ultimately opted for a fresh install, even with existing groups, was that I discovered the option to *migrate* an existing install a) left bbpress as a separate install, which I didn’t want, and b) because we had opted to put bbpress’s tables in a database separate from the wordpress mu database.
So, the question is, how do we take these existing 25 groups and give them forums to connect to in the new bbpress-in-buddypress setup?
October 4, 2009 at 10:26 pm #53813Peter Kirn
Participantcopgarden: What were you upgrading from? How was your forum set up prior to the upgrade? I’m guessing there must be something different in your setup relative to mine.
Update – I have tried creating a NEW group and posting to that. That works fine. So I suspect that perhaps the issue is that the previous groups are trying to point to our old forums installation? I just need to figure out how to revert our existing 25 groups to whatever
In the database, how does BuddyPress 1.1 point groups at the appropriate forum in its new integrated bbPress install?
Actually, as I think about this, it makes sense that this didn’t work. Presumably, when you opt for a fresh install, it sets up bbPress inside buddypress but does not try to create any new forums. So how can I force those groups to create new forums, I wonder, if checking / unchecking doesn’t work?
On the same lines, for some reason – even though I opted to do a fresh install – the Forums link on the main homepage is still trying to point to our old forum install (that is, domain.com/forums).
October 4, 2009 at 10:17 pm #53812In reply to: BuddyPress 1.1 and Forums
Kailas
ParticipantGreat it works. Thanks for the help.
So how this forums different from groups?. To me it looks the same.
October 4, 2009 at 10:02 pm #53807In reply to: Details About the New Theme Architecture
Jeff Sayre
ParticipantIf you are creating a custom theme, make sure you read this Codex article first:
https://codex.buddypress.org/how-to-guides/upgrading-a-buddypress-1-0-theme-for-buddypress-1-1/
October 4, 2009 at 9:58 pm #53806In reply to: BuddyPress 1.1 and Forums
danbpfr
ParticipantDid you create a group forum ?
To get a forum you must first create a group.
Did you activate “forums” in BP component config; ?
October 4, 2009 at 9:42 pm #53803In reply to: bb-attachments and buddypress forum
Boone Gorges
KeymasterI really need bbattachments for my BP community, and I’ve already started work on porting it over to BuddyPress. There are a few hurdles to overcome, but I don’t think it will take too much longer. I’ll post more when I’ve got something for others to test.
Tore, you can feel free to send me that $100 anytime
October 4, 2009 at 8:20 pm #53797In reply to: New BP Chat plugin for Buddypress
Don Elliott
ParticipantIf it’s a money issue how much do you need to make this a priority? I realize this may not be the appropriate place to bring up this topic so please contact me through my site if this is an option. It’s a needed plugin and if paying to help give the developer enough time to finish it is the key I am willing to look into that!
October 4, 2009 at 7:37 pm #53796In reply to: Social Activity: Interacting with comments
Tore
ParticipantElrich told me about this plugin:
http://devbox.computec.de/2009/09/buddypress-activity-comments-plugin/
October 4, 2009 at 6:12 pm #53793In reply to: Trouble with @ -sign in the username
outolumo
ParticipantOk, I’ll write here a more precise description of what I did in case anyone has similar issues in the future.
There’s no restriction in registering email as an username in WPMU. The only place I’ve had trouble with the email address as the username is BuddyPress. However, there may be other places, since the @-character is tedious.
Anyway, since emails are unique in the installation, just like the usernames, they can be to uniquely identify the user logging in. The workaround the to problem is to use a separate username, and set the login procedure to use the email instead of username. Here’s a nice plugin for the task.
Of course this workaround creates a bunch of problems for me in the integration, since these usernames aren’t necessarily used elsewhere and use of the emails in this fashion is really a hack, but these issues may be easier solved in the authentication code, which is the most crucial component in the integration and where I want to concentrate all my custom settings. Or else I’ll have to figure out something else later.
October 4, 2009 at 5:05 pm #53790shedmore
ParticipantI see….I am trying to get my head around the buddypress architecture now, and I guess I got confused from the readme in the skeleton package
It says
Copy /bp-example/ and bp-example.php into /wp-content/plugins/ and activate the plugin.
Thats why I tried to activate it.
Reading that, I figured it had functions “working” so you could see how some of the aspects of the plugin interact with the hooks/front end.
I basically assumed it was a barebones (working example) of several functionsk and calls…but now ooking at it…I assume the statement in the readme is a template to…basically saying “this is waht you put in your readme”?
Thanks for getting back to me
October 4, 2009 at 4:54 pm #53788In reply to: bb-attachments and buddypress forum
Tore
Participant@ Mariusooms: Hahaha… I sent it as an email but perhaps he looked me up!

I’m not sure if an open source movement wants to add money into the mix. But I’d pay $100 for a working version of bb-attachments for 1.1. And it would of course be released to the public after that (as long as the one doing it accepts it)
(if inapropriate or only good over at job board group, tell me)
October 4, 2009 at 4:12 pm #53784In reply to: Forum Post Notification – BuddyPress and bbPress
westpointer
ParticipantYes, I’d love to team up on this Boone Gorges. That’s the type of functionality I plan to add to the next versions.
October 4, 2009 at 4:11 pm #53783In reply to: "Auto Group Join" plugin added
westpointer
ParticipantThanks for the input! I was confused when I posted the version information. I’m away from my main work computer right now so I can’t absolutely verify but I believe the version needs to be AT LEAST BuddyPress 1.1. The version of the plugin I posted does not work with 1.0.3.
I’ll update the plugin on Monday and confirm version information.
October 4, 2009 at 3:24 pm #53780In reply to: super-captcha issue
Mike Challis
ParticipantWere you able to resolve the problem?
I have a similar plugin that is fully WPMU and BuddyPress compatible:
SI CAPTCHA Anti-Spam
https://wordpress.org/extend/plugins/si-captcha-for-wordpress/
October 4, 2009 at 2:48 pm #53778In reply to: New theme framework and exisiting WP themes
Jeff Sayre
ParticipantThis is about as detailed of a step-by-step set of instructions you will find. The rest is up to trial and error, and experience!
https://codex.buddypress.org/how-to-guides/upgrading-a-buddypress-1-0-theme-for-buddypress-1-1/
October 4, 2009 at 2:40 pm #53777In reply to: Registration Email with wrong passwort, WPMU Bug?
Paul Wong-Gibbs
KeymasterThe group invite code in Welcome Pack 1.4 now just calls the BuddyPress functions. BP Bug?
October 4, 2009 at 2:03 pm #53774In reply to: No output from the loop on BP1.1 admin blog
oracleappscommunity
ParticipantOctober 4, 2009 at 1:08 pm #53770In reply to: bb-attachments and buddypress forum
Mariusooms
ParticipantMaybe if your avatar had a smiley friendly face like Jeff, he would have

Just kidding, it is a shame, since _ck_ has many plugins.
I suppose once a plugin has successfully been converted to buddypress by someone, we could track the changes necessary to make compatible bp-forum plugins? I have no idea how hard it would be to make them compatible…not looked at it myself.
October 4, 2009 at 12:27 pm #53769In reply to: bb-attachments and buddypress forum
Tore
ParticipantI’ve talked to _ck_ and s/he was not interested in developing for Buddypress.
Not even with payment for it. Bad news.
October 4, 2009 at 11:52 am #53768In reply to: how do you post on the wire?
abcde666
Participantthis might help:
comments relaized with wire.
http://devbox.computec.de/2009/09/buddypress-activity-comments-plugin/
-
AuthorSearch Results