Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 15,676 through 15,700 (of 69,016 total)
  • Author
    Search Results
  • Asynaptic
    Participant

    @ hnla Thanks Hugo. The “legacy” term is misleading but I don’t want to get bogged down in that.

    I realize that there are older components, features, etc. that are being accommodated because the development team (rightly, I might add) wants to maintain backward compatibility with existing or older versions of buddypress that have been deployed and on which people depend on.

    I’m wondering if there is a safe way to excise these to have a leaner version of BuddyPress when running a fresh install which doesn’t need to accommodate any older ‘baggage’.

    Hope I’m being clear 🙂

    #191872
    bitpath
    Participant

    You can “hide” this from the obvious displays by

    #buddypress span.activity { display: none; }
    

    Just put it at the end of whatever CSS. My preference is just before any mobile specific sections that may be towards the bottom.

    but really that just hides it and still leaks it everywhere. Until it’s really fixed it may be better to let members know it is so public.
    I am also looking how to programmatically secure this as well and let users choose what is displayed.

    CSS is applied so that in general, the most specific gets priority and the last line gets the last word too, so if you have control of the flow put the things you want to override at the end or the last stylesheet applied.

    #191863
    albert101
    Participant

    Thanks i was just in the process of trying that will keep you posted.
    i am reading up on buddypress customization.
    Thanks

    #191862
    colabsadmin
    Participant
    #191861
    shanebp
    Moderator

    @albert101

    Try putting the function in bp-custom.php

    #191856
    smorico
    Participant

    A simple way to correct this problem is to cd to wp-content/plugins/buddypress
    Backup the budypress directory
    And Run :
    wp-content/plugins/buddypress# find . -iname “*.php” | xargs -i sed -i ‘s/&\$/\$/g’ {}

    danbp
    Participant

    I just want to get the list of buddypress shortcodes.

    Doesn’t exist. You can create a shortcode or use this plugin:

    https://wordpress.org/plugins/bowe-codes/

    #191185

    In reply to: WordPress 4

    danbp
    Participant

    add following line in your wp-config.php file:

    define('SCRIPT_DEBUG', true);
    and activate the already existing define('WP_DEBUG', false); to define('WP_DEBUG', true);
    and feedback here.

    BuddyPress 2.1 milestone estimation

    Julia_B
    Participant

    Thanks Henry. I’m not a developer and only know the basics I don’t think regular expressions is something I can really use. But I’ll check out plugins and post over in the bbpress forum. I get a bit confused about what to post there and here, though this might be a buddypress one as might be available in groups and other things across the site too.

    I appreciate the response. 🙂

    #191055

    In reply to: WordPress 4

    danbp
    Participant

    BuddyPress 2.0.2 is compatible with WordPress 4.0 See this site: it’s working ! 😉

    500 Internal Server Error is a generic error message, given when no more specific message is suitable. There are a number of causes for a 500 Internal Server Error to display in a web browser. (cite)

    Which theme do you use ?
    https://wordpress.org/support/topic/500-server-error-after-upgrade-to-wordpress-40

    #191054
    r-a-y
    Keymaster

    And also WordPress uses a rich-text editor. BuddyPress does not for the activity post form.

    #191040
    peter-hamilton
    Participant

    A few images of my latest updates to BBFacelook, did not have much time last few weeks so progress is slow.
    In the meantime slowly getting more members to test the forums functionality.

    This is the new profile page now the default page when clicking a member’s link or avatar.

    bbfacelook profile page

    forum list is a little updated most important function is the topic title in the freshness column.

    bbfacelook forum list

    I have quite a few plugins installed, and some even hardcoded into my theme to lighten the code as much as possible.

    Current plugins are:
    . Invite anyone
    . BBPress like button
    . Buddypress activity plus
    . easy sign-up
    . GD BBpress attachements
    . wp post filter
    . bbpress
    . buddypress

    Plugins that I have hardcoded are:
    . Background For User Profile
    . BuddyPress Group Customizer Lite
    . TinyMCE

    As soon as I have more work done I will make another update here.

    P.H.

    #191036
    ThatHostingCo
    Participant

    There is an add-on called BuddyPress Real Names which allows you to sort in a certain manner. Client requests the alphabetical to be in last name sorting

    #191035
    shanebp
    Moderator

    also – try deactivating the BuddyPress Real Names plugin and see if that solves the pagination issue.

    #191031
    r-a-y
    Keymaster

    @ryanjhale – I’ve posted a fix here:
    https://buddypress.trac.wordpress.org/ticket/5869

    This probably won’t make v2.1 since we’re close to releasing this version. I’ve tentatively put the fix for v2.2.

    Thanks for reporting!

    #191030
    danbp
    Participant

    Being philosophical ? Yes at least, for sure ! 😉
    Whatever is well conceived is clearly said… and the words to say it flow with ease. Nicolas Boileau

    But it’s not really the case on this topic 😉 I’m french and you a buddypress n00b (your expression).

    First, I suggested you to create a page.
    You answered that you built a CPT and changed the slug by following a tutorial. This is working for page and not for CPT ?!!!

    Forget my snippets for the moment, and try to explain what you did exactly (a code example would be great).

    And also, once the cpt will work, what do you expect after that ?

    #191029
    durkk
    Participant

    @danbp

    Are you trying to be sarcastic or philosophical?

    I appreciate this is a labor of love and there must be many people like me expecting a easy fix to problem that is not yours.

    I am new to buddypress like I clearly mentioned and was delighted to see you help out with snippets of code. But like anyone starting out with WP/BP a list of conditionals do not constitute an easier solution.

    Where a coder sees a list of options to achieve something, a lamen will see a list of meaningless out of context and poorly documented tags.

    I got my hopes up, but I guess I either have to learn BP whenever I have time (not likely) or keep on working with the crappy solution I have now. Word of advice from a buddypress n00b, don’t expect people to see the options you see when you link to a reference list.

    #191028
    Ryan Hale
    Participant

    @danbp:

    The link you posted for reading assumes that you can actually access the Groups admin area, but that is precisely the problem as I can’t.

    Also, I’m fairly new to BP plugin development, but I’m feeling pretty sure that I’m looking at the right place for how the admin menu is built. Here is what I posted in the original question, which comes from bp-groups/bp-groups-admin.php:

    $hook = add_menu_page(
    __( ‘Groups’, ‘buddypress’ ),
    __( ‘Groups’, ‘buddypress’ ),
    ‘bp_moderate’,
    ‘bp-groups’,
    ‘bp_groups_admin’,
    ‘div’
    );


    @r-a-y
    :

    I’ll post a bug in trac.

    Thanks,

    Ryan

    #191027
    danbp
    Participant

    See in bp-groups/bp-loader.php how the menu is built
    Ad if not already done, read here: https://codex.buddypress.org/plugindev/extend-groups-admin-ui/

    #191026
    r-a-y
    Keymaster

    @ryanjhale – Sounds like a bug.

    Can you post a ticket on our ticketing system?
    https://trac.buddypress.org/newticket

    Use the same login credentials as you do here.

    Thanks!

    #191022
    danbp
    Participant

    Deactivate all plugins but buddypress and activate 2014 and retest your install.
    See if the notices disappear and if the site loads correctly.
    If not, deactivate buddypress and retest.

    If ok, activate custom community and retest only with wp.
    If the errors are back, you have the culprit.
    If it is ok, activate BP. Retest.

    If ok, you reactivate one by one your plugins. Except BP Toolbar, outdated and still in beta since april 2013. This plugin was intended for BP 1.5 to 1.7. And BuddyPress is use now the wp Toolbar.

    If nothing of this is working correctly, you have to ask on the theme support.

    #191021
    danbp
    Participant

    @ryanjhale,

    wp roles and bp capacities are two diffrent things.
    bp_moderate has a specific usage applied to the site admin only. If you read what is written in bp-core-caps.php, you’ll see this comment at line 200

    
     * Temporary implementation of 'bp_moderate' cap.
     *
     * In BuddyPress 1.6, the 'bp_moderate' cap was introduced. In order to
     * enforce that bp_current_user_can( 'bp_moderate' ) always returns true for
     * Administrators, we must manually add the 'bp_moderate' cap to the list of
     * user caps for Admins.
     *
     * Note that this level of enforcement is only necessary in the case of
     * non-Multisite. This is because WordPress automatically assigns every
     * capability - and thus 'bp_moderate' - to Super Admins on a Multisite
     * installation. See {@link WP_User::has_cap()}.
     *
     * This implementation of 'bp_moderate' is temporary, until BuddyPress properly
     * matches caps to roles and stores them in the database. Plugin authors: Do
     * not use this function.

    BuddyPress groups moderators are not authorized to enter the admin dashboard or the group admin on frontend. Group moderators can only delete, move and spam group activities or topics. If the group has a forum, they wil have the same capacities.

    If you want a user to be able to access the admin dashboard, you can give him an editor role (which is a wp role).

    If you want to allow him access to the group admin on the front-end, you promote him to group admin. This setting doesn’t allow that user to enter the site admin. He’s only a group admin (with a wp role of subscriber, by default) and not a site admin (admin or super-admin (MS) ).

    #191016
    mahdiar
    Participant

    Thanks !
    But there is small difference . When I copy the video url ( e.g. …../video.mp4 not the page url) in normal post in wordpress it shows a video player . Why it is not supported in buddypress?

    #191013
    SeeingBlueS2
    Participant

    Found it. Ticket #5868

    #191008
    danbp
    Participant

    @tomlandon_author,

    who’s online refreshes after 5 mn.
    Read more here:
    https://buddypress.trac.wordpress.org/ticket/3590

    and feel free to open an enhancement ticket on the Trac.
    You can login with the same credentials as on this forum.

Viewing 25 results - 15,676 through 15,700 (of 69,016 total)
Skip to toolbar