Search Results for 'buddypress'
-
AuthorSearch Results
-
November 20, 2009 at 9:35 pm #57141
In reply to: BP-tricks.com (BuddyPress tuts)
Bowe
ParticipantSorry for the double post.. something went wrong here..
November 20, 2009 at 9:34 pm #57140In reply to: BP-tricks.com (BuddyPress tuts)
Bowe
ParticipantGreat to have so many people a board.. I’m not a programmer, so I will be mostly writing about marketing, tips and tricks, and re-explaining handy tips that I’ll find online (with the permission of the person who created it ofcourse).. So if I can get some bright minds a board who are willing to share some indepth BP knowledge it would be great.. With Xevo, Andrea and Brajesh who are already willing to help out, I think we could be on to something here!
I’ll keep you guys updated!
November 20, 2009 at 7:51 pm #57126In reply to: creating users with custom fields…how?
r-a-y
KeymasterManoj Kumar used to have a plugin to do this via CSV, but I’m not sure it works with BP 1.1+.
Check out these plugins:
http://manojkumar.org/user-import-for-buddypress/
http://manojkumar.org/bulk-import-members-users-plugin-for-buddypress-site/
You could probably hack it to work for BP 1.1 if it doesn’t work.
The only other way to mass populate your BP community would be to do it via mySQL or PHPMyAdmin.
November 20, 2009 at 6:40 pm #57121In reply to: BP-tricks.com (BuddyPress tuts)
Brajesh Singh
Participantcount me in too
looking forward to see your site active soon.
November 20, 2009 at 6:37 pm #57120In reply to: BP-tricks.com (BuddyPress tuts)
Xevo
ParticipantDefinately gonna help you out with this one, Bowe.
November 20, 2009 at 6:36 pm #57119Xevo
ParticipantYou mean what components should be activated for a user? Blog plugins and buddypress profile components are two totally different things offcourse. I’d rather not have my users touch plugins since it might cause confusion or bug problems. But on the other hand I would like to see that my users can switch off activity stream for themselves for example.
November 20, 2009 at 5:18 pm #57117In reply to: Blank page after install Buddypress 1.1.2
chrisk2020
ParticipantHi,
I was experiencing a similar problem – try checking to see if there are any tables in your database starting with wp_bp:
wp_bp_activity etc etc…
I think buddypress needs these tables to work and for some reason they are not being created. I copied the database structure from a working install of BP (44 tables) into the broken install – which only had 17 tables and things seem to be working.
November 20, 2009 at 4:35 pm #57112In reply to: BP-tricks.com (BuddyPress tuts)
Bowe
ParticipantI’ve gone ahead with this, and already working on the site.. I am currently customizing a existing WP theme, so it should be online very soon.. I’ll keep you guys updated and in the meantime it would be really cool, if you start thinking about things you would like to see explained on the site.. If you have a Tutorial laying around (Andrea?) and would like to contribute.. please contact me!
November 20, 2009 at 4:04 pm #57109In reply to: BP-tricks.com (BuddyPress tuts)
Sven Lehnert
Participantgreat idea!
November 20, 2009 at 3:34 pm #57105In reply to: Group Calendar Plugin
Nightlyfe
ParticipantHow are you finding this plugin integrates with Buddypress?
@david lewis
What are you using for managing events with Buddypress?
(The trac page has been up/down/up for a while now..)
November 20, 2009 at 3:31 pm #57104In reply to: Cannot login to new blogs.
Andrea Rennick
ParticipantThe blogs are controlled by MU though – not buddypress.
Turn off buddypress. If the blogs still don’t work, then it’s not BP. It has been an issue with WPMU before.
November 20, 2009 at 3:28 pm #57103In reply to: BP-tricks.com (BuddyPress tuts)
Andrea Rennick
ParticipantWe’d be up for some guest posts for sure. I can’t say I hadn’t thought of a bptutorials site.
November 20, 2009 at 3:20 pm #57102In reply to: BP-tricks.com (BuddyPress tuts)
Mike Pratt
ParticipantGood idea, Bowe. Funny enough, I secured bpuser.com with the idea of making a home for user level discussion (as opposed to developer) on implementing Buddypress. Not sure if I;ll ever do anything with it as I don’t want to re-invent the wheel, so to speak – but the need is there.
November 20, 2009 at 2:59 pm #57100josephtravers
ParticipantI’ve posted my “White Screen” topic in a new thread, as it doesn’t fit here, as it looks like the tables have been created. Can’t seem to delete my above post.
November 20, 2009 at 2:47 pm #57099In reply to: Cannot login to new blogs.
preachur
ParticipantI believe it MUST be a buddypress issue because none of the solutions in the WPMU forum work…. Not only that, this seems to be a common problem.
November 20, 2009 at 12:38 pm #57092In reply to: add_submenu_page is not working on all installations
Boone Gorges
KeymasterNovember 20, 2009 at 9:48 am #57088In reply to: buddypress = Content Aggregator
idotter
ParticipantBumping up this question again.
I need a tool, that makes it possible to do …
… Groups
… Friends
… Aggregation of delicious
… Aggregation of Twitter
… Aggregation of Google Reader
… Aggregation of external blogs
… Aggregation of other services (rss)
My question is now: Is it possible to aggreagte content from multiple sources and services through RSS?
November 20, 2009 at 5:52 am #57083In reply to: What do your spam signups look like?
stwc
ParticipantCross-posting this here from another thread. It’s now about a week since I’ve had anymore of the firstnamesurname19xx signups.
Well, I don’t know — I seem to have lucked out, or it’s just that my site is too new and so-far untrafficked, but the few very simple, small changes I made last week seem to have stopped the firstnamelastname19xx signups.
1) I changed the some of the text on the /register page.
2) I removed the “powered by” text in footer.php of my child theme (someone mentioned that it was being searched for)
3) I changed the register slug in wp-config.php
4) Added a functions.php file in my custom childtheme with the following code to redirect signups for all blogs to the Buddypress register page
function rk_signup_redirect() {
if (strpos($_SERVER['REQUEST_URI'], 'wp-signup.php') !== false ) {
$url = 'http://mydomain.com/customregisterslug';
wp_redirect($url);
exit;
}
}
add_action('init', 'rk_signup_redirect');where mydomain.com is, you know, my domain, and customregisterslug is the slug I changed in step 3.
I don’t think I changed anything else — no captchas or anything — and I’ve received zero splog signups in the 5 days since, after getting a few a day before that. Fingers crossed.
November 20, 2009 at 4:44 am #57080In reply to: BuddyBar for bbPress
omgitsrfb
Participantjjj,
thanks for the plugin but i can’t get to my bbpress admin when i use the deep integration code. using buddypress 1.0.3, wpmu 2.8.5.2 and bbpress 1.0.2. I have gone all five pages of this thread and tried everything everyone has suggested but whenever i put in the deep integration code i get redirected back to my blog’s homepage. if i take the code out i can access bbpress admin just fine. i have subdomains for my blogs but have forums on a subdirectory.
If there have been any further updates pls advise
November 20, 2009 at 4:27 am #57079In reply to: "new topic" or "new post" buttons missing
5477106
InactiveLooks like I found my answer: https://buddypress.org/forums/topic/where-the-hell-are-the-forum-management
November 20, 2009 at 3:48 am #57078In reply to: "new topic" or "new post" buttons missing
5477106
Inactiveas a side note, is there a way to even administer the forum? I see the forum setup under the buddypress option on the backend (which installed buddypress), but I don’t see the admin options for administering it (or perhaps that is what is missing along with the buttons?)
November 20, 2009 at 2:02 am #57076In reply to: Social Network Integration
madyogi
ParticipantThanks for the response, Jeff. That sounds very exciting. Is there ever any timeline on these kinds of things. We’re still in the 1.1 release. I’m going live with my site in January sometime.
I’m wondering what ways a person like myself (an experienced video producer and web designer by trade, a 50% capable/wannabe web developer) might stay ahead of this curve a bit and begin implementing/understanding some of these technologies before they hit BuddyPress, instead of just waiting around for 1.4 to come out.
Any thoughts?
November 20, 2009 at 1:49 am #57074In reply to: Upgrading procedures
thorosii
ParticipantI now understand the problem.
In order to get the new version to work I basically have to re-create my bp theme with the new theme files. I compared the standard new buddypress theme to mine after the upgrade and noticed that I don’t have a status directory for example I copied the contents of your bp-sn-parent into my bp theme and the new features all worked, except my css was now broken.
This is insane. I had paid someone a good deal amount of funds so that my bp theme matches my wordpress theme. Now I have to do it all over again if I want to move on from 1.0.3
November 20, 2009 at 12:56 am #57070josephtravers
ParticipantHi guys (and gals),
I too am using the one-click new installation option… it only asks me to create a bb-config.php file (and gives me what I should put in it), after which it says that “bbPress forum integration in BuddyPress has been set up correctly. ” … but nothing will load on any forum pages… all that shows is a white page. No header, no nothing.
By looking around in the files of the WPMU installation, I see all the bbpress files in the “wp-content/plugins/buddypress/bp-forums/bbpress” directory, including a “bb-config-sample.php” file, but no bb-config.php file.
The one-click installation page mentioned at the beginning of this post told me to put the bb-config.php file in the root directory of my WPMU install, but maybe I should put it in the same directory as “bb-config-sample.php”?
Thanks for any help… just installed BuddyPress today and love it!

[UPDATE]
Okay, I just checked my DB via cpanel, and the tables are there… but BuddyPress isn’t showing *anything* related to forums on my installation.
The forums on my site are here: http://www.greenparenting.ca/forums
November 20, 2009 at 12:38 am #57067In reply to: Buddymatic theme framework
capitalistdog
ParticipantI will let you know if I figure anything out for the IE error.
Here’s some screenshots of the errors i’m having with some of the child themes. Forgive me if this is a noobish question but, are these the typical kind of CSS errors, due to buddypress integration?
Aether Child:
http://api.browsershots.org/png/original/25/25e5e32516feff42fd1647bf7f8a13f3.png
Gallery Child:
http://api.browsershots.org/png/original/6c/6c325561a96d12f5a9d8062157037cbb.png
Commune Child:
http://api.browsershots.org/png/original/6f/6fe88fe62c86b006d92830d03bb46843.png
-
AuthorSearch Results