Quote:
Originally Posted by Brandon_R
learn HTML and CSS then come back.
|
This is a discussion section for vB Design and Graphics, so he is trying to learn. One of the best ways to learn is to ask questions.
ps2wiz
Try this and see if it works.
Find template:
forumhome_forumbit_level2_post
Find and remove these lines of code:
Code:
<h4 class="nocss_label">{vb:rawphrase forum_statistics}:</h4>
<ul class="forumstats td">
<li>{vb:rawphrase threads}: {vb:raw forum.threadcount}</li>
<li>{vb:rawphrase posts}: {vb:raw forum.replycount}</li>
</ul>
<div class="forumlastpost td">
<h4 class="lastpostlabel">{vb:rawphrase last_post}:</h4>
<div>
{vb:raw forum.lastpostinfo}
</div>
</div>
To remove the "Last Post" in the forumhead try this.
Find template:
forumhome_forumbit_level1_nopost
Find and remove this line of code:
Code:
<span class="forumlastpost">{vb:rawphrase last_post}</span>
If you run into to trouble then just revert the templates. As you can see the phrases are pretty simple to figure out. I just tried it quickly on a test site and it seemed to work.
Good luck!