PDA

View Full Version : Need some help.


AlexUK
09-10-2002, 09:35 PM
I want to remove the table after my category, the one that says, posts, threads.moderator, etc. The blue table in the pic see below. How do I do it?

Austin Dea
09-11-2002, 12:25 AM
In your 'forumhome_forumbit_level1_nopost', delete that row, which should like something like:
<tr align="center">
<td bgcolor=""#C1D7F4" background="images/head_bg.gif""><smallfont>&nbsp;</smallfont></td>
<td bgcolor=""#C1D7F4" background="images/head_bg.gif"" width="80%" align="left"><smallfont color="#000000"><b>Forum</b></smallfont></td>
<td bgcolor=""#C1D7F4" background="images/head_bg.gif""><smallfont color="#000000"><b>Posts</b></smallfont></td>
<td bgcolor=""#C1D7F4" background="images/head_bg.gif""><smallfont color="#000000"><b>Threads</b></smallfont></td>
<td bgcolor=""#C1D7F4" background="images/head_bg.gif"" width="220" nowrap><smallfont color="#000000"><b>Last Post</b></smallfont></td>
</tr>

AlexUK
09-11-2002, 07:14 AM
Yeah but not all the tables, only on one category.

Tony G
09-11-2002, 08:01 AM
Not possible then, because it uses the same code for all tables. Or maybe there is a way..

AlexUK
09-11-2002, 08:56 AM
It is possible because I saw it done, I just dont know which file I edit, I need to edit a php file in the forum directory.

Tony G
09-11-2002, 11:41 AM
If it's file editing go to vB.org, since thats the support forum for file editing. But I don't think it needs file editing.

mashby
09-11-2002, 02:38 PM
To do this in only one category would require a hack. Check vBulletin.org (http://www.vbulletin.org)

AlexUK
09-11-2002, 02:39 PM
Chen from Vb.org said you can do it via the index.php, he didnt say how cos hes busy.

Austin Dea
09-12-2002, 01:04 AM
Well ask someone in the Request Forum at vb.org.

Tony G
09-12-2002, 05:59 AM
index.php is a file and not a template, so you'll need vB.org.

chratnox
09-12-2002, 11:28 PM
you can do it through a if($forumid=blabla) {
yea..
unfortunately i'm not allowed to help you here..sorry :(