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 !


All times are GMT. The time now is 01: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.01940 seconds
  • Memory Usage 1,736KB
  • 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
  • (8)bbcode_code_printable
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete