Quote:
Originally Posted by Cap'n Steve
They're made to be light, because sometimes the text overlaps them, but if you want them darker the image files are in this post.
|
Thanks for your reply steve. For some reason the images got uploaded into the wrong folder, but managed to get it sorted now!
Im hoping you may be able to help with the next question! Ive been trying for the past 30 minutes but as I dont know much about code im not having much luck!
Quotes : 2
Is there anyway I can make it so people are able to click on the number and be taken to that persons quotes?
If thats not possible, is there anyway to either make the "quotes" or the "number" clickable so it takes the user to quotes.php?
PHP Code:
<!-- BEGIN QuoteIt! -->
<if condition="$show['quotecount']">
<div class="info">
{$vbphrase['quotes']}: {$post['quotecount']}
</div>
</if>
<!-- END QuoteIt! -->