Back to vBulletin 3.8 Template Modifications

Remove Threads And Posts Columns From The Forum
Mod Version: 1.00, by Limode

vB Version: 3.8.2 Rating: (0 vote - 0 average) Installs: 17
Released: 27 May 2009 Last Update: Never Downloads: 1
Not Supported Template Edits  

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>
Replace with :
Code:
<!-- <td class="thead">$vbphrase[threads] --></td>
	  <!--  <td class="thead">$vbphrase[posts]</td> -->
Forum Home Templates / forumhome_forumbit_level2_post find :
Code:
<td class="thead">$vbphrase[threads]</td>
	  <td class="thead">$vbphrase[posts]</td>
Replace with :
Code:
<!-- <td class="thead">$vbphrase[threads] --></td>
	  <!--  <td class="thead">$vbphrase[posts]</td> -->
Forum Display :
Forum Display templates / FORUMDISPLAY find:
Code:
<td class="thead">$vbphrase[threads]</td>
	  <td class="thead">$vbphrase[posts]</td>
Replace with :
Code:
<!-- <td class="thead">$vbphrase[threads] --></td>
	  <!--  <td class="thead">$vbphrase[posts]</td> -->
Forum Home Templates / forumhome_forumbit_level1_post find :

Code:
<td class="thead">$vbphrase[threads]</td>
	  <td class="thead">$vbphrase[posts]</td>
Replace with :
Code:
<!-- <td class="thead">$vbphrase[threads] </td> -->
	  <!--  <td class="thead">$vbphrase[posts]</td> -->
Hope help.

Download

No files for download.

Screenshots

Click image for larger version
Name:	demo1.jpg
Views:	1515
Size:	81.6 KB
ID:	99690   Click image for larger version
Name:	demo2.jpg
Views:	1483
Size:	80.6 KB
ID:	99691  


vblts.ru supports vBulletin®, 2022-2024