Search Results for 'buddypress'
-
AuthorSearch Results
-
November 26, 2009 at 6:59 pm #57540
vividbreeze
Participantactually, is there a way to implement that theme and still use buddypress+wpmu ?
November 26, 2009 at 6:14 pm #57539Xevo
ParticipantDone that, been there. Works brilliantly.
1. Install WPMU.
2. Install Buddypress.
3. Change your keys in wp-config.php.
4. Install bbPress with intergrated settings (make sure you use the new keys you made). Make sure you install it in /forums and not in /forum because buddypress will nicely redirect his own /forums to your newly made bbPress install.
5. When everything works good, use this plugin.
Edit: Btw, if you wanna use buddypress login/profiles you can just use redirects.
Worked a charm for me.
November 26, 2009 at 5:03 pm #57532In reply to: Critique My New WPMU+Buddypress Website!
David Lewis
ParticipantLooks okay. All I’d say (as far as things that really stick out at first glance)… is that the logo is kind of a disaster. It’s kind of ugly and about 200% bigger than it needs to be. I think you could clean things up a lot simply by setting it on white and making it smaller.
Also… you probably have this on your radar anyway… but the banner ads are sticking out to the right. You probably want those contained within your header area.
November 26, 2009 at 4:32 pm #57523In reply to: Can't create a Topic
Xevo
ParticipantNo, you have to make a lot of plugins yourself if you want to fetch most data from buddypress, you would also have to make a bbpress theme that fits your current buddypress theme and after that make redirects from the bbpress profile to your buddypress profile.
It’s a tough road, but the end is worth it.
November 26, 2009 at 3:13 pm #57518In reply to: Critique My New WPMU+Buddypress Website!
capitalistdog
ParticipantVery nice! How did you get the Feature Content Gallery Working with WordPress MU?
November 26, 2009 at 11:46 am #57507Jean-Pierre Michaud
Participantas per your information, here is a product that answer your needs: http://www.thinkinginwordpress.com/2009/03/limit-number-of-blogs-per-user-for-wordpress-mu-and-buddypress-websiteblog-network/
November 26, 2009 at 11:19 am #57506In reply to: Roadmap 1.2 / some features are not that urgent
Jean-Pierre Michaud
Participantand a quick blog post: http://dev.benoitgreant.be/2009/11/24/buddypress-quickpress/ … working perfect…
no need to require something important when it is already created.
November 26, 2009 at 7:54 am #57498In reply to: Buddypress Developer Wanted – Paid Job!
Paul Wong-Gibbs
KeymasterClosing this thread as people can send the original poster a message if they are interested.
November 26, 2009 at 6:39 am #57497In reply to: BP and BBPress issues.
tajulsharby
ParticipantI wish I could but unfortunately it will take some times for me and my guys to get other customized plugin to work with the new release as we all have been playing with the current version which we had going in to for quite some time.
Yeah, I know the latest version has the solution but I really hope for a technical solution (hacking the core files i guess?) which will solve the problem logically.
Anyway, the variable $topic which I debugged through in the bp-groups.php file was not holding any value which I might suspected to be the source of the problem:
function groups_new_group_forum_topic( $topic_title, $topic_text, $topic_tags, $forum_id ) {
global $group_obj, $bp;
if ( $topic = bp_forums_new_topic( $topic_title, $topic_text, $topic_tags, $forum_id ) ) {
bp_core_add_message( __( 'Topic posted successfully!', 'buddypress') );
/* Record in activity streams */
groups_record_activity( array( 'item_id' => $group_obj->id, 'component_name' => $bp->groups->slug, 'component_action' => 'new_forum_topic', 'is_private' => 0, 'secondary_item_id' => $topic['topic_id'] ) );
do_action( 'groups_new_forum_topic', $group_obj->id, $topic );
return $topic;
}
bp_core_add_message( __( 'There was an error posting that topic.', 'buddypress'), 'error' );
return false;
}Anyone have ideas what the $topic variable does?
November 26, 2009 at 4:03 am #57494In reply to: Buddypress Developer Wanted – Paid Job!
jj_75
Participantthanks, sorry, I didn’t see that other board, I’ve posted it there now.
November 26, 2009 at 4:03 am #57493In reply to: Buddypress Spam
stwc
ParticipantI have had total cessation for the last two weeks without using plugins, using the procedure I outlined here.
November 26, 2009 at 2:46 am #57490In reply to: BP and BBPress issues.
Xevo
Participant@ tajulsharby: Update to the the latest WPMU (2.8.6) and Buddypress (1.1.2)?
November 26, 2009 at 2:41 am #57489In reply to: BP and BBPress issues.
tajulsharby
ParticipantYeah, mine has the same problem too…Ive tested the xmlrpc and the additional “$bb->bb_xmlrpc_allow_user_switching = true” code in bb-config.php file, added the bp-group plugin but still no luck in getting rid off the “There was an error posting that topic” message. It seem to be happening with all the sudden..or it may be a side effect of me activating certain plugins which I may not realize the effect of it.
Anyway i think my xmlrpc communicates well with the class.ixr file by using a plugin named xmlrpc – Say hello from bbPress. The expected output produces successfully which I think the source of the problem may not be from the xmlrpc thing.
I’m using bbpress 1.01, WordPress MU 2.8.1 and Buddypress 1.0.3.
Really appreciate if someone could provide me suggestions.
You guys rock!!!
November 26, 2009 at 2:04 am #57487In reply to: Buddypress Developer Wanted – Paid Job!
r-a-y
KeymasterAhh gotcha… wasn’t thinking of modding the Supporter plugin

