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)

FReeSTER 09-03-2011 04:41 PM

Quote:

Originally Posted by sodasusu (Post 2241521)
http://www.kikil.net/?di=DNBN

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

dang3rzon3 11-03-2011 08:15 AM

unistalled.
doesn't work with unregistered user, template crash all the page!

Nacho Vidal 11-10-2011 08:52 AM

Thanks for the mod, works ok on 4.1.7

thompson 12-18-2011 01:15 PM

thanks for that.

ClErK1991 01-19-2012 01:46 AM

i have a problem, my forum still had this 'Threads / Posts Last Post' How can i fixed?

ClErK1991 01-19-2012 07:14 PM

no one can answer me?

AURFSCAN 01-19-2012 11:39 PM

Quote:

Originally Posted by ClErK1991 (Post 2289679)
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

Merjawy 01-20-2012 12:51 AM

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

ClErK1991 01-20-2012 01:05 AM

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

Hope that helps

yeah dude, thank u very much, that fix my problem u make me happy :up:

ClErK1991 01-20-2012 01:06 AM

Quote:

Originally Posted by AURFSCAN (Post 2290040)
ClErK, I dont understand what you mean. post a picture of the problem if you can

no need to, problem solved thanks to Merjawy

Merjawy 01-20-2012 01:51 AM

Glad to be of some help

vetty 03-19-2012 09:31 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

It worked on forum home :)
But how to remove it in sub-forums ?
I couldn't find it in forumhome_forumbit_level2_nopost :confused:

Gemma 03-21-2012 06:30 PM

Thanks for this. Changed it a little to suit my needs :)

WendM 06-03-2012 10:30 PM

Quote:

Originally Posted by vetty (Post 2311164)
It worked on forum home :)
But how to remove it in sub-forums ?
I couldn't find it in forumhome_forumbit_level2_nopost :confused:

me asks the same question 2...anyone, please? :)

Davey-UK 06-16-2012 08:16 AM

Quote:

Originally Posted by WendM (Post 2336303)
me asks the same question 2...anyone, please? :)

It is in FORUMHOME template :up:

GameOverViper 06-17-2012 01:49 AM

Had to remove something that someone else posted about the sub-forums, but other than that it seems to be looking fine on my forum. Thanks!

Maksi 06-26-2012 12:17 AM

Will this work for VB 4.2.0? I would like to use this for subforums only and not the home page, would I be able to setup it up only for subforums instead of having it for the entire forum.

fwulfers 06-28-2012 01:44 PM

Quote:

Originally Posted by Davey-UK (Post 2339991)
It is in FORUMHOME template :up:

I found it in the FORUMDISPLAY template.

Quote:

Originally Posted by Maksi (Post 2342914)
Will this work for VB 4.2.0? I would like to use this for subforums only and not the home page, would I be able to setup it up only for subforums instead of having it for the entire forum.

Works great on our site running 4.2.0.

Shaheen 07-21-2012 02:57 PM

Nice I like ur forum style

zascok 07-25-2012 01:01 PM

If I may add my 2 p. Delete or comment this bit of code in 3 templates for 4.2
PHP Code:

<span class="forumthreadpost">{vb:rawphrase threads_posts}&nbsp;</span

templates are
Code:

FORUMDISPLAY

forumhome_forumbit_level1_nopost

forumhome_forumbit_level1_post


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

oldfan 04-09-2023 09:30 PM

kinda works on 4.2.6. php 7.2


All times are GMT. The time now is 12:54 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.01554 seconds
  • Memory Usage 1,806KB
  • 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
  • (8)bbcode_php_printable
  • (13)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (31)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