Skip to:
Content
Pages
Categories
Search
Top
Bottom

Forum Replies Created

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

  • Twittrblog
    Participant

    @musiqcentral

    ok… no one has had this same issue?


    Twittrblog
    Participant

    @musiqcentral

    with the latest build of buddypress I don’t recall having to add bbpress config files at all… it is all integrated within the buddypress plugin now… (unless you want to have a seperate backend for your forums.


    Twittrblog
    Participant

    @musiqcentral

    ok… this is odd… if i use a non bp theme… for my home… it works… but the standard bp parent… themes… it does not


    Twittrblog
    Participant

    @musiqcentral

    heres what I would do… delete what you have added for buddypress in the plugins menu… in you backend… go to plugins >>add new… search for buddypress…. and install it from there…. this method cuts down on errors….


    Twittrblog
    Participant

    @musiqcentral

    i am thinking the htaccess didnt write correctly…

    RewriteEngine On
    RewriteBase /

    #uploaded files
    RewriteRule ^(.*/)?files/$ index.php [L]
    RewriteCond %{REQUEST_URI} !.*wp-content/plugins.*
    RewriteRule ^(.*/)?files/(.*) wp-content/blogs.php?file=$2 [L]

    # add a trailing slash to /wp-admin
    RewriteCond %{REQUEST_URI} ^.*/wp-admin$
    RewriteRule ^(.+)$ $1/ [R=301,L]

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

    <IfModule mod_security.c>
    <Files async-upload.php>
    SecFilterEngine Off
    SecFilterScanPOST Off
    </Files>
    </IfModule>

    not like this

    RewriteEngine On
    RewriteBase BASE/

    #uploaded files
    RewriteRule ^(.*/)?files/$ index.php [L]
    RewriteCond %{REQUEST_URI} !.*wp-content/plugins.*
    RewriteRule ^(.*/)?files/(.*) wp-content/blogs.php?file=$2 [L]

    # add a trailing slash to /wp-admin
    RewriteCond %{REQUEST_URI} ^.*/wp-admin$
    RewriteRule ^(.+)$ $1/ [R=301,L]

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

    <IfModule mod_security.c>
    <Files async-upload.php>
    SecFilterEngine Off
    SecFilterScanPOST Off
    </Files>
    </IfModule>


    Twittrblog
    Participant

    @musiqcentral

    update… it seems to have effected all the javascript pop”ups” like the menu it is also effecting the toolbar at the bottom…. ahhh… must be the bp upgrade?….unactivated unfiltered mu plugin and reactivated… and that didnt solve the problem…

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