The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
find a <br /> :/
<a href="http://www.trasion.com/forum/forumdisplay.php?f=3/?styleid=5" target="_blank">http://www.trasion.com/forum/forumdi...f=3/?styleid=5</a>
Where the footer bar and the category has a line break in between them... I can't seem to find it. I found them in all of the other pages, but why not this one? I did when Lynne said, and turned on HTML Comments in the Page Source. Can someone help me find that one line break? (<br />) |
#2
|
||||
|
||||
Could it be the cell padding and not a break?
HTML Code:
<table cellpadding="6" cellspacing="0" border="0" width="100%" class="page" align="center">
|
#3
|
|||
|
|||
Nope.. Not there. I found a cellpadding="4", and changed it to cellpadding="0", but it did nothing.
Here's my FORUMDISPLAY code... Code:
<!-- ############## END THREADS LIST ############## --> </if> $forumhome_markread_script <if condition="$show['popups'] AND $show['forumsearch']"> <div class="vbmenu_popup" id="forumsearch_menu" style="display:none"> <form action="search.php?do=process" method="post"> <table cellpadding="4" cellspacing="1" border="0"> <tr> <td class="thead">$vbphrase[search_this_forum]<a name="goto_forumsearch"></a></td> </tr> <tr> <td class="vbmenu_option" title="nohilite"> <input type="hidden" name="s" value="$session[sessionhash]" /> <input type="hidden" name="securitytoken" value="$bbuserinfo[securitytoken]" /> <input type="hidden" name="do" value="process" /> <input type="hidden" name="forumchoice[]" value="$forumid" /> <input type="hidden" name="childforums" value="1" /> <input type="hidden" name="exactname" value="1" /> <div><input type="text" class="bginput" name="query" size="25" tabindex="1001" /><input type="submit" class="button" value="$vbphrase[go]" accesskey="s" tabindex="1004" /></div> </td> </tr> <tr> <td class="vbmenu_option" title="nohilite"> <label for="rb_fd_sp0"><input type="radio" name="showposts" value="0" id="rb_fd_sp0" tabindex="1002" checked="checked" />$vbphrase[show_threads]</label> <label for="rb_fd_sp1"><input type="radio" name="showposts" value="1" id="rb_fd_sp1" tabindex="1003" />$vbphrase[show_posts]</label> </td> </tr> <tr> <td class="vbmenu_option"><a href="search.php?$session[sessionurl]f=$forumid" rel="nofollow">$vbphrase[advanced_search]</a></td> </tr> </table> </form> </if></div> $footer </body> </html> I don't know what would be making that space. |
#4
|
||||
|
||||
its one of the forumhome_forumbit templates and not forumhome
|
#5
|
||||
|
||||
It's right above the code you put in post 3:
HTML Code:
</tbody> <!-- END TEMPLATE: forumhome_forumbit_level1_post --> </table> <br /> <!-- / sub-forum list --> <!-- BEGIN TEMPLATE: forumhome_markread_script --> <script type="text/javascript" src="clientscript/vbulletin_read_marker.js?v=374"></script> <script type="text/javascript"> <!-- vbphrase['doubleclick_forum_markread'] = "Double-click this icon to mark this forum and its contents as read"; init_forum_readmarker_system(); //--> </script> <!-- END TEMPLATE: forumhome_markread_script --> |
#6
|
|||
|
|||
Lynne, what template is that in? :/
Because one ends before it, and another starts after it... |
#7
|
||||
|
||||
Not Lynne but I'll take a crack.
Look in your FORUMDISPLAY template. It's there. I found it by searching templates for <!-- / sub-forum list --> |
#8
|
||||
|
||||
Yeah, I meant you needed to look further up in the template you posted a part of which is the FORUMDISPLAY template.
|
#9
|
|||
|
|||
sounds like so much fun, hunting for a <br /> tag.
just kidding |
#10
|
||||
|
||||
It's not often I get to help someone.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|