vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.8 Template Modifications (https://vborg.vbsupport.ru/forumdisplay.php?f=236)
-   -   Forum Display Enhancements - Remove Threads And Posts Columns From The Forum (https://vborg.vbsupport.ru/showthread.php?t=214639)

Limode 05-26-2009 09:00 PM

Remove Threads And Posts Columns From The Forum
 
1 Attachment(s)
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.

Infopro 05-27-2009 09: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 11:02 AM

thanks i was trying to figure how to do that....:up:

samiro 05-27-2009 06:47 PM

demo ?

Limode 05-27-2009 08:09 PM

Quote:

Originally Posted by samiro (Post 1818339)
demo ?

Try Screenshots !

ArnyVee 05-27-2009 10: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 08: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 01:21 PM

Quote:

Originally Posted by Marvin Hlavac (Post 1839121)
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 12:06 PM

It works beautifully now! Thanks Limode!

Limode 07-04-2009 05:45 PM

Quote:

Originally Posted by Marvin Hlavac (Post 1842654)
It works beautifully now! Thanks Limode!

You are welcome !

dont.net 07-05-2009 01:06 PM

I couldnt find this file to edit so couldnt install it :(

Quote:

Forum Home :
Forum Home Templates / FORUMHOME find

Limode 07-05-2009 01:27 PM

Quote:

Originally Posted by dont.net (Post 1843215)
I couldnt find this file to edit so couldnt install it :(

If you need to do it, pm ur url

DFClub 07-05-2009 03: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 03:33 PM

1 Attachment(s)
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 10:29 PM

then how can i add threads and post count below the forum description?

vietConnecting 08-06-2009 06:49 PM

same you!

Fergal C 08-09-2009 01:31 PM

How can I just remove the threads column? I.e. keep the posts column.

bluej 08-28-2009 12:34 AM

Quote:

Originally Posted by HostBidder.com (Post 1864085)
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

Code:

<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

Quote:

Originally Posted by Khan_ (Post 1928097)
Code:

<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

Quote:

Originally Posted by Khan_ (Post 1928561)
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 :

Code:

<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 ^ ......

ar2 02-03-2010 10:01 PM

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 01: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:

Code:

<td class="alt1">$forum[threadcount]</td>
        <td class="alt2">$forum[replycount]</td>


arkham1 04-08-2012 02:53 PM

Hi does anyone know how to do this on 3.8.7 ? thanks !

mahmo0od 04-09-2012 09:38 AM

good idea
i will try to make the style and page size smallest

thank u friend


All times are GMT. The time now is 08:44 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01862 seconds
  • Memory Usage 1,780KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (12)bbcode_code_printable
  • (8)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (30)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete