PDA

View Full Version : How to remove the forum navigation bar?


Barzor
02-21-2018, 07:01 PM
Hi,

I want to remove the navigation that brings you back to subforums - categories and home.

See attachment

scottkoz20
02-22-2018, 01:55 PM
Style Manager --> Navigation and Breadcrumb Trail -> navbar

Find the following and comment out the following using <vb:comment> </vb:comment> (I would not remove this in case you get push back from members


<li class="navbithome"><a href="index.php{vb:raw session.sessionurl_q}" accesskey="1"><img src="{vb:stylevar imgdir_misc}/navbit-home.png" alt="{vb:rawphrase home}" /></a></li>
{vb:raw navbits.breadcrumb}
{vb:raw navbits.lastelement}

Barzor
02-22-2018, 03:53 PM
Thanks! tested and works

Style Manager -> stylevar -> Navigation and Breadcrumb Trail -> navbar

Seven Skins
02-22-2018, 08:41 PM
No need to edit navbar template .. just add the code below to additional.css template.

#breadcrumb {display:none;}

scottkoz20
02-23-2018, 09:36 AM
the only thing I would worry about on disabling by adding the css code is if there are sites (like mine) that is using the breadcrumb other means (I have SocialMedia / eBay search) on the right side of the breadcrumb, that would disable everything, correct?

Emad ELsayed
02-23-2018, 10:49 AM
I apologize for this
How to delete index.php from a forum link

https://vborg.vbsupport.ru/attachment.php?attachmentid=156951&stc=1&d=1519390202

Best Regards