Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'forum'

Viewing 25 results - 1,001 through 1,025 (of 20,260 total)
  • Author
    Search Results
  • tmigot
    Participant

    Thx Varun. I had checked the forum before posting but had not found that thread. Thank you so much as it solved my issue right away.

    #273751
    Jonas
    Participant

    I had some issues with this earlier too, using the code supplied in this thread should clear up your issue.

    Here’s the code if you’re unable to click the link for some reason. You should put it in your bp-custom.php file.

    function toa_check_page_reqiurement_and_lie_to_buddypress ($is, $component) {
        global $bp;
        if ($is || "activity" !== $component) return $is;
        if ((defined('BP_GROUPS_SLUG') && bp_is_groups_component() && 'activity' == $bp->current_action)){
            return true;
        }
        return $is;
    }
    function toa_setup_activity_filter () {
        add_filter('bp_is_current_component', 'toa_check_page_reqiurement_and_lie_to_buddypress', 10, 2);
    }
    function toa_teardown_activity_filter () {
        remove_filter('bp_is_current_component', 'toa_check_page_reqiurement_and_lie_to_buddypress', 10);
    }
    add_action('bpfb_init', 'toa_setup_activity_filter');
    add_action('bpfb_add_cssjs_hooks', 'toa_teardown_activity_filter');
    #273747
    Varun Dubey
    Participant
    onions2578
    Participant

    Code to put registration form where I want it
    https://premium.wpmudev.org/forums/topic/how-to-put-register-form-on-a-home-page-for-non-logged-in-users
    but I have not tested it. may need wpmudev plugin?

    #273725

    In reply to: version 3.0 problems

    Varun Dubey
    Participant

    @geertbaven code might be written inside the template file of the theme
    theme-name/buddypress/groups/single/home.php

    You will need to remove bp_is_group_forum() code; you are not using forums that’s why it’s creating an issue.
    Inside the latest version above code is removed, in core discussion developers had talked about it to put it back.

    #273724

    In reply to: version 3.0 problems

    geertbaven
    Participant

    @vapvarun I saw that post, but thought my issue was different because I do not use forum functionality.

    #273716
    MBV
    Participant

    Actually, it’s already there, the timestamp is the link:

    [Name of member] replied to the topic [Topic title] in the forum [Forum tile]
    x minutes/hours ago[link to post comment]

    Just changed the CSS to make it underlined and link-colored, so people know to click on it.

    #273710

    In reply to: version 3.0 problems

    Varun Dubey
    Participant

    @geertbaven check following thread once

    Groups and forum issue

    #273678
    redtreetech
    Participant
    #273590
    smilingdeep
    Participant

    Hi,
    Seems like people have been dealing with this issue for a decade. There is no solution that works for me. I have tried almost every workaround I found in forums but all in vain.

    It’s strange that when I deactivate buddypress, all emails work fine. It’s just buddypress that doesn’t send activation mail. It sends forgot password mail though.

    smilingdeep
    Participant

    Hello Everyone.
    From past a week I’ve been working on my website. The problem is that buddypress doesn’t send activation mail but when I trigger forgot password email for the same account it sends.

    Default wordpress register page is able to send activation mail but when I activate buddypress it doesn’t work.I have tried all the plugins and have been going through all these forums from last two days but all in vain.

    I have reinstalled it thrice and now as stated in requirements I have done a manual wordpress install. I am on shared hosting and using my website mail server to send emails.

    My site : My Site

    Wordpress Version: 4.9.6
    Buddypress version: 3.0.0

    Please help me solve this issue.

    r-a-y
    Keymaster

    Please at least take a look at the forums before posting.

    See:

    Groups and forum issue

    #273552

    In reply to: Groups and forum issue

    r-a-y
    Keymaster

    Yes removing these two lines should be okay:

    // Old group forums
    elseif ( bp_is_group_forum() ) : bp_get_template_part( 'groups/single/forum' );
    #273550

    In reply to: Groups and forum issue

    Oaz
    Participant

    Thank you very much for taking care Venitius

    Yes, you are right, forum and group documents are displaying properly using a 2017.

    I am not too sure of what I should do, I found this in the file you mentionned :

    // Old group forums
    elseif ( bp_is_group_forum() ) : bp_get_template_part( ‘groups/single/forum’ );

    Should i remove the whole line ?
    Sorry I am not a developper !

    #273549

    In reply to: Groups and forum issue

    r-a-y
    Keymaster

    It’s related to BuddyPress deprecating some forum functions and not loading the deprecated code properly.

    In the meantime, check your theme’s /groups/single/home.php and remove the conditional to bp_is_group_forum() and that should fix your problem.

    #273484
    Venutius
    Moderator

    When I close a forum in the forum settings, the topic colours remain the same as for open forums.

    #273482
    samgeppi108
    Participant

    thanks for answering .. the BBPress forum is a ghost town.
    No one answers.
    There must be a .css setting somewhere that changes the text color when the forum is closed.

    #273470
    mcm1963
    Participant

    I deactivated line 123

    //elseif ( bp_is_group_forum() ) : bp_get_template_part( ‘groups/single/forum’ );

    and no everything works fine. In my opinion it’s a bug in bp 3.0 …

    #273469
    samgeppi108
    Participant

    I know that. I am asking this:
    yes, after I “close” it, the text “grays out”.

    Is there a way the a forum can be read only, and/or close the thread so it looks normal and not grayed out?

    Or just have the text in a “read only” forum be black!,.. can I change that on the style sheet?

    The “read only”(closed) forum is virtually UNreadable .. Why? There is no reason, just because a forum is “closed” to have it totally grayed out .. and/or just give the option for “no-replies”.. it makes no sense for a “Forum” software to NOT have this basic feature.

    #273466
    Venutius
    Moderator

    You can set a forum as closed, that would effectively make it read only. check out Dashboard>>Forums

    #273463
    mcm1963
    Participant

    We hav’nt installed bbpress forum. Maybe, there’s an error with this?

    #273462
    mcm1963
    Participant

    WP_DEBUG says:

    Fatal error: Uncaught Error: Call to undefined function bp_is_group_forum() in /pages/f6/cb/d0013282/home/htdocs/bipar/wp-content/themes/mh_magazine/buddypress/groups/single/home.php:123 Stack trace: #0 /pages/f6/cb/d0013282/home/htdocs/bipar/wp-includes/template.php(690): require() #1 /pages/f6/cb/d0013282/home/htdocs/bipar/wp-content/plugins/buddypress/bp-core/bp-core-template-loader.php(155): load_template(‘/pages/f6/cb/d0…’, false) #2 /pages/f6/cb/d0013282/home/htdocs/bipar/wp-content/plugins/buddypress/bp-core/bp-core-template-loader.php(61): bp_locate_template(Array, true, false) #3 /pages/f6/cb/d0013282/home/htdocs/bipar/wp-content/plugins/buddypress/bp-core/bp-core-template-loader.php(338): bp_get_template_part(‘groups/single/h…’, NULL) #4 /pages/f6/cb/d0013282/home/htdocs/bipar/wp-content/plugins/buddypress/bp-groups/classes/class-bp-groups-theme-compat.php(265): bp_buffer_template_part(‘groups/single/h…’, NULL, false) #5 /pages/f6/cb/d0013282/home/htdocs/bipar/wp-includes/class-wp-hook.php(286): BP_Groups_ in /pages/f6/cb/d0013282/home/htdocs/bipar/wp-content/themes/mh_magazine/buddypress/groups/single/home.php on line 123

    #273436
    Venutius
    Moderator

    The issue looks like you have overloaded the home.php page and that file is calling a deprecated function, since support for legacy forums has now been removed.

    #273434

    In reply to: version 3.0 problems

    awpt
    Participant

    Im using rtmedia and buddypress together new version and buddypress legacy templates of the version 2.9.4 in my theme, everything is working fine when you remove two php lines in two files which you can find here in the forums.

    I think the new buddypress is much faster, the speed is much better than before.

    Venutius
    Moderator

    It’s difficult to say, this forum sometimes plays up for me, refusing to let me reply to a topic due to me triggering some keyword block.

Viewing 25 results - 1,001 through 1,025 (of 20,260 total)
Skip to toolbar