Skip to:
Content
Pages
Categories
Search
Top
Bottom

[Resolved] Forums as default view for group in buddypress ?


  • jefftavernier
    Participant

    @jefftavernier

    Hi,

    I’m a french user of buddypress, so sorry for my bad english.

    I’m trying to change default view of my groups in buddypress. Indeed, I disabled the activity stream, so now, the default page view when I click on a group is the list of members. How can I directly go to the group forum page ?

    Thank you for help !
    Jeff

Viewing 4 replies - 1 through 4 (of 4 total)

  • fordp
    Participant

    @fordp

    Take a look at this topic:

    https://buddypress.org/support/topic/changing-group-tab-display-defaults/#post-55449

    I set a custom tab as the default for my internal collaboration system based on BP, can’t recall exactly how I did it but the above topic looks about right.

    You could add “/forum” to the end of the permalinks on “groups/groups-loop.php” of your theme.


    jefftavernier
    Participant

    @jefftavernier

    Thanks for help ! I just have to paste this line in bp-custom.php file :
    `define( ‘BP_GROUPS_DEFAULT_EXTENSION’, ‘forum’ );`
    Works just fine !


    jameat
    Participant

    @jameat

    Hi Jeff

    I tried that but I must be doing something wrong as it doesn’t work.
    I created a bp-custom.php file and put it in the plugins folder (not buddy press).

    This is exactly what I wrote

    <?php

    // hacks and mods will go here
    define( ‘BP_GROUPS_DEFAULT_EXTENSION’, ‘forum’ );

    ?>

    Where am I going wrong? Help would be much appreciated.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘[Resolved] Forums as default view for group in buddypress ?’ is closed to new replies.
Skip to toolbar