Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 58,376 through 58,400 (of 69,016 total)
  • Author
    Search Results
  • snark
    Participant

    Yes, I’m using a normal, fresh install of Buddypress. By’global forum moderator’ Role (vs. just “forum moderator”), do you mean the ability to Moderate Groups as well as Forums? Mainly I’d just like Moderators to be able to delete forum posts and — if this is possible — have that deletion propagate over to the Group and Main Activity streams, so once a post is deleted from the Forum it is gone from all places. Currently I can’t even make this happen as an Administrator.

    There IS a user role called Moderator, yet it doesn’t seem to allow said Moderators to fully moderate anything — they can edit forum posts, I think, but not delete them.

    #62991
    r-a-y
    Keymaster

    MrMaz: Latest bleeding version of BP Links works beautifully! And even on a subdirectory install of BP. Works well and the AJAX for grabbing the avatar and item description is way cool!

    Couple of suggestions:

    -On the Links Directory page, for each BP link, can you remove the “Home” hyperlink, I don’t see the difference between clicking on that and clicking the “Comments” hyperlink

    -When you’re on a BP link, you see two tabs: “Home” and “Admin” (if you have the privileges to do so). Can you rename “Admin” to “Edit”? I think the word “edit” makes more sense.

    -Minor thing: In the WP admin area, can you move your “BP Links” settings menu under BuddyPress’ menu?

    -Major thing: Is it possible for the activity permalink to display the link avatar and vote panel? (eg. hxxp://example.com/activity/p/RAND-NUM/

    –If not, if possible, can you remove the “View” link from the activity comment?

    —eg. “Ray posted a comment on the link MYLINK: 2 minutes ago · View · Delete” (remove View)

    —Reason why the “View” link should be removed is an activity comment refering to a BP link doesn’t make much sense without the link avatar or vote panel. The user can still click on MYLINK to view all the comments for it.

    #62986
    Anointed
    Participant

    In addition to what DJPaul said, BuddyPress no longer requires itself to be activated site wide. You can pick and choose which blogs BuddyPress is loaded on in each specific blogs' plugins screen.

    When I activate bp on one site, it shows up in the plugins folder as activated site wide. I do not see an option of only activating it on a given blog.

    I am running wpmu2.9.1 and bp 1.2beta using subdomains install.

    I have also set bp root blog to all sites…. maybe that is the problem?

    #62975
    D Cartwright
    Participant

    This site is using a separate bbpress install rather than the BuddyPress inbuilt group forums. That’s why it looks different here.

    Sorry, I know that’s not much help for your problem though.

    D Cartwright
    Participant

    I might be mistaken, but as far as I know there isn’t a ‘global forum moderator’ role in the current version of the BuddyPress forum integration. As such, this could require a plugin to work…

    I’m assuming you’re using the normal BuddyPress->bbpress group integration, not a separate install of bbpress?

    #62970
    Greg
    Participant

    Did you find what the problem was in the child theme? I am having the EXACT same issue, with the ghost 1969 group creation and everything. In group creation, everything seems to work just fine until the upload avatar page, where the form doesn’t show up.

    The only files I have customized are the header and footer templates, and they should have all the important WordPress/Buddypress snippets necessary. Is there something in particular I should be looking for?

    #62963
    rich! @ etiviti
    Participant

    found the resolution here:

    https://buddypress.org/forums/topic/adding-content-to-the-12-default-theme-homepage/page/2

    guess i wasn’t the only one going crazy with an older home.php with merging the trunk.

    #62961
    Dwenaus
    Participant

    Thanks for the comment David. I agree for a very robust solution a custom taxonomy would fit the bill. However a bare bones implementation might just use the group meta table.

    I checked out this older plugin: BuddyPress Contents (https://wordpress.org/extend/plugins/bpcontents/installation/) which has serious tag and category support however it is no longer in development. But maybe i’ll dig in the code and see how he implemented it and try to salvage the parts i need.

    #62958

    In reply to: Forums link to nowhere

    intimez
    Participant
    #62955
    Dwenaus
    Participant

    @MrMaz No, It’s not installed in a subdirectory. Pretty plain basic install actually nothing strange.

    #62951
    geoffm33
    Participant

    @MrMaz For some reason when I went to test today the voting was working just fine! Not sure why it didn’t work when I tested yesterday.

    Two issues I see:

    1) Can’t add a link from my profile > Links tab. Not sure if I am supposed to be able to, just seemed like a logical place to do it from,.

    2) When I activate the plugin, the activity stream is filtered to show only Link related activity even though the filter is set to “No Filter”. When I de-activate, I can see all my activity (including Link related activity).

    Using WP single 2.9.1, latest trunk from BP and bp-default theme.

    Thanks!!!

    #62948
    MrMaz
    Participant

    *** IMPORTANT ***

    Anyone using the development version should REMOVE this setting from wp-config.php if they added it for testing, since this will cause all sorts of problems now.

    define ( ‘BP_LINKS_THEME’, ‘bp-links-default’ );

    If that is in your wp-config.php, or anywhere else you may have put it, get rid of it!

    #62945
    Anton
    Participant

    Thanks Chouf1. Seems it’s a buddypress site wide problem

    #62943
    gpo1
    Participant

    @MrMaz, Would ustream.tv user feeds be automatic adding all of a user’s content from a remote service in the pro version?

    #62942
    danbpfr
    Participant

    Hum, i believe there is a time bug actually with some BP 1.2 install…

    search the forum there are some treads about this.

    You can also read this:

    https://trac.buddypress.org/ticket/1727#comment:3

    #62941
    Anton
    Participant

    another thing…when you create a new link it shows that you have created the link so many hours ago but it takes the server time so all my links that I create is 4 hours in the past. Is there a workaround to this so that it takes the time setting you have setup in the settings of the wordpress MU settings page?

    #62940
    Brajesh Singh
    Participant

    hi Ivan

    try this one, put it into your bp-custom.php

    function remove_bpadminbar(){
    global $current_site;
    if($current_site->blog_id!=BP_ROOT_BLOG) {
    /*if current blog is not the one on which buddypress is activated*/
    remove_action( 'wp_footer', 'bp_core_admin_bar', 8 );//remove buddypress admin bar
    }

    }
    add_action("wp","remove_bpadminbar");

    This should work.

    #62939
    Anton
    Participant

    Thanks a million. I added a width setting to the css: ul#link-list li div.item-desc {

    #62935
    danbpfr
    Participant

    @NGO,

    on the public directory page, the link description is styled with BP css stuff.

    The description is inside a <p> tag who is page wide ! (in a BP 1.1.3 defaut template)

    this is done in screen.css:121

    ul#link-list li p.desc {

    color:black;

    margin:8px 50px 5px 0;

    }

    You can make your own if you use custom.css.

    On the link page, description is again in a unstyled <p> whitch is in div.bp-widget

    If you want more help, give us your config and a url so we can see what to do.

    #62933

    In reply to: Forums link to nowhere

    Paul Wong-Gibbs
    Keymaster

    Report as a bug on http://trac.buddypress.org please

    #62931
    Anton
    Participant

    On the directory page /links where do you edit so that the description of the link fills the whole width of the page?

    #62929
    @mercime
    Participant

    Fresh install WP 3.0 alpha-trunk-r13040 with BP 1.2 trunk-r2639

    When installing Forums component, getting this message:

    bbPress files were not found. To install the forums component you must download a copy of bbPress and make sure it is in the folder: “wp-content/plugins/buddypress/bp-forums/bbpress/”

    Quickfix: I placed the bbpress 1.0.2 folder and files within. Then I went BP > Forums Setup and the regular options found for internal set up of bbpress appeared in panel.

    #62927
    luccame
    Participant

    I have the same problems of Dwenaus, similar configuration (WPMU 2.9.1.1 and BP trunk) running on a subdomain.

    #62925
    snark
    Participant

    Note the title of this Buddypress Forum page is displaying the title of the page, as it should:

    BuddyPress.org –> Forums –> Editing Group and Forum page title tags

    Is this a custom edit of the core files, or is there a setting somewhere that I’m missing?

    #62924
    21cdb
    Participant

    Cometchat looks really awesome. Slick and simple User Interface – where is Erich73 and his KISS statement :)

    I read on their forums about buddypress support, but that was back in November 2009

    http://www.cometchat.com/support/topic/51-new-integrations-launching-tomorrow/

    Does anyone know something more about their plans with buddypress?

Viewing 25 results - 58,376 through 58,400 (of 69,016 total)
Skip to toolbar