Group Mods

  • Avatar Image
  • Avatar Image
  • Avatar Image

Support: Third Party Components & Plugins (Support Group)

Post your add-ons here.

[New Plugin] BuddyPress Group Forum Extras (190 posts)

Started 5 months, 3 weeks ago by: rich! @ etiviti

← Group Forum   Support Forums
  • Avatar Image rich! @ etiviti said 5 months, 3 weeks ago:

    Download from Wordpress Plugin Repo: BuddyPress Group Forum Extras

    A collection of bbPress plugins to bring a little more forum feel to the group forums.

    Signatures (html tags are still limited to: a strong i )
    BBCode Lite (or option for Shortcode if internal only bbpress)
    Ajaxed Quote (requires theme edit on topic.php)

    I’m also looking to add the following:

    Report Post to Mod (use notification/messaging system to group mods)
    Support Forums (run nongroup forums)
    Best Answer or bb-reputation (Karma)
    Signatures administration to include defines set of html tag or bbcode

    Theme Edit is Required to use Ajax Quote

    groups/single/forum/topic.php

    Before the link:
    <a href="#post-<?php bp_the_topic_post_id() ?>" title="<?php _e( 'Permanent link to this post', 'buddypress' ) ?>">#</a>

    Please add this action:
    <?php do_action( 'bp_forum_extras_topic_links' ) ?>

    If you run an external bbPress – the bbcode subplugin will convert bbcode to html whereas the shortcode subplugin is for internal bbpress as it just hooks the wordpress shortcode filter on the post content. Also – the signature subplugin will use the same bb_get_option name as _ck_’s original bbpress plugin.

    Please let me know about any issues and any bbpress plugin requests to convert

  • Avatar Image r-a-y said 5 months, 3 weeks ago:

    Nice work!

    I’ve only tried the AJAXed quote so far, but it works as advertised.

    A suggestion for AJAXed quote, perhaps add a link to the post that’s mentioned for the “said” text.

    Also couldn’t BBcode be enabled across all components and not just the forums? I had a similar port of _ck_’s BBcode plugin doing this.

  • Avatar Image Modemlooper said 5 months, 3 weeks ago:

    Love it was adding the tinymce to forums today. This will be good to

  • Avatar Image rich! @ etiviti said 5 months, 3 weeks ago:

    A suggestion for AJAXed quote, perhaps add a link to the post that’s mentioned for the “said” text.

    nice, i’ll add that in there

    Also couldn’t BBcode be enabled across all components and not just the forums? I had a similar port of _ck_’s BBcode plugin doing this.

    If you use internal only bbpress – then just install Viper’s Shortcode BBCode and it works in buddypress activity updates (some reason buddypress does not include the shortcode filter on forum content – but that subplugin will enable it)

    if external, then just hook this filter on whatever _before_save stuff bp_forum_extras_bbcode_it (but i can add a small option to do this).

    Love it was adding the tinymce to forums today

    i have markitup working on an external bbpress but i noticed someone already wrote a markitup wordpress plugin – i was going to see what it takes to extend that into BP

  • Avatar Image shazril said 5 months, 3 weeks ago:

    Exactly what i’m searching for! Thanks for making it.

    I’ve installed the plugins but when I click ‘Forum Extra’ link in dashboard, the plugins admin page doesn’t show up.

    any suggestion?

    i’m running WP single user with latest buddypress.

  • Avatar Image 3sixty said 5 months, 3 weeks ago:

    <deleted post asking about missing dialogs etc. because I didn’t realize there were subplugins I had to activate>

    Doh!

  • Avatar Image rich! @ etiviti said 5 months, 3 weeks ago:

    I’ve installed the plugins but when I click ‘Forum Extra’ link in dashboard, the plugins admin page doesn’t show up.

    A blank page with just a title (or a WSOD)? make sure you enable the subplugins (ie, BuddyPress Forums Extras – Quote)

    If it works, then the Forums Extra admin page would look like this:

    Group Forum Extras
    Ajaxed Quote enabled.

    where do users enter their signatures? I don’t see the field anywhere:

    Under the member profile page, click the profile tab, then in the subnav menu – next to Change Avatar is ‘Change Signature’
    mybuddypressurl/members/memberusername/profile/forum-signature/

  • Avatar Image rich! @ etiviti said 5 months, 3 weeks ago:

    also an indirect feature of quotes is notification to the quoted member. (since the forum_activity_update will register the @mention )

  • Avatar Image 3sixty said 5 months, 3 weeks ago:

    etiviti,

    1. I think a lot of us got thrown off by the sub-plugin thing… maybe good to include a “instructions for dummies” that emphasizes you have to activate sub-plugins…

    2. BBcode and quotes are bulletproof. The addition of @mentions was ingenious. THANK YOU!!

    3. Signatures don’t work for me. I keep getting a “Signature removed!” error every time I try to post a sig. I’m just using plain text, no tags.

    Update: Signature strangeness continues… I did a “vanilla” install of WPMU 2.9.2 and BP 1.2.2.1. I could add a signature successfully ONCE, but when I went back to change it, I got the “Signature Removed!” error again.

  • Avatar Image rich! @ etiviti said 5 months, 3 weeks ago:

    message me the contents of the sig you are trying to save – i’m on single but i’ll install wpmu and see if i can’t replicate the issue. (what are the max lines/max length set to?)

  • Avatar Image 3sixty said 5 months, 3 weeks ago:

    etiviti, The contents of the sig were “test sig”. And I cannot set the max lines/max length… it just says “settings saved” but the fields remain blank.

    just heard from a user who had the same issue as me – cannot set sig.

    I’ll message you this info as requested, but wanted to post it here in case anyone else has the same issue.

  • Avatar Image rich! @ etiviti said 5 months, 3 weeks ago:

    Ok, *believe* I found the issue. I just tagged up 0.1.2 – so grab it when the site updates and please let me know if everything is working.

  • Avatar Image Modemlooper said 5 months, 3 weeks ago:

    when you quote shouldn’t it put the text into the box? i’m not getting this to work. The quote button is there when you click it moves down to box but nothing is entered.

  • Avatar Image rich! @ etiviti said 5 months, 3 weeks ago:

    ok tagged 0.1.3 as another bug on saving the sig settings popped up

    when you quote shouldn’t it put the text into the box? i’m not getting this to work. The quote button is there when you click it moves down to box but nothing is entered.

    I’d need some more info (do you have firebug? anything on net and xhr?) – but clicking “Quote” won’t onfocus to the textarea, so it shouldn’t move down. Do you have any other plugins installed that manipulate the textarea?

  • Avatar Image Modemlooper said 5 months, 3 weeks ago:

    nope, vanilla install I have set up to test plugins. Only thing activated is BP and your plugins.

    http://tempsg.com/buddypress

    EDIT It’s behaving like the #link

    Maybe the do action is in the wrong place?