I'm a neewbie, and trying to get this mod to work, and just can't get it right...
Quote:
Quote:
In the Style Manager, find the "SHOWTHREAD" template. Find:
$poll
And ABOVE it add
<h2>$thread[title]</h2>
<div id="h2stats">this thread has $thread[replycount] replies and has been viewed $thread[views] times</div>
|
Now add to your additional css definitions
Quote:
h2
{
font-size: 200%;
text-align: center;
margin: 0;
padding: 0;
}
#h2stats
{
font-size: 125%;
text-align: center;
}
|
|
Installing he first bit worked like perfectly, but installing the other part of the mod to the additional css definitions...ehhh...
- Where do I find the additional css definitions so I can add the second part of the mod, and get it to work?
- And at the same time, how do I program a "spacer" underneath the "thread title" in the mod, so it's not so cramped into the following threadbox and "post reply" button?
Hope someone really can help me out, as this is the first mod I have tried to do on my vBulletin...
.