PDA

View Full Version : Forum Home Enhancements - Posts And Thread Count Under Forum Title


Last_Zero
02-14-2011, 10:00 PM
=============================================

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 (https://vborg.vbsupport.ru/showthread.php?t=256817) By AURFSCAN (https://vborg.vbsupport.ru/member.php?u=234213)

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

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

Example :-

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

https://vborg.vbsupport.ru/attachment.php?attachmentid=126720&stc=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


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

Add Below It


<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

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

Add Below It

<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
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
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
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
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 (https://vborg.vbsupport.ru/showpost.php?p=2162782&postcount=20) ;)

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

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

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