vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Template Modifications (https://vborg.vbsupport.ru/forumdisplay.php?f=246)
-   -   Forum Home Enhancements - Remove 'Threads' and 'Posts' counts column from forumhome (https://vborg.vbsupport.ru/showthread.php?t=256817)

davidg 08-06-2012 08:49 PM

Quote:

Originally Posted by AURFSCAN (Post 2175729)
'move the 'header' word *Last* over?'


it should be in forumhome_forumbit_level1_nopost template


find
Code:

<span class="forumlastpost">

add after it
Code:

&nbsp;

so it looks like this
Code:

<span class="forumlastpost"> &nbsp; {vb:rawphrase last_post}</span>

add another
Code:

&nbsp;
to move it over another space


:)

removing this line
Code:

<span class="forumlastpost"> &nbsp; {vb:rawphrase last_post}</span>
removes the word Last Post completely from forumhome
just in case u dont want the word Last Post :-)

wilford brimley 09-07-2012 12:19 AM

where did you get the small RSS feed icon? the default one sucks.

edit nevermind, jsut got one off google.

piratarg 10-28-2012 02:44 AM

I have the theme "Ideal". After fighting a couple of hours I found where the percentages change:

adjust in additional.css template
Code:

.forumbit_post .foruminfo
.forumbit_post .forumrow .forumlastpost
.forumbit_nopost .forumhead .forumtitle,


AnthonyBogs 12-16-2012 05:47 PM

Quote:

Originally Posted by davidg (Post 2355077)
removing this line
Code:

<span class="forumlastpost"> &nbsp; {vb:rawphrase last_post}</span>
removes the word Last Post completely from forumhome
just in case u dont want the word Last Post :-)

Tried doing so but nothings changing over: http://mobitycoon.com/forum.php

Any help please?

craigvm 06-12-2013 08:16 PM

thanks for this info just done it with the sub forum fix it looks loads better

Harpo 11-18-2013 10:54 AM

Can I simply remove the texts Threads/Posts? a previous mod already got rid of the columns for me but not the texts.

Harpo 11-24-2013 08:22 PM

Quote:

Originally Posted by Merjawy (Post 2290055)
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

Which template should I edit now for sub-forums? gotta get rid of the "Thread/Posts"

webnsn 07-07-2016 09:12 AM

Sorry I am not getting below code in my site 3.7.1

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

MarkFL 07-07-2016 02:12 PM

Quote:

Originally Posted by webnsn (Post 2572942)
Sorry I am not getting below code in my site 3.7.1

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

These template edits are intended for vB 4.x, as template syntax is different in vB 3.x. :)

ShellyH 02-26-2018 08:28 PM

This doesn't work for 4.2.5


All times are GMT. The time now is 04:54 AM.

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.02436 seconds
  • Memory Usage 1,744KB
  • 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
  • (7)bbcode_code_printable
  • (2)bbcode_php_printable
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)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