Search Results for 'buddypress'
-
AuthorSearch Results
-
November 26, 2009 at 6:39 am #57497
In 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.
November 25, 2009 at 4:56 pm #57455In reply to: Buddypress Spam
Xevo
ParticipantThey should just use activation mail again, works the best.
There already exists a topic concerning these spam sign-ups. Haven’t had any problem with this yet, but that’s most likely because I have my wpmu/buddypress/bbpress in dutch..
November 25, 2009 at 4:53 pm #57454In reply to: Buddypress Spam
bpisimone
ParticipantHaven’t tested this yet, but this might work:
http://buddypress.webdevstudios.com/blog/2009/11/13/buddypress-registration-options/
November 25, 2009 at 3:41 pm #57451In reply to: Can you multi-site BuddyPress?
Ron Rennick
Participant@jjj I checked in the Aug-Sep timeframe and the hooks weren’t there in BP to do a true segregation by site. I have had a lot of requests for it from people using my multi-site plugin. I currently have 3 plugin releases/re-releases I’m working on. All 3 are at the tweaks & testing stages. Once those are done, I’ll be looking at BP & multisite.
November 25, 2009 at 2:09 pm #57446In reply to: Date for next update?
Andy Peatling
Keymasterhttps://buddypress.org/about/roadmap/
Use the development versions if you’re waiting and waiting, you’ll get the fixes first then.
November 25, 2009 at 9:28 am #57435Andy Peatling
KeymasterIt’s really just about reading the instructions. if you read the instructions step by step then it’s not hard at all.
November 25, 2009 at 9:17 am #57433In reply to: Using BP Default 1.1.2 theme as blog theme
Andy Peatling
KeymasterNovember 25, 2009 at 8:18 am #57430Kunal17
ParticipantThanks Ray,
Ill give this a try and get back.
-
AuthorSearch Results