The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Deleting columns?
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! |
#2
|
|||
|
|||
learn HTML and CSS then come back.
|
#3
|
|||
|
|||
Thanks,
Has anyone else attempted something similar? |
#4
|
||||
|
||||
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> Find template: forumhome_forumbit_level1_nopost Find and remove this line of code: Code:
<span class="forumlastpost">{vb:rawphrase last_post}</span> Good luck! |
#5
|
|||
|
|||
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! |
#6
|
||||
|
||||
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 |
#7
|
|||
|
|||
altough this deletes last posts
it does not remove the last post column how do we do that. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|