Quote:
Originally Posted by iguanairs
Hello,
I use this:
Code:
In the "SHOWTHREAD" template find:
$poll
add ABOVE it:
<h2>$thread[title]</h2>
<div id="h2stats">This thread has $thread[replycount] replies and has been viewed $thread[views] times.</div>
That will out put this:
THREAD TITLE
This thread has "X" replies and has been viewed "X" times.
now add to your additional css definitions:
h2
{
font-size: 14px;
text-align: center;
margin: 0;
padding: 0;
}
#h2stats
{
font-size: 10px;
text-align: center;
}
I got this off of this site somewhere. You can modify the size of the text displayed and even remove the "replies" section if you like. This is MUCH more efficient and customizeable. You can add additional css definitions to add colors and effects if you like.
|
you forgot to mention alot more SEO friendly.
https://vborg.vbsupport.ru/showthrea...threadid=99504