Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 10,251 through 10,275 (of 69,210 total)
  • Author
    Search Results
  • #254406
    sharmavishal
    Participant

    I’d create each group and assign users to each group

    check if this plugin still works

    https://wordpress.org/plugins/buddypress-groupomatic/

    I’d also like to know if it’s possible to have a Profile Page layout for the user’s profile

    BuddyPress 2.6.0 has custom profile pages which is yet to have a stable release. you might want to test the beta out. Currently BP has custom group pages

    Regarding forums better to check out the bbpress codex/forums

    GDU
    Participant

    Hi @danbp

    Firstly, thank you very much for testing this, it’s really appreciated!

    I can validate that if you disallow account creation via the WPJM settings the preview process works fine.

    However please can you also confirm if the same applies with buddypress and bbpress installed and account creation enabled in WPJM? As this is the problem I am having 🙁

    For my set up I require that an account is created as part of the job submission process as my recruiters need the ability to edit the posting, mark the job as filled or review candidate submissions and they can’t do this if they post as guest.

    Without the buddypress and bbpress installations ‘switched on’ this step works fine. However as soon as I activate the two plugins, although an account is still created in the background when posting a job, whatever is happening at the account creation stage when the three plugins are enabled at the same time interrupts the preview of the job posting resulting in a 404 page not found error.

    Many thanks again

    Regards

    Mark

    #254402

    In reply to: RSS FEED error

    danbp
    Participant

    Please give details.

    Could be a blank line outside php brackets.
    Best way to know what’s going on, is to check your site on http://validator.w3.org/feed/

    Depending the message you get from the validator, you can:

    – Check your wp-config.php file for blank lines outside of <? and ?> bracketed sections.
    – Check your theme’s functions.php file for blank lines outside of <? and ?> bracketed sections.
    – One by one, disable plugins and revalidate until you isolate the one causing the problem.

    danbp
    Participant

    Do you mean 1st. strategy explained here ?

    BuddyPress Activity Shortcode: Embed BuddyPress Activities anywhere

    #254397
    damian12
    Participant

    No dan, i’m not using the child theme, should i?

    This problem also happens in others translations arround my site, not only in “subir”.
    Badly to me, i have not other template that supports buddypress, but i will try to find one and install it to check that. Thanks for your awesome support.

    EDIT: I just changed the template and the translations works fine. So the problem is the template. What do you think i should do to fix it?

    #254395
    danbp
    Participant

    Unable to reproduce. It’s working for me. Here’s what i see on my test site.

    translation to spanish

    What i did:
    – set site language to español de argentina
    – downloaded venezuela’s version of po/mo
    – renammed both file to buddypress-es_AR (
    – added the file to this directory wp-content/languages/plugins/buddypress-es_AR.mo

    That worked without changing header information, as ID is still “stable”. Sorry, my fault.

    Perhaps try to change the theme to see if something get different. Apparently there are some missing tabs aside “subir”. Compare pictures.

    Do you use a child-theme where you changed a profile template ?

    #254392
    danbp
    Participant

    @fidelduque,

    welcome here ! To not loose your changes, you need a child-theme.

    Theme Compatibility & Template Files

    Note that we can’t assist you here for premium theme, as we have no access to the code, but if you search the forum, you will find many topics related to child theme, profile-loop and customization.

    As you’re new, please read here.

    #254391

    In reply to: Hide All Members Tag

    danbp
    Participant

    hi @mlao,

    we let the tab All members where it is and remove only the count.

    function mlao_gettext( $translated, $original_text, $domain ) {
    
        if ( 'buddypress' !== $domain )  
               return $translated;
    
        switch ( $original_text ) {
            case 'All Members %s':
                return 'All Members';
    
            default:
                return $translated;
        }
    }
    add_filter( 'gettext', 'mlao_gettext', 20, 3 );

    Add this to bp-custom.php or child-theme functions.php

    #254378
    Henry Wright
    Moderator

    I don’t have a Windows phone to test this but feel free to open a Trac ticket to report the issue:

    https://buddypress.trac.wordpress.org/

    #254365
    danbp
    Participant

    Site language is the reference. Go to Settings > General and choose your site language.

    If you use es_AR, you should use buddypress-es_AR.mo
    If you use es_ES, you should use buddypress-es_ES.mo
    and so on…

    At each update, language files are also updated. This means that if you use bp-es_VE and the site is declared as using es_AR, your bp file will be updated to es_AR and BP will use this one instead bp-es_VE.

    It would be better you use same language for site and plugins. What you can do, is to rename es_VE to buddypress-es_AR.po/mo. You need also to modify accordingly the header information in the po file. To do that you need to use poEdit to compile it to mo and get the correct header in it.

    Note also that BP translation should be installed in wp-content/languages/plugins/buddypress-xx_XX.mo

    #254359
    damian12
    Participant

    Great, thank you both.

    I’ve done all of this:

    Languages and Translations

    I’ve created the wp-content>languages>buddypress folder and pasted there the buddypress-es_VE.mo and .po.

    Now, how can i activate that buddypress languaje from the adminCP.

    Note: My wordpress is in es_AR and the buddypress languaje i found is es_VE.
    They are pretty much the same language, but the es_AR BP translation is about 5% in the contrib. page so i opted for download the es_VE.

    Thank you.

    #254357
    danbp
    Participant

    there is also a bp-notification folder, where you can find all files related to notification. You can read them to check the used logic. Code is widely commented.

    If you need quick functions informations, you can also visit this site (link goes to “notification” search result), who present a detailed BP code.

    #254354
    danbp
    Participant

    Check also your plugins language files. On your menu they’re 2 items (projects & docs) which are not part of BuddyPress.

    #254353
    sharmavishal
    Participant

    check the buddypress members default widget

    #254351
    danbp
    Participant

    Hi @damian12,

    welcome on BuddyPress Support Forum !

    Once you’re logged in, select a categorie from the left menu column.
    At the bottom of the page, you’ll see the topic editor.

    As you’re new here, please read here first.
    There is also documentation on hand where you can find a lot of information about BP settings and other cool stuff.

    #254347
    sharmavishal
    Participant
    GDU
    Participant

    Hi all

    So I’ve been doing some further trouble shooting on this one and it’s just… odd.

    The issue doesn’t seem to be with just buddypress in isolation. It appears to be related to (whatever happens or changes) when buddypress and bbpress are activated at the same time.

    So, I created a brand new install of WordPress and installed WP job manager

    Within WP job manager I have the “allow account creation’ setting enabled when submitting a job listing

    With buddy press installed and enabled by itself I can enter and preview a new job listing without any issues.

    With bbpress installed and enabled (and buddypress disabled) I can enter and preview a new job listing without any issues.

    With buddypress + bbpress enabled at the same time, previewing a job posting takes me to a 404 page not found error message

    The interesting thing is.

    If I leave Buddypress and bbpress enabled but I disable “allow account creation” when submitting a new job listing in WP job manager. The job preview step works just fine.

    So I guess from I’ve been able to ascertain that it is the WP job manager account creation step which is conflicting with ‘something’ that changes on the back end when both buddypress and bbpress are enabled at the same time.

    I have no idea what might change on the backend when bbpress and buddypress are enabled from an account registration perspective so at this point I’m stumped.

    Does anyone have any ideas where I might be able to look next?

    Thanks

    Mark

    #254336
    Henry Wright
    Moderator

    buddypress.org is open source so feel free to check out the theme’s code.

    Open Sourcing BuddyPress.org

    David Cavins
    Keymaster

    Hi Ben,

    You are correct that it’s best to leave the bp stylesheet in place so that you get updates to that file. You can add a custom stylesheet, though, and increase the selector power of the rule, so that it overrides the bp.css rule, like .site #buddypress #item-body { border-left: none; }

    Here’s the basic concept.
    https://developer.mozilla.org/en-US/docs/Web/CSS/Specificity

    Adding a stylesheet:

    Including CSS & JavaScript

    #254333
    danbp
    Participant

    You say nothing about how the administrator will give a score/badge!
    Perhaps you could use one of these plugins ?

    https://fr.wordpress.org/plugins/badgeos-community-add-on/ + badgeOs
    https://wordpress.org/plugins/buddypress-compliments/

    #254316

    In reply to: Recruitment site

    Henry Wright
    Moderator

    For a recruitment site, can buddy press have different account types for employers and employees?

    Yes. Check out Member Types:

    Member Types

    GDU
    Participant

    Hey @danbp and thanks for your reply.

    Yes I did, I’m having some dialogue with the WP job manager folks now (via their paid channels as I purchased a few of their premium add-ons also) but as their product was working fine (and I’ve been running it with no issues) until I switched buddypress on then they said that I should contact buddypress first.

    I’ll have a play with the debugging option to see if this identifies anything ‘odd’ although to be honest I’m not 100% sure what I’m looking for.

    Appreciate your pointers anyway Dan. Very much appreciated.

    #254313
    Henry Wright
    Moderator

    You could be using the thumb sized avatar. Check your theme to make sure the full sized image is being used. bp_core_fetch_avatar() is the function used by BuddyPress to display avatars but there’s also get_avatar() so check for that too (it’s a WordPress function).

    #254311
    danbp
    Participant

    @kookidooki,

    See here anything related to “avatar” inside BuddyPress.

    danbp
    Participant

    @gettingdownunder,

    did you asked on WP Job Manager support forum ? If you didn’t receive any response here, it’s probably because you’re on a BuddyPress forum.

    Untill somebody use the same plugin with BP and know also the same issue, it’s better to ask first the authors of the plugin you try to integrate to BP.

    Meanwhile, have you made some tests and tried to debug your install ?

Viewing 25 results - 10,251 through 10,275 (of 69,210 total)
Skip to toolbar