![]() |
Help! Need to remove table header bar from ForumHome
Ok, I'm looking to remove the table header bars (the bars that read "Forum, Last Post, Threads, Posts") from my ForumHome (frontpage).
I have applied these two mods: http://www.vbulletin.com/forum/showthread.php?t=156783 http://www.vbulletin.com/forum/showthread.php?t=156777 How do I get those bars outta there AND keep my columns aligned? Any help would be greatly appreciated. Thanks. |
remove this from your forumhom_forumbit_level1_nopost template
Code:
<tr align="center"> |
Quote:
EDIT: heheh... ok, thanks! :D |
ok, in forumhome_forumbit_level2_post
find Code:
<td class="alt2"><img src="$stylevar[imgdir_statusicon]/forum_$forum[statusicon].gif" alt="" border="0" /></td> Code:
<td class="alt2" width="5%"><img src="$stylevar[imgdir_statusicon]/forum_$forum[statusicon].gif" alt="" border="0" /></td> Code:
<td class="alt2" nowrap="nowrap">$forum[lastpostinfo]</td> Code:
<td class="alt2" nowrap="nowrap" width="25%">$forum[lastpostinfo]</td> |
Ok, going to try it out now.
Brb Quote:
Code:
<td class="alt2"><img src="$stylevar[imgdir_statusicon]/forum_$forum[statusicon].gif" alt="" border="0" /></td> |
oh, you have another mod installed that makes changes to the template in the same locations.
Just note the width parts in my replace code and add that in the appropraite places. |
Here's what my forumhome_forumbit_level2_post now looks like, nothing changed. The bars are still there.
Code:
<tr align="center"> EDIT: Applied the same code to forumhome_forumbit_level3_post and nothing has changed. |
did you also do the deletion I mentioned in post #2? That is to remove the title bars, then the rest is to fix the widths of the columns.
|
D'oh! Hang on.
Ok, that worked like a charm, now I just have to plug in my old width settings to get looking like it did. Thanks for the help!!! |
All times are GMT. The time now is 03:01 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 | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|