The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Adding bread crumbs to the bottom of the forum
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. |
#2
|
||||
|
||||
Welcome by the way...........
Try this..https://vborg.vbsupport.ru/showthread.php?t=229290 Works well.... |
#3
|
|||
|
|||
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.
|
#4
|
||||
|
||||
Yep...
Got it... Open the xml that came with the product...I use Notepad++ for this... Find line 59... Code:
//$find = '<!-- scripts for quick reply and quick edit -->'; Code:
$find = '<!-- scripts for quick reply and quick edit -->'; Code:
$find = '<div id="thread_info" class="thread_info block">'; Code:
//$find = '<div id="thread_info" class="thread_info block">'; |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|