Quote:
Originally Posted by Christie189
Is there anyway to make this so that guests/unregistered users wouldn't be able to see it on my main page? Thanks in advance. 
|
As far as I know not at this moment.
Quote:
Originally Posted by Christie189
Oh and also, in the postbit. How do I change the link (submit to quotes) to an image?
|
First make an image. Then upload it to directory images/_s2/buttons on your server, where _s2 is the dir for your style.
Then edit the link like this:
Code:
<!-- hack: BEGIN QuoteIt! -->
<a href="$vboptions[bburl]/quotes.php?$session[sessionurl]do=submitpost&postid=$post[postid]"><img src="$stylevar[imgdir_button]/quoteit.gif" alt="$vbphrase[submit_to_quotes]" border="0" /></a>
<!-- END QuoteIt! -->