Long day!
November 26, 2009 at 1:55 am #57486In reply to: Buddypress Developer Wanted – Paid Job!
Xevo
ParticipantWell for a programmer it’s probably easier to start off that plugin, it already got almost everything, several tweaks to it and done.
While if a programmer would have to start from scratch, it would take more time and time is money.
November 26, 2009 at 1:46 am #57484In reply to: Buddypress Developer Wanted – Paid Job!
r-a-y
KeymasterDoesn’t the Supporter plugin only support one level of membership?
I might be wrong…
It’s the multiple level permissioning that’s the big obstacle with this project.
November 26, 2009 at 1:29 am #57483In reply to: Buddypress Developer Wanted – Paid Job!
Xevo
ParticipantIf your willing to pay, I believe you can already come pretty far with this plugin.
November 26, 2009 at 1:10 am #57482In reply to: Buddypress Developer Wanted – Paid Job!
r-a-y
KeymasterHey jj_75,
Thanks for posting, however job offers should be posted on the BP Job Board Group:
November 26, 2009 at 12:07 am #57480In reply to: Critique My New WPMU+Buddypress Website!
Xevo
ParticipantWhen you thought you’ve seen it all.. you get suprised by a buddypress site for cleaners!
Looks like a nice rewrite of the “BuddyPress Corporate Theme”. Still not 100% done though, like the menu (unless you did it on purpose like that).
November 25, 2009 at 11:15 pm #57478In reply to: Can't create a Topic
Xevo
ParticipantForums in buddypress are coupled to a group, so create a group and use the forum in that.
(I personally just use a seperate bbpress install, since I dont like the group forums.)
November 25, 2009 at 10:41 pm #57474In reply to: Buddypress Spam
mlovelock
ParticipantWould be good if you could post ideas and solutions here too: https://buddypress.org/groups/fighting-spam-splogs
There’s already a few plugins etc mentioned there that might help you out too.
November 25, 2009 at 7:49 pm #57463In reply to: Search-Engine-Optimization plug-in ?
djsteve
ParticipantALT tags and title tags of the images that appear on the home page and sub pages of buddypress sites should be taken into to consideration for an SEO plugin, or future core development. Currently my BP site rank far below other sites when you google for the actual dot com, which is also in the title in big letters with the new default bp theme. Unfortuanelty google sees a majority of my site as
“home” and “group avatar”
there should be a way to change / add title and alt tag to the large site title, and the small title in admin bar. I would also experiment with appending the site tite to some of hte other images.. it would be better for me to have:
my-dot-com-home
my-dot-com-group avatar
my-dot-com-groups
my-dot-com-blogs
etc
right now if type in my dot com into google, another site shows number one result, and that site is completely blank – just an empty dot com folder – that’s my first clue that bpress seo is in need of help –
Svenl77 – even with poor english translation – you are very right about all of that – you have certainly done your seo homework!
I know some of the issue is the text content showing in recent sitewide posts is not helping, but pretty much everything else on the page is gravatar images and others that are not helping the front page to rank for it’s keywords – I could take groups and recent active members off the front page and see the effects.
I would love to know where in the theme or code it is controlling the “home” as title of my site title, and group avatar, and blogs, etc – To those alt and title tags are the second biggest seo mistake with buddypress right now –
November 25, 2009 at 5:35 pm #57460af3
ParticipantAll, thanks for the guide — got the integration finally working with WPMU+BP+BB.
I do have a question related to BP Group — how do i create a group that can be linked directly with existing forum in BP (BP is integrated with existing forum + topics) ?
At the moment, when i created a group in BP, the group will appear as a new forum in BB.
When I created a forum in BB, this is not automatically created as new Group in BP..?
November 25, 2009 at 5:20 pm #57458In reply to: Buddypress Spam
Xevo
ParticipantAndy, the username/email gets randomly made with every signup, so that won’t work.
Maybe this’ll help too: http://perishablepress.com/press/2009/03/16/the-perishable-press-4g-blacklist/
November 25, 2009 at 5:13 pm #57457In reply to: Buddypress Spam
Andy Peatling
KeymasterAlso – make sure you are marking the users as spam not deleting them. This will block the username/email from logging in and/or signing up again.
-
AuthorSearch Results