Go Back   vb.org Archive > vBulletin Modifications > vBulletin 4.x Modifications > vBulletin 4.x Template Modifications

Reply
 
Thread Tools
Remove 'Threads' and 'Posts' counts column from forumhome Details »»
Remove 'Threads' and 'Posts' counts column from forumhome
Version: 1.00, by AURFSCAN AURFSCAN is offline
Developer Last Online: May 2017 Show Printable Version Email this Page

Category: Forum Home Enhancements - Version: 4.x.x Rating:
Released: 01-08-2011 Last Update: Never Installs: 133
Template Edits
 
No support by the author.

I hate all the 'numbers' on the forumhome so I got rid of the column
This was done on a fixed width forum.

Back up these templates so If you stuff up... just paste them back and forget about it...


remove from forumhome_forumbit_level2_post template

Code:
<h4 class="nocss_label">{vb:rawphrase forum_statistics}:</h4>
		<ul class="forumstats td">
			<li>{vb:rawphrase threads}: {vb:raw forum.threadcount}</li>
			<li>{vb:rawphrase posts}: {vb:raw forum.replycount}</li>
		</ul>


adjust in forumbits.css template

for the forumtitle Info width section

Code:
.forumbit_post .foruminfo {
	width: 63%;
	min-width: 30%;
	float: {vb:stylevar left};
	clear: {vb:stylevar right};
	min-height: {vb:stylevar forumicon_size}; 
}

for the last post Info width section

Code:
.forumbit_post .forumrow .forumlastpost {
	width: 29%;
	font-size: {vb:stylevar mid_fontSize};
	padding-top: {vb:math {vb:stylevar padding}/2};
}

for the forumhead 'Last Post' title alignment

Code:
.forumbit_nopost .forumhead .forumtitle {
	font-size: {vb:stylevar font.fontSize};
	min-width: 67%;
}

*Adjust percentages (In bold red) to suit your width


Adjust in: Settings - Options - Forum Listings Display Options - Last Thread Title Maximum Displayed Characters
to suit 'Last Post' width


Demo

Screenshots

File Type: jpg nonumbers.jpg (338.1 KB, 0 views)

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.
4 благодарности(ей) от:
ku-med, rodriiverduguez, tinhlt, WendM

Comments
  #42  
Old 09-03-2011, 04:41 PM
FReeSTER FReeSTER is offline
 
Join Date: Jun 2006
Location: Rome
Posts: 730
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by sodasusu View Post


its cool ...

someone have a idea how I can do this??
There is actually an Article to do this by Lynne...
https://vborg.vbsupport.ru/showthread.php?t=228484
Reply With Quote
Благодарность от:
sodasusu
  #43  
Old 11-03-2011, 08:15 AM
dang3rzon3 dang3rzon3 is offline
 
Join Date: Sep 2009
Location: Milano (Italy)
Posts: 73
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

unistalled.
doesn't work with unregistered user, template crash all the page!
Reply With Quote
  #44  
Old 11-10-2011, 08:52 AM
Nacho Vidal's Avatar
Nacho Vidal Nacho Vidal is offline
 
Join Date: Feb 2011
Location: Chillin' with Rocco
Posts: 29
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks for the mod, works ok on 4.1.7
Reply With Quote
Благодарность от:
AURFSCAN
  #45  
Old 12-18-2011, 01:15 PM
thompson thompson is offline
 
Join Date: Jul 2007
Posts: 155
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

thanks for that.
Reply With Quote
  #46  
Old 01-19-2012, 01:46 AM
ClErK1991 ClErK1991 is offline
 
Join Date: May 2009
Location: Colombia
Posts: 64
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

i have a problem, my forum still had this 'Threads / Posts Last Post' How can i fixed?
Reply With Quote
  #47  
Old 01-19-2012, 07:14 PM
ClErK1991 ClErK1991 is offline
 
Join Date: May 2009
Location: Colombia
Posts: 64
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

no one can answer me?
Reply With Quote
  #48  
Old 01-19-2012, 11:39 PM
AURFSCAN AURFSCAN is offline
 
Join Date: Dec 2007
Posts: 328
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by ClErK1991 View Post
i have a problem, my forum still had this 'Threads / Posts Last Post' How can i fixed?
ClErK, I dont understand what you mean. post a picture of the problem if you can
Reply With Quote
  #49  
Old 01-20-2012, 12:51 AM
Merjawy's Avatar
Merjawy Merjawy is offline
 
Join Date: Sep 2002
Location: USA
Posts: 505
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I believe in 4.1.10 the " Threads / Posts " still show on category as I found out and needs to be deleted from another template..

forumhome_forumbit_level1_nopost
Find and Remove
PHP Code:
<span class="forumthreadpost">{vb:rawphrase threads_posts}&nbsp;</span
Or do as I did and just comment it out (like this)
PHP Code:
<!-- <span class="forumthreadpost">{vb:rawphrase threads_posts}&nbsp;</span> --> 
Hope that helps
Reply With Quote
3 благодарности(ей) от:
AndyBaines, AURFSCAN, vetty
  #50  
Old 01-20-2012, 01:05 AM
ClErK1991 ClErK1991 is offline
 
Join Date: May 2009
Location: Colombia
Posts: 64
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Merjawy View Post
I believe in 4.1.10 the " Threads / Posts " still show on category as I found out and needs to be deleted from another template..

forumhome_forumbit_level1_nopost
Find and Remove
PHP Code:
<span class="forumthreadpost">{vb:rawphrase threads_posts}&nbsp;</span
Hope that helps
yeah dude, thank u very much, that fix my problem u make me happy :up:
Reply With Quote
  #51  
Old 01-20-2012, 01:06 AM
ClErK1991 ClErK1991 is offline
 
Join Date: May 2009
Location: Colombia
Posts: 64
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by AURFSCAN View Post
ClErK, I dont understand what you mean. post a picture of the problem if you can
no need to, problem solved thanks to Merjawy
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 07:40 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.05273 seconds
  • Memory Usage 2,353KB
  • Queries Executed 28 (?)
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
  • (4)bbcode_code
  • (3)bbcode_php
  • (4)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
  • (4)pagenav_pagelink
  • (11)post_thanks_box
  • (9)post_thanks_box_bit
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (4)post_thanks_postbit
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (1)postbit_attachment
  • (11)postbit_onlinestatus
  • (11)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_postinfo_query
  • fetch_postinfo
  • 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
  • fetch_musername
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • post_thanks_function_fetch_thanks_bit_start
  • post_thanks_function_show_thanks_date_start
  • post_thanks_function_show_thanks_date_end
  • post_thanks_function_fetch_thanks_bit_end
  • post_thanks_function_fetch_post_thanks_template_start
  • post_thanks_function_fetch_post_thanks_template_end
  • 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