Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 56,451 through 56,475 (of 69,016 total)
  • Author
    Search Results
  • #68355
    modemlooper
    Moderator

    bizarre it just asked to update and so I did and now it works

    #68354
    modemlooper
    Moderator

    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?

    #68353
    rich! @ etiviti
    Participant

    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?

    #68352
    modemlooper
    Moderator

    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.

    #68349
    rich! @ etiviti
    Participant

    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.

    #68348
    rich! @ etiviti
    Participant

    inside the function you could add

    if ( !is_site_admin() )
    return false;

    you should package up all the small updates into a simple plugin – this sounds very cool to add.

    #68347
    3sixty
    Participant

    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.

    #68345
    Tosh
    Participant

    I got it working :D Adding a update or reply, they get points. If a user deletes his/her own update it’s takes points away.

    Only thought I had if I where to delete another users comment/update. It deletes the points from my account instead of theres.

    Here is how I’m deleting points:

    // Remove 5 points for comment delete
    function my_bp_delete_comment_add_cppoints() {
    if( function_exists('cp_alterPoints') && is_user_logged_in() ){
    cp_alterPoints(cp_currentUser(), -5);
    cp_log('Comment Removed', cp_currentUser(), -5, Community);
    }
    }
    add_action('bp_activity_action_delete_activity','my_bp_delete_comment_add_cppoints');

    #68344
    rich! @ etiviti
    Participant

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

    #68342
    3sixty
    Participant

    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.

    #68340
    rich! @ etiviti
    Participant

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

    #68337
    rich! @ etiviti
    Participant

    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/

    #68336

    In reply to: BP Album vs BP Gallery

    foxly
    Participant

    @mercime – I’m not insulting anybody. I’m asking some tough questions about what this community is doing to get a high quality, free BuddyPress photo album plugin out, and that seems to be making some people in here a bit uncomfortable.

    Hopefully, uncomfortable enough that people start building things.

    Namely, a plugin.

    What all of the people posting “BP Gallery is Free, etc, etc, it will be released free when we have a stable version” are missing, is that if Brajesh would just upload his code to the SVN *right now*, we could all jump on it and help him finish building and testing the plugin.

    Look, I have nothing to gain financially by building a BuddyPress photo plugin. I just want this problem solved so I have a stable, reliable plugin to use on my websites, that doesn’t depend on just one person to keep it going.

    @thekmen – good point.

    ^F^

    #68334
    tazatek
    Participant

    FYI –

    I’ve run into the same identical situation.

    I’m with WP2.9.2 (latest) and BuddyPress Version 1.2.2.1 (latest)

    WordPress Install is a fresh install

    I’m on a linux VPS with HostGator.

    I have no plugins installed, other than BuddyPress

    I’m using BuddyPress Default 1.2.2.1 theme.

    As far as I can tell, all links are working, except 2.

    One is http://www.gjzone.com/forums –> returns a 404 and there is nothing in the logs that indicates a problem

    Two, if I create a group, and place a check in the box for including in forum discussion, I get a 404

    I don’t see anything in the logs (which seem to be limited in scope anyhow)

    My htaccess is 644, and seems to have standard WP stuff

    the bp-config.php file gets written and looks ok (no garbled input, etc)

    I have forums enabled

    I’ve deactived/re-activated buddypress plugin

    I’ve disabled/enabled forums

    Any help on this would be greatly appreciated.

    Matt

    #68333
    3sixty
    Participant

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

    Doh!

    #68332
    shazril
    Participant

    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.

    #68331
    David Lewis
    Participant

    I wonder if attempting to rename bp-core-signup.php might help. Who know how many things I could break though. LOL.

    Anyway, I just duplicated the /registration/register.php file in my child theme and completely deleted this line… maybe that will help

    <p><?php _e( 'Registering for this site is easy, just fill in the fields below and we\'ll get a new account set up for you in no time.', 'buddypress' ) ?></p>

    #68330
    rich! @ etiviti
    Participant

    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

    #68329
    David Lewis
    Participant

    Okay… I am STILL getting SPAM registrations. I’ve done the following:

    • Changed signup slug
    • Installed hashcash (works with BP now)
    • Disabled “Allow blog administrators to add new users…”
    • Deleted BuddyPress credit in footer.php
    • Deleted wp-signup.php
    • Created a robots.txt file to disallow robots from my signup slug

    Any more ideas? Short of Catcha? Altho’ I’m thinking even that won’t work.

    #68328
    modemlooper
    Moderator

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

    #68327
    r-a-y
    Keymaster

    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.

    #68324
    mollyfud
    Participant

    I am trying to use the Facebook Connect buddypress plugin with 2.9.2 WordPress and the Latest BuddyPress. It doesn’t seem to be working. Is that everyones experience or have I broken something?

    TIA

    #68322
    Andy Peatling
    Keymaster

    The default view for the member directory is “active members”. This will only show users who have logged in since you activated BuddyPress, and are therefore considered active (last_activity meta is present). If you change the ordering to something else, the members will show.

    #68320

    In reply to: BP Album vs BP Gallery

    thekmen
    Participant

    Don’t want to jump in on an argument, but do want to say that because BP Album+ is available for free download now, it is simple for theme developers to integrate into custom BuddyPress themes.

    With BP Gallery being a paid download for now, I’d reckon not as many theme developers will support it as they might not have access to the template files?

    #68318
    r-a-y
    Keymaster

    I’m going to let you try this on your own ;)

    Don’t worry! I’ll give you some hints.

    Create a function like the above and then find the appropriate BP action to hook your function to.

    Look in /buddypress/bp-activity.php. Do a search for “do_action”.

    If you want more hints, the BP actions are:

    – bp_activity_posted_update

    – bp_activity_comment_posted

    You might want to subtract points if someone deletes their own activity as well.

Viewing 25 results - 56,451 through 56,475 (of 69,016 total)
Skip to toolbar