Customizing SMF > Graphics and Templates

Removing Last Post Colomn

(1/6) > >>

austinderrick2:
How can I remove the left <td> that has the last post in it(And everything in the <td>)? I did this with YabbSE but it has changed with SMF...

pulpitfire:
BoardIndex.template.php


--- Code: ---// Show the "Board name      Topics  Posts    Last Post" header.
echo '
<table border="0" width="100%" cellspacing="1" cellpadding="5" class="bordercolor">
<tr class="titlebg">
<td colspan="2">', $txt[20], '</td>
<td width="6%" align="center">', $txt[330], '</td>
<td width="6%" align="center">', $txt[21], '</td>
/*here------>*/        <td width="22%" align="center">', $txt[22], '</td>
</tr>';

--- End code ---

austinderrick2:
Didnt work... Their still there... I'm editing the one in my Themes/converted/ folder...


--- Code: ---    // Show the "Board name      Topics  Posts    Last Post" header.
    echo '
<table border="0" width="100%" cellspacing="0" cellpadding="0" class="bordercolor" bgcolor="yellow">
    <tr class="titlebg">
        <td colspan="2">', $txt[20], '</td>
        <td width="6%" align="center">', $txt[330], '</td>
        <td width="6%" align="center">', $txt[21], '</td>
    </tr>';

--- End code ---

pulpitfire:
it'd have to be the BoardIndex.template.php for the theme you are using.  hmm...if you edited that one and it still didn't work, i'm not sure.

austinderrick2:
I dont think its using the right BoardIndex.template.php on my forums... Its using another one from somewhere... I can do whatever I want to the file and it doesnt do anything.

Navigation

[0] Message Index

[#] Next page

Go to full version