I am having an issue whenever I or another member clicks on any other members profile and navigates to the blog submenu to look at that persons blogs, they are thrown into the starting blog editor to create a new blog for themselves. So Member A looks at Member B's profile blog subtab and is taking to Member A's Create Blog (tiny mce one that you make when you first start your blogs) Anyone else having this issue? I looked at blogs.php and is this the section that needs to be altered?
if ($oBlogs->_iVisitorID) {
$sVisitorNickname = getNickName($oBlogs->_iVisitorID);
$sVisitorBlogLink = $oBlogs->genBlogLink('show_member_blog_home', array('Permalink'=>$sVisitorNickname, 'Link'=>$oBlogs->_iVisitorID), '', '', '', true);
$aOpt = array('only_menu' => 1, 'blog_owner_link' => $sVisitorBlogLink);
$GLOBALS['oTopMenu']->setCustomSubActions($aOpt, 'bx_blogs', true);
}
Is this a permalink issue?
Any help is greatly appreciated.