Search Results for 'buddypress'
-
AuthorSearch Results
-
July 4, 2009 at 3:45 pm #48523
In reply to: buddypress + p2 theme
Jason Pelker
ParticipantI recommend the Post Haste WP plugin: https://wordpress.org/extend/plugins/posthaste/ to replicate some of the functionality of P2, but having the advantage of theme portability.
It took me weeks to find it, but I think it’s pretty great.
July 4, 2009 at 2:36 pm #48521In reply to: filter content for all site (e.g. by country)
21cdb
ParticipantI’m looking exactly for the same kind of functionality. It would be awesome if some developer would go on for this feature!
I’m pretty sure Burt could do such thing. His BuddyPress Contents 1.0 Plugin goes in the same direction of content organization.
It would be great if he could say something about the possibilites to implement such feature in bp.
July 4, 2009 at 9:14 am #48512In reply to: [URGENT] Problem with Group Avatar image
wamp
ParticipantFound the root cause of the the problem!!!
It is due to plugin conflicts with Dynamic Content Gallery. De-activate this plugin and Group Avatar works fine.
July 4, 2009 at 8:46 am #48509In reply to: where is the Buddypress bar script code?
r-a-y
KeymasterTo elaborate what DJPaul said, you’ll need to modify the admin-bar.css so the position is fixed.
Just an FYI, IE6 doesn’t like position:fixed.
July 4, 2009 at 8:44 am #48508In reply to: where is the Buddypress bar script code?
Paul Wong-Gibbs
Keymaster/buddypress/bp-core/css/admin-bar.css
#wp-admin-bar
July 4, 2009 at 4:28 am #48501In reply to: about globals, sessions & cookies.
John James Jacoby
Keymastergrosbouff, so you have a set of administrative default filter settings, and you’re going to let users set their own filters and customize existing queries? Is that right?
If so, then Andy is of course correct. It won’t need this in a session because once the plugin is loaded via buddypress, the info is available without any additional queries to the db once the data is acquired for the first time. It shouldn’t slow anything down, other than the initial gathering of the data.
July 3, 2009 at 10:53 pm #48494takuya
ParticipantAlso, if I’m logged into facebook on my computer, and close facebook,
You tech genius wouldn’t do that, right?
July 3, 2009 at 10:46 pm #48493takuya
ParticipantThis project sounds nice, but I haven’t seen honewatson a while online.
July 3, 2009 at 10:31 pm #48491In reply to: bbPress 1.0 released!
gen-superman
ParticipantI got the discussion forums for bp press working fine after updating to bbpress v1.0:
Instead of fully installing fresh the bbpress v1.0, I decided to take a different route and just updated the bbpress directory from bbpress v-1.0-rc-3 to v1.0.
That went very smoothly. I followed the update instructions that are listed on the bbpress website for the old 0.9.0.2. Those update instructions still work, but the bbpress v1.0 seems to update much more smoothly then that.
The Steps I followed for upgrading(Keep in mind I have WPMU):
– Make sure WordPress is updated to fullest version, mine is currently WPMU 2.7.1
– Make sure you already have the following plugins installed, updated and configured:
a) BuddyPress 1.0.2
b) bbPress Integration 1.0
– Now follow the directions listed on the bbpress website, which is the old upgrade/update procedures for bbpress 0.9.0.2.
(Although my current version was bbpress v-1.0-rc-3)
– Make sure that you have the following:
a) I had to create a separate bbpress keymaster account for it to work, so I have the admin account for my wordpress mu and a separate keymaster account for my bbpress. That was the only realistically way of getting this to work for me, it kept erroring on me if I didn’t.
b) While in your keymaster bbpress account make sure that you have the plugin BuddyPress Support Plugin installed (You might check for an update version.)
c) Now begin the documentation upgrade/update stuff. You don’t have to turn off the plugins as I didn’t and it worked fine.
d) You will want to follow the instructions and remove the directories through FTP in your bbpress that need removed.
Here is it word for word from the bbpress website:
To upgrade bbPress from a previous version takes just a few minutes.
These instructions cover upgrading to version 0.9.0.2
First, you should always back up your files and your database in case something goes wrong.
Second, deactivate all plugins.
Third, keep the following files and directories.
1. Rename your existing config.php file to config.old.php (and keep it)
2. my-plugins/ (if you have it)
3. my-templates/ (if you have it)
and delete everything else.
Fourth, upload the newest version of bbPress to your server.
Fifth, visit your bbPress site and run the installer which appears. On step one of the installer, enter the database details for the same database you had been using for the previous version. The installer will either create a new config file or show you the contents to paste into a file manually. Then complete the rest of the installation process.
Sixth, log in and visit your bbPress admin panels. If you see an upgrade link instead of the normal screens, click it. If you don’t see an upgrade link (it would have been really obvious), continue to the next step.
Seventh, visit the new “Settings†area of the admin and edit any details or settings in the “General†section. Also reactivate your plugins one by one (some may need to be upgraded as well).
Eighth, sit back and relax; you’re done!
e) Now, just upload your new bbpress v1.0 files to the directory. Go, to the url of your installed bbpress and insert the bbpress sql database information that you created.
f) At this point it will politely yell at you once you click next, informing you that the database is already created and that a bbpress is already installed.
g) Now, keep in mind that your bb-config.php file is brand new now. So, you will need to copy your old “KEYS” from the bb-config.old.php back to the new bb-config.php. Otherwise the discussion group forums check box won’t appear in the buddypress group creations.
* @since 1.0
*/
define( 'BB_AUTH_KEY', '###########################' );
define( 'BB_SECURE_AUTH_KEY', '##################################' );
define( 'BB_LOGGED_IN_KEY', '#####################################' );
define( 'BB_NONCE_KEY', '###########################################' );
define( 'WP_AUTH_COOKIE_VERSION', 1 ); // Because it is wordpress mu v2.7.1
/**#@-*/h) Make sure that you in your new bbpress v1.0 on your website, that you login with the keymaster account that you created, as the bbpress keymaster has the access to the bbpres plugins sections. In the settings section, check the wordpress integration settings. Make sure all the keys are correct, next you will want to click on the box at the bottom that reads :
Show advanced database settings
If your bbPress and WordPress site do not share the same database, then you will need to add advanced settings.
Make sure you input your wordpress mu 2.7.1 sql database configuration settings into those fields. Otherwise, all of this will be for nothing and it would integrate and the users wont show up correctly. BTW, user database host is typically ‘localhost’.
Now click Save changes at the bottom of that page.
i) Back at the wordpress mu portion of your site, you will want to login back in with your admin account. Then go to your buddypress settings and click on forums Setup. You will want your bbpress username and passwords field to match your wordpress admin account only in this section. I couldn’t get the keymaster account to work with this part.
j) Now go to the groups section of the buddy press, you should see the “Group Forums discussion enable” box now there.
k) Lastly, don’t forget to check your wp-config.php settings, to make sure that the keys are properly set up there too.
For example:
* @since 2.6.0
*/
define('AUTH_KEY', '###################################');
define('SECURE_AUTH_KEY', '######################################');
define('LOGGED_IN_KEY', '#######################################');
define('NONCE_KEY', '##########################################');
define('AUTH_SALT', '##########################################');
define('LOGGED_IN_SALT', '############################################');
define('SECURE_AUTH_SALT', '#######################################');
define( 'COOKIE_DOMAIN', '.yourwebsiteurl.com' );
define( 'SITECOOKIEPATH', '/' );
define( 'COOKIEPATH', '/' );
define( 'COOKIEHASH', '##############################' );
/**#@-*/Hope that helps.
July 3, 2009 at 9:59 pm #48489In reply to: BuddyPress Showoff: Post your links
flynn
ParticipantHey all,
I posted briefly earlier, but I’ve now got something a bit more worthwhile to show you all

