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 - Posts And Thread Count Under Forum Title (https://vborg.vbsupport.ru/showthread.php?t=258918)

Last_Zero 02-14-2011 10:00 PM

Posts And Thread Count Under Forum Title
 
1 Attachment(s)
=============================================

This Edit I Was Searching For It And No One Answered Me

So I Tried And Make It Myself :)

And Told Myself That I Must Share With People May Need

=============================================

First Thing You Must Use This Edit Here To Remove The Posts And Threads From Forumhome

Remove 'Threads' And 'Posts' Counts Column From Forumhome By AURFSCAN

=============================================

No We Need To Put The Thread And Posts Count Under Forum Title Or Description

Example :-

=========================================

https://vborg.vbsupport.ru/attachmen...1&d=1297788010

=========================================

Open The Template Forumhome_Forumbit_Level2_Post


(( If You Want To Add Thread And Post Count Between Forum Title And Description ))


Search For


PHP Code:

<vb:if condition="$show['browsers']"><span class="viewing">({vb:raw forum.browsers} {vb:rawphrase viewing})</span></vb:if> 

Add Below It


PHP Code:

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


(( If You Want To Add Thread And Post Count After Description Like Example ))

Search For

PHP Code:

<vb:if condition="$show['forumdescription']"><class="forumdescription">{vb:raw forum.description}</p></vb:if> 

Add Below It

PHP Code:

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

Thats It :)

Plz Click Install If U Installed This Edit

ahmedipa 02-16-2011 04:58 AM

very nice change thank you very much

Hostpres.com 02-16-2011 06:38 AM

nice edit dear

Last_Zero 02-16-2011 05:19 PM

Thanks Guys Any Help Iam Here :)

m_7 02-18-2011 02:53 AM

Good job zero .

Thanks,

Last_Zero 02-19-2011 02:10 PM

You Welcome Guys Iam Now Editing The Child Forum To Appear The Same As Parent Forum

archet1337 02-22-2011 04:02 AM

Thanks for sharing!

How do I remove the bold font style?

Last_Zero 02-22-2011 07:13 AM

Quote:

Originally Posted by archet1337 (Post 2165268)
Thanks for sharing!

How do I remove the bold font style?

What Do You Mean My Friend Where Is This Bold Font ?

archet1337 02-22-2011 07:51 AM

1 Attachment(s)
Quote:

Originally Posted by Last_Zero (Post 2165305)
What Do You Mean My Friend Where Is This Bold Font ?

The text is in <b> style. See attachment.

Last_Zero 02-22-2011 05:28 PM

Quote:

Originally Posted by archet1337 (Post 2165311)
The text is in <b> style. See attachment.

Try Chang h4 Into h3 And /h4 Into /h3

And See If Its Make Different


All times are GMT. The time now is 11:18 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.01106 seconds
  • Memory Usage 1,747KB
  • 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
  • (4)bbcode_php_printable
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)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