Search Results for 'buddypress'
-
AuthorSearch Results
-
September 9, 2009 at 3:55 am #52202
In reply to: Logging in/out issue with buddypress/bbpress
gerikg
Participantdo you have
define( 'BB_NONCE_KEY',?September 9, 2009 at 3:54 am #52201In reply to: give each blog their own buddypress?
chargertech
ParticipantAnointed,
If you ever get these figured out:
“1. As most everything displayed by buddypress is via widgets, I may be able to duplicate the widgets and then write some custom filters to only output what the ‘subdomain blogs’ users have been up to.
e.g. filtering the activity stream to only show activity from the blogs users which is being displayed.
2. for those displays that are not widgets, like the members list/groups list/ etc…
That may take a bit more filtering.”
I will be a happy camper. I’d love to use BP for my class site, I think the students would really dig it and it brings collaboration into the classroom. I just want the students to see the stuff from the class site and other students portfolios/blogs and not the blogs/sites I host for other things at school.
September 9, 2009 at 2:19 am #52198Jason Giedymin
ParticipantDeferring ticket # 979 until MU Ticket # 1111 is passed, in case anyone was following that ticket (gets your Buddypress gravatars to use https).
September 8, 2009 at 11:15 pm #52195In reply to: Group Forums Not Displaying Authors – PLEASE HELP!
r-a-y
KeymasterNope, it doesn’t work out of the box.
You could request it as an enhancement though.
Login with the same username and password as you use on buddypress.org.
September 8, 2009 at 10:18 pm #52192In reply to: Logging in/out issue with buddypress/bbpress
pxlgirl
Participantgerikg, I’ve done that, the cookiehash is in wp-config.php only.
September 8, 2009 at 9:56 pm #52191In reply to: Logging in/out issue with buddypress/bbpress
gerikg
Participanttake out cookiehash from bb-config.php just leave it in wp-config
September 8, 2009 at 9:44 pm #52190In reply to: Group Forums Not Displaying Authors – PLEASE HELP!
r-a-y
KeymasterYou’ll need to edit this file:
/wp-content/bp-themes/v1/groups/group-menu.php
Get acquainted with BP loops!
September 8, 2009 at 9:13 pm #52188In reply to: Importing from EzBoard/Yuku
benjancewicz
ParticipantThanks, r-a-y. I hope Yuku is nice to me…
Sorry, DJPaul. My goal is to import it into BuddyPress, but I didn’t know if perhaps there was some kind of import plugin like there are for importing other blogs into WordPress.
I don’t know what bbPress is either, but I’ll look it up.
Thanks!
September 8, 2009 at 8:25 pm #52186In reply to: BuddyPress Showoff: Post your links
gerikg
Participanthttp://kiaspeed2.com I changed the layout.
September 8, 2009 at 7:50 pm #52183In reply to: give each blog their own buddypress?
Anointed
Participant@DJPaul – Wow I wasn’t intending to start a debate about premium stuff in this thread. I simply paid to have a plugin developed for myself and thought it would be a nice thing to give it away. I have no idea if Aaron is going to offer it on the premium site or the regular site, I’ll leave that up to him.
September 8, 2009 at 7:33 pm #52180Jeff Sayre
ParticipantOkay, your BuddyPress site is so far out of date that you have a lot of work ahead of you. Since you installed the pre-release version of BP, there have been five major upgrades.
Unfortunately, you upgraded WPMU before upgrading BP. It would have been better for you to get BP up to date before upgrading WPMU, but that is now water under the bridge.
To help you down this road, please read this specific post and all the links it contains:
https://buddypress.org/forums/topic/upgrade-confusion#post-21013
As far as using your custom theme, you will have to look at the default theme files in BuddyPress 1.0.3 and see what needs to be changed. The theme files have gone through many revisions since RC-1 was released five (or more)months ago.
And, just to be proactive, a very-major rewrite of BuddyPress will be coming out in the next several weeks. BuddyPress version 1.1 uses an entirely different theme architecture. You can read about that here.
September 8, 2009 at 7:20 pm #52179In reply to: Logging in/out issue with buddypress/bbpress
pxlgirl
ParticipantAre you talking about these ones…
define( 'BB_AUTH_KEY', 'a85018...or these?define( 'COOKIE_DOMAIN', '.mysite.com' );
define( 'SITECOOKIEPATH', '/' );
define( 'COOKIEPATH', '/' );Both taken from my bb-config.php.
P. S. forgot to say, I got the 2nd part in my wp-config.php too, with this line above it:
define( 'COOKIEHASH', 'c9ablaaaaah.' );pxlgirl.
September 8, 2009 at 7:13 pm #52178In reply to: Logging in/out issue with buddypress/bbpress
Jason Giedymin
ParticipantI don’t know what happened to my post, it became unreadable.
You need the hashes, cookie domains, cookie hashes, etc…
There are tons of posts on bbpress.org that you’ll be able to use.
Also, don’t forget about the integration plug-in. It will help you out.
September 8, 2009 at 6:54 pm #52177In reply to: Logging in/out issue with buddypress/bbpress
pxlgirl
ParticipantBBpress 1.0.3, WPMU 2.8.4a, BP 1.0.3.
So if my intergration won’t work, what should I do next? AFAIK it needs all these keys and I took those I had on my wp-config.php. I’ve done a few things after that, I need to find that tutorial again.

pxlgirl.
September 8, 2009 at 5:50 pm #52174In reply to: Forum Integration: HELPING HINTS
Jimmy B.
ParticipantI’ve gotten WordPressMU installed (2.8.4a) and bbPress (1.0.2) installed. When you create a group the forum is creating in bbPress. I can post a topic on the bbPress side and it’ll show up in BuddyPress. When I try creating a new topic or replying to a topic I get that dreaded – “There was an error posting that topic” message.
I’ve made sure I enabled XMLRPC and Pingbacks in bbPress and added that line to my bbPress config. I also use that XMLRPC testing plugin and it returns normal data so it can connect to bbPress via XMLRPC.
Are there any other troubleshooting steps I can take or any ideas of what I might be missing?
September 8, 2009 at 5:14 pm #52170In reply to: White Pages whenever Hitting Submit
bpisimone
ParticipantThanks Jeff for the first breakdown, you’re a real help here!
I’m running WPMU 2.8.1 in the root as a directory install. BuddyPress is the last stable version.
I was also thinking it might have something to do with the nonce functions. What can cause something like that? It’ll be a coding error from my side, however I’m not sure where to look.
I modified the skeleton member theme to work with my WordPress theme design. I have not modified any of the core, just added custom functions to the skeleton theme.
– I switched back to the original BP theme, it seems to work correctly there. Where do I have to start looking then?
– Another question, if I started to work with the trac files to modifiy the new theme structure from the scratch, do I have to fear more changes until the launch of 1.1 (just to the theme files?)
September 8, 2009 at 3:58 pm #52168In reply to: give each blog their own buddypress?
Paul Wong-Gibbs
KeymasterI’m a believer of having some sort access to a trial version, or maybe demonstration site, when it comes to OSS. Of course need/should be able to charge money! For example I wouldnt buy a WP theme if I was only able to see a static image of one page before handing it over.
September 8, 2009 at 3:47 pm #52167In reply to: How to display the username, not the fullname
4274483
InactiveOk, I have update my scripts… now running WordPress MU 2.8.4. & BuddyPress 1.0.3.
I have also managed to change the fullname for the username by adding a filter to bp_user_fullname. But it only works for the profile page. I was hoping to change all the fullname for the username throughout the site. (I find the original bp fullname Vs username system to be very confusing)
Any Suggestions?
September 8, 2009 at 2:26 pm #52164In reply to: New Install Database Table missing error, pls help
omgitsrfb
Participantjeff or anyone else,
i tried adding the tables myself and they show up and work just fine but it didn’t resolve my issue so i’m gonna assume i need to do what suggests in this thread but i want to confirm the steps and order of those steps. pls confirm these are the steps and order to remove buddypress and reinstall manually for a website that has been in production for awhile but recently upgraded to wpmu2.8.4a and bp1.0.3. i have data and members that i need to save.
1. Read the ReadMe file
2. Backup database
3. Backup themes, plugins, wp-config, .htaccess and entire site, etc…..
4. deactivate buddypress
5. delete the bp directory
6. manually delete the bp tables in the database (tables that begin with bp_)
7. manually install bp
8. do this https://buddypress.org/forums/topic/site-wide-activity-widget-not-working#post-22156
is that all?
September 8, 2009 at 2:14 pm #52162In reply to: Logging in/out issue with buddypress/bbpress
Jason Giedymin
ParticipantDJPaul is right, you need to complete your integration. You’ll need to do than copy the defines over. For reference, what version are you using?
September 8, 2009 at 2:13 pm #52161In reply to: Logging in/out issue with buddypress/bbpress
Jason Giedymin
ParticipantDJPaul is right, you need to complete your integration. You’ll need to do than copy the defines over. For reference, what version are you using?
September 8, 2009 at 1:19 pm #52160In reply to: give each blog their own buddypress?
Jason Giedymin
Participant@DJPaul: I agree with you DJPaul, and I’m a hardened OSS supporter. If the ‘fees’ are small I feel like it’s more of a donation and I’m ok with them. I would be completely against things if the cost was more. But hey, people are allowed to make money from WordPress and it puts food one many people’s tables.
September 8, 2009 at 10:34 am #52154In reply to: Logging in/out issue with buddypress/bbpress
Paul Wong-Gibbs
KeymasterWell are you sure they work? Because unless I am misunderstanding what you’ve explained above, it seems it isn’t.
September 8, 2009 at 10:09 am #52153In reply to: Fighting Splogs
Michael Berra
ParticipantAny help on this one… I am pretty sure, this is a WPMU related issue, but the forum-answers over there do not really work for me (as described above). Those registrations seem to go directly – or buddypress “opened” another door…
THANKS!
September 8, 2009 at 10:07 am #52152In reply to: Logging in/out issue with buddypress/bbpress
pxlgirl
ParticipantYeah, I’ve done that, I copied the ones I have in my wp-config.php to bb-config.php and added BB_ on each of them. Is that what you meant? That was the only way I know to set this up.
pxlgirl.
-
AuthorSearch Results