View Full Version : Deleting columns?
ps2wiz
07-12-2010, 11:13 PM
Could someone please help me out here.
I want to delete the last two columns when viewing the forum listings, the Last Reply column, and the Thread / Post Count column
Would anyone know exactly which templates to edit, and approximately what code to remove?
Thanks in advance!
Brandon_R
07-12-2010, 11:33 PM
learn HTML and CSS then come back.
ps2wiz
07-12-2010, 11:41 PM
learn HTML and CSS then come back.
Thanks,
Has anyone else attempted something similar?
Qwk86gn
07-13-2010, 01:16 AM
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:
<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:
<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!
ps2wiz
07-13-2010, 02:08 AM
Steve,
Thanks a lot, that did the trick beautifully!
However, a small little hiccup for any others that might come across this thread and attempt the same. This will not work on forums that do not have a directory. Basically, if this option is checked "Act as Forum" to yes for any particular forum without it being inside a parent forum then the above modification will ignore it. So, you'll have to have all your forums in directories which all of my public ones were so it did not really affect me.
Once again, thank you!
Qwk86gn
07-13-2010, 02:57 AM
Ah yes, you can still remove the same thing when the forum has no parent. Remove the same lines of code from:
forumhome_forumbit_level2_nopost & forumhome_forumbit_level1_post
cobaku
07-15-2010, 12:18 PM
altough this deletes last posts
it does not remove the last post column how do we do that.
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.