Search Results for 'buddypress'
-
AuthorSearch Results
-
April 17, 2009 at 2:35 pm #42834
In reply to: BuddyPress Group Forums not updating in bbPress
elody
ParticipantThe Group Status Change Issue has just been solved by the creator of this great plugin : http://code.ourcommoninterest.org/2009/02/14/buddypress-group-forums-for-bbpress/comment-page-1/#comment-216
Next, the Name Issue
April 17, 2009 at 1:51 pm #42832Trent Adams
ParticipantIt would make sense to have a searchable blog for such code snippet creations. The restrictions on proper searching in bbPress makes it difficult to find things. I get better results searching google to find things I know exist in these forums. That is where a blog would be way better

Trent
April 17, 2009 at 12:31 pm #42828In reply to: Forum posters not showing right
Burt Adsit
ParticipantFrom the forums installation-readme.txt:
11. Enable user switching in bbPress by copying the following line of code into your bbPress
bb-config.php file:
$bb->bb_xmlrpc_allow_user_switching = true;
Needs to be in your bb-config.php
A helpful topic here: https://buddypress.org/forums/topic.php?id=471
April 17, 2009 at 10:36 am #42825plrk
ParticipantI too am in favor of the “another blog on this site” option.
April 17, 2009 at 10:21 am #42824Andy Peatling
KeymasterHaving thought about it more – my vote would be another blog on this site.
For a few reasons:
1. People can use the same login, and therefore comment without being spammed or moderated.
2. We can promote regular BuddyPress community members to \”snippit creator\” status.
3. We can track all the snippets in activity streams.
4. We get nice buddypress.org permalinks for every snippet.
5. RSS.
April 17, 2009 at 3:16 am #42816Jeff Sayre
ParticipantMascix, this is really a WPMU question. I suggest searching the WPMU forums and if you can’t find the answer, then start a new thread there.
April 17, 2009 at 3:01 am #42813In reply to: Help needed developing DP-Achievements plugin
Jeff Sayre
ParticipantDJPaul-
Just a couple quick thoughts specific to BuddyPress:
1. Has x number of friends. Triggered at each admin-set interval such as 25, 50, 100.
2. Has joined x number of groups.
3. Has started x number of groups.
4. Has contributed x number of group wires
Each of these are basically milestones that could be set in the backend. As each milestone (achievement) is reached, a new icon could be displayed in the user’s profile.
Nothing fancy. Just quick ideas.
April 17, 2009 at 2:39 am #42812In reply to: FAQ: How To, Code Snippets and Solutions
Jeff Sayre
ParticipantHaving problems uploading an avatar? Do they turn black? Do they not show up at all? Does the cropping tool malfunction?
https://buddypress.org/forums/topic.php?id=302#post-1212
https://buddypress.org/forums/topic.php?id=1960#post-10404
Some good advice on how to change blogs.dir directory permissions: https://buddypress.org/forums/topic.php?id=1153
Here is a rule of thumb. You do not want to try uploading too big or too small of an avatar file. By default, BuddyPress sets the small avatar at 50 by 50 and the large avatar at 150 by 150. So, if your source image is smaller than 150 on at least one of its dimensions, you could have issues with creating the large avatar. If it is smaller than 50 on at least one of its dimensions, you could have issues with creating the small and large avatar.
Finally, if you are still having issues after following the linked advice, you may have a WPMU plugin conflict–especially if you are using any plugins for image manipulation or display. Here is a list of plugins that can cause conflicts that users have reported to date:
- NextGen Gallery
- WP-cycle
- lightbox
- Dynamic Content Gallery
To figure out if you have plugin issues, follow the standard WPMU protocol for determining plugin conflicts.
April 17, 2009 at 1:58 am #42811Burt Adsit
ParticipantOh. bin.buddypress.org of course.
EDIT: I said that with just a knee jerk reaction. Kind of a ‘not invented here’ thing. Now that I’ve had time to think why, I realize it’s because we do need to control it. In case nobody has noticed, we’re have the opportunity to *not* follow the rules for technical support and software development. The nature of buddypress, it’s social nature, gives us the opportunity to invent something truly different and useful.
Don’t ask me yet what that is yet but signs of it are beginning to appear.
Complaints about the bp.org group forums not being live yet. They aren’t just complaints. They seem to be us, struggling to accomplish something in a certain manner and knowing that the tools are dangling before us.
We’re discussing code collaboration, commenting, sharing solutions to user problems and questions. Solving things in front of people. How best to accomplish that with code paste bins.
Suggestions and approval of a ‘technical blog’ that will show people, by example, how to do things.
It’s like we’re all suffering some vague malaise and we sense where to find the remedy.
April 17, 2009 at 1:47 am #42810Jeff Sayre
ParticipantI agree. A technical blog is different than a codex page is different than a code snippet. I like the idea of using whichever makes the most sense. I also think a dev group forum would be very useful.
However, I believe we are specifically talking here about where to host a code snippet library.
April 17, 2009 at 1:37 am #42809Burt Adsit
ParticipantI didn’t know we were being graded. Is there a curve? Seriously though. I see value to each approach. We’ll probably wind up using a combination of some if not all.
April 17, 2009 at 1:34 am #42808Jeff Sayre
ParticipantBurt, there is no all of the above on this test
April 17, 2009 at 1:29 am #42806Burt Adsit
ParticipantThanks Lance. Nice job.
I don’t like idea of permanently using outside paste bins right off the bat for the reasons you outlined. We’re already using them from time to time for temporary things. It’s just that, transient and temporary. I do like the idea of stuffing code on one for sharing and collaborating. Forums and blogs seem to hate code. A paste bin has lovely things like line numbers and syntax hilighting. Isn’t there a code editor built into wp itself? The regular one. I’ve never seen it since I’ve only worked with wpmu where it’s insanity to hand over the source code to a theme to all blog admins and give them a ‘save’ button.
I think the Codex pages should be sources of documentation and education not guides to implementation. That little tutorial I wrote today outlining how to mod the admin bar would be better suited as a blog post on that tech blog you mentioned.
I completely agree about the new FAQ sticky forum post. It only really solves my frustration at having to hunt the damn things down all the time.
A bp group forum like the one that exists would be an asset once Andy fires up the actual group forums. One problem/solution one thread.
So, it looks like I’m voting for all of the above.
April 17, 2009 at 1:23 am #42805Jeff Sayre
ParticipantLance, thanks for doing this!
I prefer option three (3), the self-hosted code snippet library. I agree with your assessment of the benefits of controlling our own snippet repo. Also, I think that we should use pastebin.com since, like WordPress, it is licensed under GPL.
April 17, 2009 at 12:18 am #42803In reply to: BP-FBConnect Plugin
Nirok
Participanti noticed that when a user signs out and the “log out” is showing nothing happens when they click it…. you have to refresh teh page and have the “logout of facebook” showing for taht to work… i think its the same issue if they attempt to logout using the usual buddypress logouts
April 16, 2009 at 9:31 pm #42798In reply to: How do I subscribe to a thread on these forums?
Anointed
Participantthanks Rayni:
On the rss idea, I do not see a button anywhere on this page to sign up for rss for this particular thread. Is there a trick to that?
As to activity streams:
Well as I don’t ‘blog’ or anything on this site that can ‘sort of’ work for now. I’d hate to have to go that route on my own buddypress setup though, as I may post 20-50 blogs posts a day, and respond to a few hundred other posts. The forum posts would simply get lost in the mix.
Are simple functions like subscribe and add to favorites not available in bbpress?
April 16, 2009 at 7:16 pm #42775In reply to: FAQ: How To, Code Snippets and Solutions
Burt Adsit
ParticipantHow to upgrade to the trunk version of buddypress
https://buddypress.org/forums/topic.php?id=2145
You don\’t have to use SVN if you don’t want to:
https://buddypress.org/forums/topic.php?id=2171
SVN is definitely the best way but not the only way.
April 16, 2009 at 7:13 pm #42774In reply to: FAQ: How To, Code Snippets and Solutions
Burt Adsit
ParticipantSecuring components from non logged in users:
https://buddypress.org/forums/topic.php?id=1651 (older)
https://buddypress.org/forums/topic/how-to-make-a-private-community#post-44616 (newer)
April 16, 2009 at 7:04 pm #42770In reply to: FAQ: How To, Code Snippets and Solutions
Burt Adsit
ParticipantHow to restrict users to one blog per user:
April 16, 2009 at 6:53 pm #42768In reply to: Why is BuddyPress stripping my object or embed tags?
Burt Adsit
ParticipantAh. Cool. Probably does the same thing as the little filter above.
April 16, 2009 at 6:47 pm #42794In reply to: FAQ: How To, Code Snippets and Solutions
Burt Adsit
ParticipantHow to modify the buddypress admin bar:
https://codex.buddypress.org/developer-docs/modifying-the-buddypress-admin-bar/
https://buddypress.org/forums/topic.php?id=2186 >> forum topic for discussion
April 16, 2009 at 6:30 pm #42792In reply to: Why is BuddyPress stripping my object or embed tags?
peterverkooijen
ParticipantFor me the Unfiltered MU plugin solved the problem.
April 16, 2009 at 4:47 pm #42790In reply to: Little localization request
Lance Willett
ParticipantHey Bpress-tr,
Good eyes! Please post this to Trac as a new ticket: https://trac.buddypress.org/newticket. Log in with the same user and password as here on BuddyPress.org.
April 16, 2009 at 4:17 pm #42788In reply to: BuddyPress Showoff: Post your links
harouni
ParticipantOh, I meant to say that my current problem is I can’t get a new registration to work. I’ve posted about it at:
https://buddypress.org/forums/topic.php?id=2184
I guess I’m just excited and eager, but stuck and I can’t do anything until I get someone’s advise who’s been through this before

Happy building
April 16, 2009 at 4:03 pm #42787In reply to: BuddyPress Showoff: Post your links
harouni
ParticipantThis is my notice of a fresh install on
http://club.consciousvibe.co.za
Its my first site, I’ll be relying heavily on these forums to get it to work, but its great to meet and greet everyone here.
Hi

I’m excited to be developing here
-
AuthorSearch Results