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)

AURFSCAN 01-11-2011 01:02 AM

LouisB is correct :up:

Fixing the subforum misalignment


from forumhome_forumbit_level1_post template



remove
Code:


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


:)

AURFSCAN 01-11-2011 01:11 AM

With the above fix for subforums, I think it looks fine... but I'll sus out the subforum section widths in %

FReeSTER 01-11-2011 06:32 PM

thank you

res6cue 01-11-2011 08:46 PM

Very nice mod. Any idea how to get this to work on the search pages, specifically the New Posts and Daily Posts?

RedPoint 01-13-2011 01:28 PM

its run with 4.1.x ?

RedPoint 02-06-2011 07:41 AM

can answer anyone here, please?

Qwest 02-08-2011 12:52 AM

Redpoint yes it seems to work in my 4.1

3amalah 02-11-2011 06:19 PM

Any Idea How To Put This Counts Under Forum Description ?

RedPoint 02-15-2011 12:31 PM

Quote:

Originally Posted by Qwest (Post 2160013)
Redpoint yes it seems to work in my 4.1

installed - thanks

RedPoint 02-15-2011 01:31 PM

Quote:

Originally Posted by derandechser (Post 2147285)
This is pretty cool, i like that clean display, but i wanted the sum of posts too, so i did like that:
http://www.diggis-hochzeitsforum.de/images/demo1.jpg
Thank you!!



Search in forumhome_forumbit_level2_post template for:
HTML Code:

<vb:if condition="$show['browsers']"><span class="viewing">({vb:raw forum.browsers} {vb:rawphrase viewing})</span></vb:if>
and put after this the next code:

HTML Code:

<div class="subforums">
<h4 class="subforumlistlabel">{vb:rawphrase threads}: {vb:raw forum.threadcount}</h4>
<br />
</div>

You can change the fontstyle by play with classes of div or H4 - this all can seen on my romanian webmaster forum


All times are GMT. The time now is 01:49 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.01089 seconds
  • Memory Usage 1,739KB
  • 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
  • (1)bbcode_code_printable
  • (2)bbcode_html_printable
  • (2)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