The Arcive of vBulletin Modifications Site. |
|
Remove Threads And Posts Columns From The Forum Details »»
|
|||||||||||||||||||||||||||||||
|
Remove Threads And Posts Columns From The Forum
Developer Last Online: Mar 2013
If you need remove threads and posts columns from forum home and forum dislay, modify this :
Forum Home : Forum Home Templates / FORUMHOME find : Code:
<td class="thead">$vbphrase[threads]</td> <td class="thead">$vbphrase[posts]</td> Code:
<!-- <td class="thead">$vbphrase[threads] --></td> <!-- <td class="thead">$vbphrase[posts]</td> --> Code:
<td class="thead">$vbphrase[threads]</td> <td class="thead">$vbphrase[posts]</td> Code:
<!-- <td class="thead">$vbphrase[threads] --></td> <!-- <td class="thead">$vbphrase[posts]</td> --> Forum Display templates / FORUMDISPLAY find: Code:
<td class="thead">$vbphrase[threads]</td> <td class="thead">$vbphrase[posts]</td> Code:
<!-- <td class="thead">$vbphrase[threads] --></td> <!-- <td class="thead">$vbphrase[posts]</td> --> Code:
<td class="thead">$vbphrase[threads]</td> <td class="thead">$vbphrase[posts]</td> Code:
<!-- <td class="thead">$vbphrase[threads] </td> --> <!-- <td class="thead">$vbphrase[posts]</td> --> Screenshots
Show Your Support
|
|||||||||||||||||||||||||||||||
| Comments |
|
#2
|
|||
|
|||
|
Isn't this going to break every users forum that follows your code? Leaving 4 </td> tags there doesn't seem to me to be correct.
This, as an example: <!-- <td class="thead">$vbphrase[threads] --></td> Should be this: <!-- <td class="thead">$vbphrase[threads] </td> --> |
|
#3
|
||||
|
||||
|
thanks i was trying to figure how to do that....:up:
|
|
#4
|
||||
|
||||
|
demo ?
|
|
#5
|
||||
|
||||
|
|
|
#6
|
||||
|
||||
|
*tagged*
I think that this is one of those mods that you need to do before you do the "forums arranged in columns on forumhome" mod (https://vborg.vbsupport.ru/showthread.php?t=99829). Useful :up: |
|
#7
|
|||
|
|||
|
Hello,
I need to remove the threads column from my forum home. I spent the best part of Sunday working on this, but I'm not having any luck. I just came across this thread, but: * my forumhome_forumbit_level1_post template doesn't contain the above code; * my forumhome_forumbit_level2_post template has no such code either; * what's up with the left over </td> tags? Could someone please point me the right direction? |
|
#8
|
||||
|
||||
|
Quote:
|
|
#9
|
|||
|
|||
|
It works beautifully now! Thanks Limode!
|
|
#10
|
||||
|
||||
|
You are welcome !
|
![]() |
|
|