Quote:
Originally Posted by nanaimobar
The Posts and Threads/views columns on the far right side of forum board are displayed with dashes in them when advertisements are placed in a thread. These should be blank as I don't use the Post/Thread/views count columns on my site for the simple reason my board isn't for community posting.
I looked for dashes in php templates for this mod and checked various vb templates trying to see where these dashes come from but, alas I just ended up with sore eyeballs.
Attached is a jpg showing the two columns with the dashes in them, just follow the red arrow.
Any suggestions as to how to get rid of these darn dashes would be appreciated.
|
In the appropriate templates (i.e. threadbit_advertisement) you are looking for something like this:
Code:
<td class="alt1Active">
-
</td>
Just delete what looks like that, ensuring that you remove everything from <td to </td>.