The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
How do I remove the line at top of main forums page?
This is driving me crazy but I can't seem to find the solution to this anywhere.
On the main forum page just above where the forums start to be displayed (via $forumbits) and below the text "You last visited: bla bla" there is a line. I want to remove it. I know it is in $forumbits somewhere, but I can't figure out what template is generating that dang line. (some of you may not see it if you have other color schemes) You can see the line on my site below the navbar I inserted into the page at www.mtbmn.com if curious. Thanks. |
#2
|
||||
|
||||
Take <hr> out of the forumhome_unregmessage template.
|
#3
|
||||
|
||||
Close.. seems that tag isn't what is doing it though - at least the one I see (I'm registered). I looked at some of the other home templates and even did a search for the HR tag in the templates - found a few, but none affected that dang line.
It appears the line isn't an actual HR tag now that I look at the code that I'm presented with. it looks like it is being created out of a table of some kind. Here is the code that creates it: Code:
<table cellpadding="0" cellspacing="0" border="0" bgcolor="#FFFFFF" width="100%" align="center"> <tr><td> <table cellpadding="4" cellspacing="1" border="0" width="100%"> </table> </td></tr></table> <table cellpadding="0" cellspacing="0" border="0" bgcolor="#555576" width="100%" align="center"><tr><td> <table cellpadding="4" cellspacing="1" border="0" width="100%"> |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|