Forum Replies Created
-
Hi
Categories are the menu under the logo…pages are the very upper menu, buddypress is on the top of the page…the black strip with the “In” word
Boaz!!!
I put the buddypress plugin to work so you can see
in http://www.writersboutique.net, if you press on a posts link or a category, it does not find it
now go to
http://www.writersboutique.net/boaz, you can see the posts, but sure not on the categories because those are from the main blog….
Boazbtw, I am not using bp-default, having a theme (unspoken) for main blog, for other blog using a child theme of the main theme. for bp i am using bp-template-pack.
i tries buddypress with all plugins deactivated, no go….Hi & thanks
site url – http://www.writersboutique.net (bp plugin is deactivated).htaccess
RewriteEngine On
RewriteBase /
RewriteRule ^index.php$ – [L]# uploaded files
RewriteRule ^([_0-9a-zA-Z-]+/)?files/(.+) wp-includes/ms-files.php?file=$2 [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).*) $1 [L]
RewriteRule ^[_0-9a-zA-Z-]+/(.*.php)$ $1 [L]
RewriteRule . index.php [L]site is Linux (well i think so…)
– Local notebook server – xampp
another detail – it only happens in the main blog, on other site of the MU all OK….bizar!!!
another detail – have the same installation on local notebook – all works fine, at that sense