Go Back   vb.org Archive > vBulletin Modifications > vBulletin 3.8 Modifications > vBulletin 3.8 Template Modifications

Reply
 
Thread Tools
Remove Threads And Posts Columns From The Forum Details »»
Remove Threads And Posts Columns From The Forum
Version: 1.00, by Limode Limode is offline
Developer Last Online: Mar 2013 Show Printable Version Email this Page

Category: Forum Display Enhancements - Version: 3.8.2 Rating:
Released: 05-26-2009 Last Update: Never Installs: 17
Template Edits
 
No support by the author.

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.

Screenshots

File Type: jpg demo1.jpg (81.6 KB, 0 views)
File Type: jpg demo2.jpg (80.6 KB, 0 views)

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #2  
Old 05-27-2009, 10:39 AM
Infopro Infopro is offline
 
Join Date: May 2003
Location: Pennsylvania
Posts: 267
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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> -->
Reply With Quote
  #3  
Old 05-27-2009, 12:02 PM
puertoblack2003's Avatar
puertoblack2003 puertoblack2003 is offline
 
Join Date: Aug 2005
Location: Philadelphia
Posts: 1,073
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

thanks i was trying to figure how to do that....:up:
Reply With Quote
  #4  
Old 05-27-2009, 07:47 PM
samiro's Avatar
samiro samiro is offline
 
Join Date: Jan 2007
Posts: 136
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

demo ?
Reply With Quote
  #5  
Old 05-27-2009, 09:09 PM
Limode's Avatar
Limode Limode is offline
 
Join Date: May 2009
Posts: 41
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by samiro View Post
demo ?
Try Screenshots !
Reply With Quote
  #6  
Old 05-27-2009, 11:14 PM
ArnyVee's Avatar
ArnyVee ArnyVee is offline
 
Join Date: Mar 2008
Posts: 944
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

*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:
Reply With Quote
  #7  
Old 06-28-2009, 09:21 PM
Marvin Hlavac Marvin Hlavac is offline
 
Join Date: Sep 2007
Posts: 102
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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?
Reply With Quote
  #8  
Old 06-29-2009, 02:21 PM
Limode's Avatar
Limode Limode is offline
 
Join Date: May 2009
Posts: 41
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Marvin Hlavac View Post
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.
Reply With Quote
  #9  
Old 07-04-2009, 01:06 PM
Marvin Hlavac Marvin Hlavac is offline
 
Join Date: Sep 2007
Posts: 102
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

It works beautifully now! Thanks Limode!
Reply With Quote
  #10  
Old 07-04-2009, 06:45 PM
Limode's Avatar
Limode Limode is offline
 
Join Date: May 2009
Posts: 41
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Marvin Hlavac View Post
It works beautifully now! Thanks Limode!
You are welcome !
Reply With Quote
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 06:55 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.07076 seconds
  • Memory Usage 2,318KB
  • Queries Executed 24 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (8)bbcode_code
  • (3)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (10)post_thanks_box
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (10)post_thanks_postbit_info
  • (9)postbit
  • (2)postbit_attachment
  • (10)postbit_onlinestatus
  • (10)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.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
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_attachment
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete