Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 60,526 through 60,550 (of 69,015 total)
  • Author
    Search Results
  • #57497

    In reply to: BP and BBPress issues.

    tajulsharby
    Participant

    I 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?

    #57494
    jj_75
    Participant

    thanks, sorry, I didn’t see that other board, I’ve posted it there now.

    #57493

    In reply to: Buddypress Spam

    stwc
    Participant

    I have had total cessation for the last two weeks without using plugins, using the procedure I outlined here.

    #57490

    In reply to: BP and BBPress issues.

    Xevo
    Participant

    @ tajulsharby: Update to the the latest WPMU (2.8.6) and Buddypress (1.1.2)?

    #57489

    In reply to: BP and BBPress issues.

    tajulsharby
    Participant

    Yeah, 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!!!

    #57487
    r-a-y
    Keymaster

    Ahh gotcha… wasn’t thinking of modding the Supporter plugin ;)

    Long day!

    #57486
    Xevo
    Participant

    Well 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. :)

    #57484
    r-a-y
    Keymaster

    Doesn’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.

    #57483
    Xevo
    Participant

    If your willing to pay, I believe you can already come pretty far with this plugin.

    http://premium.wpmudev.org/project/supporter

    #57482
    r-a-y
    Keymaster

    Hey jj_75,

    Thanks for posting, however job offers should be posted on the BP Job Board Group:

    https://buddypress.org/groups/buddypress-job-board

    #57480
    Xevo
    Participant

    When 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).

    #57478

    In reply to: Can't create a Topic

    Xevo
    Participant

    Forums 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.)

    #57474

    In reply to: Buddypress Spam

    mlovelock
    Participant

    Would 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.

    #57463
    djsteve
    Participant

    ALT 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 –

    af3
    Participant

    All, 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..?

    #57458

    In reply to: Buddypress Spam

    Xevo
    Participant

    Andy, 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/

    #57457

    In reply to: Buddypress Spam

    Andy Peatling
    Keymaster

    Also – 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.

    #57455

    In reply to: Buddypress Spam

    Xevo
    Participant

    They 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..

    #57454

    In reply to: Buddypress Spam

    bpisimone
    Participant
    #57451
    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.

    #57446

    In reply to: Date for next update?

    Andy Peatling
    Keymaster

    https://buddypress.org/about/roadmap/

    Use the development versions if you’re waiting and waiting, you’ll get the fixes first then.

    #57440

    In reply to: ok kids

    Andy Peatling
    Keymaster
    Andy Peatling
    Keymaster

    It’s really just about reading the instructions. if you read the instructions step by step then it’s not hard at all.

    #57433
    Andy Peatling
    Keymaster
    Kunal17
    Participant

    Thanks Ray,

    Ill give this a try and get back.

Viewing 25 results - 60,526 through 60,550 (of 69,015 total)
Skip to toolbar