vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB4 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=251)
-   -   How to remove the forum navigation bar? (https://vborg.vbsupport.ru/showthread.php?t=326138)

Barzor 02-21-2018 07:01 PM

How to remove the forum navigation bar?
 
1 Attachment(s)
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

Code:

               
<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.

Code:

#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

1 Attachment(s)
I apologize for this
How to delete index.php from a forum link

https://vborg.vbsupport.ru/attachmen...1&d=1519390202

Best Regards


All times are GMT. The time now is 05:09 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.00973 seconds
  • Memory Usage 1,718KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_code_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (6)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete