MyBB Community Forums

Full Version: Remove Multipage Breadcrumb?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi,

Anyway I can remove this? Multipage Breadcrumb?

Thanks Smile
1. Open ./inc/functions.php in a text editor.

2. Find:

$multipage_dropdown = " <img src=\"{$theme['imgdir']}/arrow_down.gif\" alt=\"v\" title=\"\" class=\"pagination_breadcrumb_link\" id=\"breadcrumb_multipage\" />{$multipage}";

3. Change to:

$multipage_dropdown = " {$multipage}";
Thanks Smile
Thanks favious. I was looking for the source of this code, it wasn´t in navigation templates.

Could be done this way too, without editing php file:

add to your theme style => "global.css" this code, it should work

div.navigation img#breadcrumb_multipage {display:none}
Why not removing the <navigation> line in your header template?
<navigation> would remove the whole navigation, xomp only wanted to remove the little arrow that displays next to the current forum you're in if it has more than 1 page of threads. Smile
Oh, I see, i did not read that well :p
Just set the setting off.
(2011-08-21, 03:05 PM)RateU Wrote: [ -> ]Just set the setting off.

LOL Huh

Didn´t happen to me it´s a setting in ACP

EDIT:

ACP => Configuration => Show Thread options

Show Forum Multipage Dropdown
If the forum has more than 1 page of threads, do you want to display a dropdown pagination menu in the breadcrumbs?
(2011-08-21, 03:55 PM)aglioeolio Wrote: [ -> ]
(2011-08-21, 03:05 PM)RateU Wrote: [ -> ]Just set the setting off.

LOL Huh

Didn´t happen to me it´s a setting in ACP

EDIT:

ACP => Configuration => Show Thread options

Show Forum Multipage Dropdown
If the forum has more than 1 page of threads, do you want to display a dropdown pagination menu in the breadcrumbs?

mmmm, lol.