Skip to:
Content
Pages
Categories
Search
Top
Bottom

Forum Replies Created

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

  • tolisp
    Participant

    @tolisp

    I have changed theme, disabled all plugins but the problem persists…
    Anyone heard of something similar happen again? The buddypress is in a subsite domain/portal. I am thinking maybe the rewrite rules are the ones to blame.

    This is my htaccess

    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ – [L]

    # add a trailing slash to /wp-admin
    RewriteRule ^([_0-9a-zA-Z-]+/)?wp-admin$ $1wp-admin/ [R=301,L]

    RewriteCond %{REQUEST_FILENAME} -f [OR]
    RewriteCond %{REQUEST_FILENAME} -d
    RewriteRule ^ – [L]
    RewriteRule ^([_0-9a-zA-Z-]+/)?(wp-(content|admin|includes).*) $2 [L]
    RewriteRule ^([_0-9a-zA-Z-]+/)?(.*\.php)$ $2 [L]
    RewriteRule . index.php [L]


    tolisp
    Participant

    @tolisp

    Hi again
    what i also noticed is that after i remove the association of a group with a forum and try to go to the group, i am redirected to the forum again… this is weird no?


    tolisp
    Participant

    @tolisp

    Hi @henrywright
    have a look at this https://codex.buddypress.org/developer/using-bp_parse_args-to-filter-buddypress-template-loops/
    my problem is that i want to exclude not only from the loop but also from the varioous member buddypress widgets that loop members some roles.

Viewing 3 replies - 1 through 3 (of 3 total)
Skip to toolbar