Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 10,051 through 10,075 (of 69,015 total)
  • Author
    Search Results
  • #254445
    sakshale
    Participant

    Thanks for the pointer — I’m finding many things about the installation process to by non-intuitive and skipped in the documentation. This is but one example.

    Current documentation issues;
    Getting started ends with configuration of components.

    Configure BuddyPress


    Unfortunately that is just the beginning.

    I am currently trying to figure out how create registration and activation pages. This is apparently not a new issue — I still wading through the support thread.
    https://buddypress.org/support/topic/registration-and-activation-pages-missing/
    It talks about switching to the bp theme — which isn’t listed as a selectable theme.
    I have found the files under bp-themes/bp-default — I just need to discover what to do with them. (more reading ahead)

    #254439
    Ben Hansen
    Participant

    all existing users should be retained but their activity pior to buddypress activation is nonexistent so until they create some they might not show up everywhere.

    #254432
    mmurguia
    Participant

    Thank you for the response, I really appreciate it!

    Is it true then that Buddypress will not use existing wp avatars ? Is there any way to do this?

    Thank you!

    M

    #254428
    danbp
    Participant

    @theas91 some good tips for intranet are now on BP Codex.

    We talked about BuddyPress at WordCamp Antwerp

    #254424

    In reply to: Profile Page Settings

    danbp
    Participant
    #254423
    danbp
    Participant

    A solution was given here. It’s for post only. But if it works you can use similar fn to get comments.
    It’s old but maybe it’s still working. Don’t forget to read the complete thread. At least you have a start point.

    #254418
    maganiza
    Participant

    I am a learner like you but this is what I did last week and it worked for me. I just used two major things. The buddypress plugin and the boss theme. All the settings your’e looking for are preloaded and you just need to check and uncheck what is necessary.

    Give it a try.

    #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

Viewing 25 results - 10,051 through 10,075 (of 69,015 total)
Skip to toolbar