I’m having navigation problems
-
When I or any other users click on a link to someone’s blog in the nav bar or the visit blog button on the blogs page it redirects to the member’s home page. But if you click on the link directly to a post in the activity stream the link works fine.
I am using the latest versions of WP and BP and using the buddypress default theme. I am using sub-domains.
I know nothing about php, but here is a little of my wp-config…
`define(‘WP_DEBUG’, false);
define(‘WP_ALLOW_MULTISITE’, true);
define( ‘MULTISITE’, true );
define( ‘SUBDOMAIN_INSTALL’, true );
$base = ‘/’;
define( ‘DOMAIN_CURRENT_SITE’, ‘bloggerzoo.com’ );
define( ‘PATH_CURRENT_SITE’, ‘/’ );
define( ‘SITE_ID_CURRENT_SITE’, 1 );
define( ‘BLOG_ID_CURRENT_SITE’, 1 );/* That’s all, stop editing! Happy blogging. */
/** Absolute path to the WordPress directory. */
if ( !defined(‘ABSPATH’) )
define(‘ABSPATH’, dirname(__FILE__) . ‘/’);/** Sets up WordPress vars and included files. */
require_once(ABSPATH . ‘wp-settings.php’);`Help!!! I’m pulling my hair out on this one and I’m afraid to open up the site to anymore bloggers until I get this fixed.
- The topic ‘I’m having navigation problems’ is closed to new replies.