PDA

View Full Version : Adding bread crumbs to the bottom of the forum


korindabar
12-04-2013, 01:56 PM
Hey everyone. I did a search of the vb4 forums and Google but couldn't find an answer to this question. Does anyone know how to get the same breadcrumbs that are at the top of the page when you're navigating the forum to also appear at the bottom?

We recently did a large migration from phpbb2 and one of the biggest features the users are complaining about is the lack of bread crumbs at the bottom of threads/forums.

DemOnstar
12-04-2013, 02:05 PM
Welcome by the way...........

Try this..https://vborg.vbsupport.ru/showthread.php?t=229290

Works well....

korindabar
12-04-2013, 02:36 PM
Funnily enough, I had just found that and installed it. It does add the breadcrumbs but it puts them below the "Reply to thread" button. Think of anyway to get it above? Just want it closer to the last post so people don't have to scroll as far down.

DemOnstar
12-04-2013, 03:52 PM
Yep...

Got it...

Open the xml that came with the product...I use Notepad++ for this...

Find line 59...

//$find = '<!-- scripts for quick reply and quick edit -->';

Change to this..

$find = '<!-- scripts for quick reply and quick edit -->';

Get line 61

$find = '<div id="thread_info" class="thread_info block">';

Change to this

//$find = '<div id="thread_info" class="thread_info block">';

Reinstall, overwrite and tell me what happens..