Not Solved remove breadcrum
#1
Not Solved
[Image: arrow_down.gif] how i can remove this image on mybb 1.6??? [Image: arrow_down.gif][Image: arrow_down.gif][Image: arrow_down.gif] is the image of the navigation
Exclamation MyBB-Es.Com, spanish support for MyBB Wink
Reply
#2
Not Solved
It's hardcoded apparently so you'd have to edit a core file.
Reply
#3
Not Solved
Hide it with CSS, it's the best option available (without editing core files).

Edit your theme global.css and add:
#breadcrumb_multipage {
	display: none;
}
Reply
#4
Not Solved
This user has been denied support. This user has been denied support.
with editing corefiles, comment two lines in inc/functions.php

elseif(!empty($multipage))
{
    $navbits[$navsize]['url'] = get_forum_link($forumnav['fid'], $multipage['current_page']);

    // $navbits[$navsize]['multipage'] = $multipage;
    // $navbits[$navsize]['multipage']['url'] = get_forum_link($forumnav['fid']);
}

I suggested a different change earlier, but this one keeps the backlink to the correct forum page in the breadcrumb.

Would be nice if a setting for this dropdown could be added. Linking back to the correct forum page is okay, the drop down on the other hand is kinda pointless.
Reply
#5
Not Solved
thanks, i remove a line in the functions ^^
Exclamation MyBB-Es.Com, spanish support for MyBB Wink
Reply
#6
Not Solved
(2010-08-09, 07:19 PM)Aquilez Wrote: Hide it with CSS, it's the best option available (without editing core files).

Edit your theme global.css and add:
#breadcrumb_multipage {
	display: none;
}

Thanks Smile

The breadcrum is really useless IMO.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)