It’s a heavily modified version of a BuddyDress theme.
The Game Studies Network is a project from the University of Wyoming focusing on bringing together academics, students, researchers, and developers in the areas of new media and interactive media. We’re hoping to become something of a new media think tank.
Take a look and let me know what you think

Thanks everyone!
July 3, 2009 at 9:33 pm #48487Andy Peatling
KeymasterRoadmap is here: https://buddypress.org/about/roadmap/ lets start a new thread please.
July 3, 2009 at 9:24 pm #48486Burt Adsit
ParticipantHey Erwin. I’m implementing blog posts right now. That will serve as a guide.
July 3, 2009 at 9:07 pm #48484In reply to: User documentation is missing
chouxpastry2002
ParticipantDear Jeff,
Many thanks for guiding me in the way.But i am lacking in buddypress with only 2 functions. Users and Group file uploads. And integrated forums.
If there exist these facilities i would not have switched to elgg at this moment as a big fan of wordpress and eventually buddypress as well.
Regards,
Sam.
July 3, 2009 at 8:09 pm #48483José M. Villar
Participant+1
July 3, 2009 at 7:45 pm #48480libationblog
ParticipantHonewatson I am happy to give it a whirl.
July 3, 2009 at 7:25 pm #48479In reply to: Activation link show me errors
Paul Wong-Gibbs
KeymasterWelcome Pack v1.22 just pushed to the WordPress plugin svn. Expect to see it up in an hour or so. #buddypress
July 3, 2009 at 7:24 pm #48477In reply to: How to use full name, first name + last name
peterverkooijen
ParticipantI had this test version of a reordered registration form. It works.
But leaving the one fullname field as it is and splitting separate firstname and lastname to wp_usermeta using xprofile_sync_wp_profile() is probably the better solution – thanks Jeff Sayre and Nicola Greco.
How would that work? Has anyone done it? Can anyone point me to code examples?
I’ll try to figure this out myself, but don’t know where to start. Codex and bp-dev.org provide very little information. I don’t know where else to look.
Why is this not built-in to Buddypress registration by default? It would make the system much more consistent, in particular with an added check to make a two (or more)-part name in fullname required.
July 3, 2009 at 6:32 pm #48474Erwin Gerrits
ParticipantBurt, I am going to try it out ASAP!
I will need some instructions as to how to make bp-events work with this…
Great job so far! It’s quite a complicated project!
July 3, 2009 at 4:21 pm #48470libationblog
ParticipantHey guys thanks for the advise. I am navigating my way through a sea of 404 and 500 errors at the moment but, will power through.
July 3, 2009 at 2:15 pm #48467In reply to: Register page and user page 404 error
Jeff Sayre
ParticipantMake sure you have the bpmember theme in the proper place: /wp-content/bp-themes/
Then, make sure you have it selected in WPMU’s backend by navigating to the BuddyPress menu grouping like this:
BuddyPress > General Settings > Select theme to use for BuddyPress generated pagesChoose the “BuddyPress Default Member Theme”.
I took a look at my .htaccess file which currently has the
AddType x-mapp-php5 .php
Command to force the server to use php5. When I add the text from the htaccess.dist
Also, concerning the .htaccess file. It will automatically be created for you during the WPMU install. So, if you went to it and did not see anything, then something went wrong with the install. Why did you have to add the text from htaccess.dist to your .htaccess file?
July 3, 2009 at 12:13 pm #48466John James Jacoby
KeymasterEveryone is always very quick to advertise the benefits of a single-sign on service, or a go-between to allow users to sign into your website using any number of different credentials, but there are a few major flaws with this idea, and they are going to become extremely apparent very soon.
The first MAJOR flaw I see in this design, is that all it takes is one website to put up password stealing/sniffing code, and now you’ve given your twitter password to anyone with access to the sites malicious intentions.
The second MAJOR flaw I see from a developers standpoint is that you as a site administrator no longer have control over the user data that is using your website. This means tracking down a problem user that creates an account with their facebook, you ban them, their google, you ban them, their open_id, you ban them, etc… That, along with the fact that these user registrations tend to add their own cryptic names into your database fields; now you’re forced to try to know who “fb8288373” really is, when had they registered the normal way, you could see they are “johnjamesjacoby.”
From a user perspective, I don’t plan on using Facebook for the rest of my life, so when I delete my account in a few years, that means I can no longer use your site without creating a new profile.
Also, if I’m logged into facebook on my computer, and close facebook, and then my girlfriend walks over to a site and clicks on facebook connect and continue, it logs her in as me because I am still logged into facebook. Now I’ve registered at a website that I didn’t want to register at, and I have no way to delete that account, and who knows what kind of information they’ve decided to store about me by this point…
Quite frankly, I can’t wait for this trend to die. It’s a headache waiting to turn into a brain tumor in my opinion.
July 3, 2009 at 12:00 pm #48465gpo1
ParticipantWe need this has a buddypress plugin?
July 3, 2009 at 11:59 am #48464Burt Adsit
ParticipantI added the .pot file and manojkumar is helping me out on irc right this here moment. Mornin’ jjj!
July 3, 2009 at 11:58 am #48463John James Jacoby
Keymasterlibationblog, basically BuddyPress/WPMU will meet all of your needs and wants, but you might have to hold its hand and then twist its arm to get it to listen.
When you consider that WordPress alone can do just about all of the things you mention with the help of independent plugins, adding BuddyPress on top of it alleviates all of the user profile woes that WordPress alone can’t do. But if you plan on using BuddyPress, then you need to step up to WPMU, which sounds like you might not really need, but have to have to use BP.
The nice thing about WPMU is that you don’t need to let people have their own blogs, so it will work exactly the same as a single user WordPress installation does, but with BuddyPress on top of it.
I say give it a go, and give yourself a few solid days to get used to how BP works, and you will probably be pretty happy with what you end up with.
July 3, 2009 at 11:50 am #48462John James Jacoby
KeymasterHaven’t tested the localization yet myself Burt, but I’m about to now and it looks like it should work at first glance.
-
AuthorSearch Results