The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
image attached
Is there a way to remove this from only the CMS pages ? It seems to take up space and is unneeded in CMS, since most people already have a navigation widget along the left side. It's useful on the main forum index, but not so much in CMS. |
|
#2
|
||||
|
||||
|
You should be able to use a conditional. Something like this:
HTML Code:
<vb:if condition="THIS_SCRIPT != 'content'"> </vb:if> |
|
#3
|
|||
|
|||
|
Quote:
I've checked the cms templates as well, but don't see a specific one that has the breadcrumbs script. vBulletin support won't even help me with it...they say this is beyond their scope of support or whatever. such a simple fix probably, and I can't get it fixed. |
|
#4
|
|||
|
|||
|
navbar template:
Code:
</div><!-- closing div for above_body -->
<div class="body_wrapper">
<vb:if condition="!(defined('CMS_SCRIPT'))">
<div id="breadcrumb" class="breadcrumb">
<ul class="floatcontainer">
<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}
</ul>
<hr />
</div>
</vb:if>
We have the same opinion and removed the breadcrumb from our cms some weeks ago. Regards |
| Благодарность от: | ||
| archet1337 | ||
|
#5
|
|||
|
|||
|
Quote:
just 1 more.. The 'text' area just above the area circled in screenshot. I'm trying to remove that as well. (where it says 'what's new' , 'How To: Install' / Upgrade' , etc) This one seems a little harder to find... i've tried embedding same code for several variables just above there, but no luck. |
|
#6
|
|||
|
|||
|
That can be removed via a build in function (well the text at least):
Go to edit section (the pencil), find: Sections to Display in Navbar Sub-Menu Choose and set Display Order for Sections to appear in Navbar - deselect everything. |
|
#7
|
|||
|
|||
|
thx much, can't believe I didn't know that..
|
|
#8
|
|||
|
|||
|
Thanks!
|
|
#9
|
||||
|
||||
|
Thanks for your help guys
|
|
#10
|
|||
|
|||
|
Thanks heaps buddy!!!
|
![]() |
|
|
| X vBulletin 3.8.12 by vBS Debug Information | |
|---|---|
|
|
More Information |
|
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|