[buddypress-trac] [BuddyPress] #1486: BP 1.2 trunk Cannot Create Blog

buddypress-trac at lists.automattic.com buddypress-trac at lists.automattic.com
Sun Dec 27 17:47:44 UTC 2009


#1486: BP 1.2 trunk Cannot Create Blog
--------------------+-------------------------------------------------------
Reporter:  mercime  |       Owner:     
    Type:  defect   |      Status:  new
Priority:  major    |   Milestone:     
Keywords:           |  
--------------------+-------------------------------------------------------

Comment(by travel-junkie):

 Actually, line 166 in bp-core-adminbar.php

 {{{
 echo '<a href="' . $bp->loggedin_user->domain . $bp->blogs->slug .
 '/create-a-blog">' . __('Create a Blog!', 'buddypress') . '</a>';
 }}}

 needs to be changed to

 {{{
 echo '<a href="'. $bp->root_domain .'/'. $bp->blogs->slug . '/create">' .
 __('Create a Blog!', 'buddypress') . '</a>';
 }}}

-- 
Ticket URL: <http://trac.buddypress.org/ticket/1486#comment:1>
BuddyPress <http://buddypress.org/>
BuddyPress


More information about the buddypress-trac mailing list