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

archet1337 02-23-2011 12:01 AM

Quote:

Originally Posted by Last_Zero (Post 2165519)
Try Chang h4 Into h3 And /h4 Into /h3

And See If Its Make Different

It does remove the bold text, but I encountered a new problem.

When using the <h3> tags treads and posts are not on the same line anymore.

Threads: xxx
Posts: xxx

How do I get them on the same line as they do when using the <h4> tags?

Randomm 02-23-2011 04:08 AM

tagged

Dr.osamA 02-24-2011 07:50 AM

جزاك الله الف خير

thank you bro

installed

Last_Zero 02-24-2011 05:40 PM

You Welcome Guys Iam Editing Now To Remove Posts Count In Child Forums

RedPoint 02-25-2011 04:40 PM

its very similar with this post ;)

Hdeaf.com 02-27-2011 05:14 AM

thank you

Last_Zero 03-02-2011 05:17 AM

You Welcome ;)

Mo HaRbI 03-10-2011 08:34 AM

Thank you
شكرا جزيلا و الله يعافيك

Last_Zero 03-10-2011 09:34 AM

Quote:

Originally Posted by Mo HaRbI (Post 2171769)
Thank you
شكرا جزيلا و الله يعافيك

Dont Forget To Install :)

Eq4bits 03-21-2011 04:55 AM

Thanks for this!
Running 4.1.2
Works in IE, Firefox, SeaMonkey, & Chrome.

Moved from my child forums as well by doing the same edit to Forumhome_Forumbit_Level1_Post

Eq4bits 03-21-2011 05:06 AM

I also changed it to 'h2' and italicized and on one line instead of two

Boofo 03-21-2011 06:15 AM

How about adding a text file with the instructions so they have it in case they ever need to re-edit the templates?

my123world 03-29-2011 11:59 AM

Hey, This is Some Nice Edit After All.... Does Anybody Know how To Make Them Come At The Middle?

Please Reply If You Know How To... Till Then Even m Trying! :P

lubbie 04-01-2011 08:56 PM

For those who want the Style different.

Instead of adding
<div class="listforums"> add <div class="threadstyle">

open additional.css and add this to it

Code:

.threadstyle h4 {
  float:{vb:stylevar left};
  clear:{vb:stylevar right};
  padding-right: 5px;
}

and Save. You can add some Color or bold Style... Whatever you want and what is with CSS possible

The only problem i still have is, if you dont have any forum discription the counts are behind the Forums Names....

chanvl 07-11-2011 07:05 AM

No 4.1.4 ? :(

FReeSTER 08-25-2011 03:06 AM

this is not working for me

Nacho Vidal 11-10-2011 09:06 AM

1 Attachment(s)
Works for me on 4.1.7

Wasn't too keen on the bold style and had the same problem the extra line break when changing the <h> tags...so I removed them :D I have no idea what I'm doing, but removing the <h> and adding a &nbsp; appears to have sorted it

Code:

<class="subforumlistlabel">{vb:rawphrase threads}: {vb:raw forum.threadcount} &nbsp;<class="subforumlistlabel">
See the attached picture!

Cheers

Nach

Mдяc 07-18-2013 12:02 PM

thanz much, that's great

Harpo 11-18-2013 09:38 AM

1 Attachment(s)
Installed.

I need help removing the "threads/posts" from the column. see attachment I uploaded.

Thanks. :)

tbworld 11-18-2013 10:07 AM

There are already threads here on the board that discuss how to do this.

Here is a couple of methods I found doing a quick search.
https://vborg.vbsupport.ru/showthread.php?t=295699
https://vborg.vbsupport.ru/showthread.php?t=256817
https://vborg.vbsupport.ru/showthread.php?t=262287


I hope it helps. :)

Harpo 11-18-2013 10:51 AM

Quote:

Originally Posted by tbworld (Post 2461743)
There are already threads here on the board that discuss how to do this.

Here is a couple of methods I found doing a quick search.
https://vborg.vbsupport.ru/showthread.php?t=295699
https://vborg.vbsupport.ru/showthread.php?t=256817
https://vborg.vbsupport.ru/showthread.php?t=262287


I hope it helps. :)

Thanks. I searched those threads already. which is why I am posting in this thread. After installing this my forumhome template is sorta customized. I just need the "text" removed. Nothing else.

I hope I'm making sense.. I am really tired atm. :p


All times are GMT. The time now is 12:14 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.01255 seconds
  • Memory Usage 1,792KB
  • 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
  • (2)bbcode_code_printable
  • (4)bbcode_php_printable
  • (6)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (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
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete