View Full Version : Forum Display Enhancements - Remove Threads And Posts Columns From The Forum
Limode
05-26-2009, 10:00 PM
If you need remove threads and posts columns from forum home and forum dislay, modify this :
Forum Home :
Forum Home Templates / FORUMHOME find :
<td class="thead">$vbphrase[threads]</td>
<td class="thead">$vbphrase[posts]</td>
Replace with :
<!-- <td class="thead">$vbphrase[threads] --></td>
<!-- <td class="thead">$vbphrase[posts]</td> -->
Forum Home Templates / forumhome_forumbit_level2_post find :
<td class="thead">$vbphrase[threads]</td>
<td class="thead">$vbphrase[posts]</td>
Replace with :
<!-- <td class="thead">$vbphrase[threads] --></td>
<!-- <td class="thead">$vbphrase[posts]</td> -->
Forum Display :
Forum Display templates / FORUMDISPLAY find:
<td class="thead">$vbphrase[threads]</td>
<td class="thead">$vbphrase[posts]</td>
Replace with :
<!-- <td class="thead">$vbphrase[threads] --></td>
<!-- <td class="thead">$vbphrase[posts]</td> -->
Forum Home Templates / forumhome_forumbit_level1_post find :
<td class="thead">$vbphrase[threads]</td>
<td class="thead">$vbphrase[posts]</td>
Replace with :
<!-- <td class="thead">$vbphrase[threads] </td> -->
<!-- <td class="thead">$vbphrase[posts]</td> -->
Hope help.
Infopro
05-27-2009, 10:39 AM
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> -->
puertoblack2003
05-27-2009, 12:02 PM
thanks i was trying to figure how to do that....:up:
samiro
05-27-2009, 07:47 PM
demo ?
Limode
05-27-2009, 09:09 PM
demo ?
Try Screenshots !
ArnyVee
05-27-2009, 11:14 PM
*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:
Marvin Hlavac
06-28-2009, 09:21 PM
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?
Limode
06-29-2009, 02:21 PM
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?
bcose ur style, pm me ur forum link.
Marvin Hlavac
07-04-2009, 01:06 PM
It works beautifully now! Thanks Limode!
Limode
07-04-2009, 06:45 PM
It works beautifully now! Thanks Limode!
You are welcome !
dont.net
07-05-2009, 02:06 PM
I couldnt find this file to edit so couldnt install it :(
Forum Home :
Forum Home Templates / FORUMHOME find
Limode
07-05-2009, 02:27 PM
I couldnt find this file to edit so couldnt install it :(
If you need to do it, pm ur url
DFClub
07-05-2009, 04:33 PM
Hi great mod thanks.
Would you know how to remove the marked column? and also where to change the size of the column on the left containing the icon?
DFClub
07-05-2009, 04:33 PM
Hi great mod thanks.
Would you know how to remove the marked column? and also where to change the size of the column on the left containing the icon?
Darkgardevoir
07-17-2009, 11:29 PM
then how can i add threads and post count below the forum description?
vietConnecting
08-06-2009, 07:49 PM
same you!
Fergal C
08-09-2009, 02:31 PM
How can I just remove the threads column? I.e. keep the posts column.
bluej
08-28-2009, 01:34 AM
How can I just remove the threads column? I.e. keep the posts column.
just do the edits for the threads column and not the posts column...
Khan_
12-10-2009, 12:19 AM
<td class="thead">$vbphrase[threads]</td>
<td class="thead">$vbphrase[posts]</td>
i cant find it in my style forumhome .. can anyone help ?
Limode
12-10-2009, 11:29 AM
What is style you using ?
Limode
12-10-2009, 11:30 AM
<td class="thead">$vbphrase[threads]</td>
<td class="thead">$vbphrase[posts]</td>
i cant find it in my style forumhome .. can anyone help ?
What is style you using ? or what is your forums url ?
Khan_
12-10-2009, 08:55 PM
my forum url www.wrestlingconcepts.com
style is blissfully simple ..
P.S .. can you help me make sidebars to put advertisiments in it ..No prob if you cant .
Thank you .
Limode
12-11-2009, 11:38 PM
my forum url www.wrestlingconcepts.com
style is blissfully simple ..
P.S .. can you help me make sidebars to put advertisiments in it ..No prob if you cant .
Thank you .
Go to admincp, edit your style, you can find on forumhome_forumbit_level1_nopost
Khan_
12-12-2009, 03:04 AM
Forum Home Templates / forumhome_forumbit_level2_post find :
<td class="thead">$vbphrase[threads]</td>
<td class="thead">$vbphrase[posts]</td>
I found and done the first replace .. now when i look for the next step , i mean second one.. it says not found ... and same with rest of them below ..
Khan_
12-27-2009, 02:00 PM
Bump ^ ......
It's kind of old thread but I'm interested in removing my post/thread columns and can't do it with this hack.
Naan-Kadavul
04-25-2010, 02:20 AM
not working, because i think my template is different..
i can't find any of the codes there... please anyone help me
i have also sent PM to this Limode
The Theme i use is Juice Theme with my own modified pics...
Eplexx
12-14-2010, 06:30 PM
What I had to do was go into forumhome_forumbit_level2_post
and remove:
<td class="alt1">$forum[threadcount]</td>
<td class="alt2">$forum[replycount]</td>
arkham1
04-08-2012, 03:53 PM
Hi does anyone know how to do this on 3.8.7 ? thanks !
mahmo0od
04-09-2012, 10:38 AM
good idea
i will try to make the style and page size smallest
thank u friend
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.