Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Plugin request: Removing “create a blog” options


elemsee
Participant

@elemsee

@jason

I tried your patch, editing the code in /core/bp-core-adminbar.php to:

$alt = ( 0 == $counter % 2 ) ? ' class="alt"' : '';

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

echo '</ul>';
echo '</li>';
}

Does this look correct?

If so, in layman’s terms, what should the outcome be (I want to be sure it matches up with what I’m seeing.)

Thanks :)

Skip to toolbar