[buddypress-trac] [BuddyPress] #1501: Main nav slugs incorrect while browsing user blogs (easy fix)
buddypress-trac at lists.automattic.com
buddypress-trac at lists.automattic.com
Tue Jan 19 10:49:09 UTC 2010
#1501: Main nav slugs incorrect while browsing user blogs (easy fix)
-------------------------+--------------------------------------------------
Reporter: teebes | Owner:
Type: defect | Status: closed
Priority: minor | Milestone: 1.2
Resolution: worksforme | Keywords: main nav
-------------------------+--------------------------------------------------
Changes (by apeatling):
* status: new => closed
* resolution: => worksforme
Comment:
You can add this to your wp-config.php file to enable the theme to work on
any sub blog:
{{{
define( "BP_ENABLE_MULTIBLOG", true );
}}}
You should avoid using switch_to_blog() since it is very slow and
expensive.
--
Ticket URL: <http://trac.buddypress.org/ticket/1501#comment:3>
BuddyPress <http://buddypress.org/>
BuddyPress
More information about the buddypress-trac
mailing list