The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#11
|
||||
|
||||
![]()
To keep the breadcrumb from displaying on the home page, wrap the entire div element with:
HTML Code:
<vb:if condition="THIS_SCRIPT !== 'index'">...</vb:if> HTML Code:
<vb:if condition="THIS_SCRIPT !== 'index'"> <div id="breadcrumb" class="breadcrumb" style="z-index: 100; position: relative; top: 175px;"> <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> |
#12
|
|||
|
|||
![]()
Hmm cannot find that HTML-code you first stated in the "search in templates". Closest I found was this "forumdisplay" - might be same function?
HTML Code:
<li id="forum{vb:raw forum.forumid}" class="forumbit_post {vb:raw forum.statusicon} L1"> <vb:if condition="THIS_SCRIPT != 'forumdisplay'"> <div class="forumhead L1"> <h2> <span class="forumtitle"> </span> <span class="forumthreadpost"> </span> <span class="forumlastpost">{vb:rawphrase last_post}</span> </h2> </div> </vb:if> Also noted when posting new thread, the spacing got a bit out of hand. --------------- Added [DATE]1430853601[/DATE] at [TIME]1430853601[/TIME] --------------- Filename: forumhome_forumbit_level1_post |
#13
|
||||
|
||||
![]()
What I meant was for you to add the vb conditional around the breadcrumb div element.
It seems though that my first solution was not well-thought out though. The problem is that the breadcrumb in its original location is hidden. So, we need to unhide it, but let it remain where it's supposed to be. Try this...remove the edits you made at my request to your "navbar" template and add to your "additional.css" template the following selectors: Code:
.breadcrumb { position: relative !important; } .breadcrumb li a { color: #CCCCCC !important; } .breadcrumb li a:hover { color: #FFFFFF !important; } .breadcrumb li a img { background: #FFFFFF !important; } |
#14
|
|||
|
|||
![]()
Thanks - will check!
|
#15
|
||||
|
||||
![]()
I added some selectors after originally posting...I just want to be sure you get them all.
And if this doesn't work, please let me know because I want to get this right. ![]() |
#16
|
|||
|
|||
![]()
Not an ace in this, but searching my files for additional.css, I found several files. Just add your code at the end of all of them?
(See attached). |
#17
|
||||
|
||||
![]()
It appears that you have removed the breadcrumb element altogether...when I said to remove the edits I initially requested, I meant for you to restore the breadcrumb element in the "navbar" template to:
HTML Code:
<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> If you would like, you can PM to me the credentials for an admin account, and I can make these changes for you. ![]() |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|