Quote:
Originally Posted by Vizionz
|
Yeah!! In the postbit and postbit_legacy:
Replace the code as:
Code:
<!-- BEGIN QuoteIt! -->
<a href="$vboptions[bburl]/quotes.php?do=submitpost&postid=$post[postid]">$vbphrase[submit_to_quotes]</a>
<!-- END QuoteIt! -->
Now, it should work.
For those who want "Submit to Quotes" option to show up only while viewing the threads, you can use the following conditionals in postbit and postbit_legacy.
Code:
<if condition="THIS_SCRIPT=='showthread'">
<!-- BEGIN QuoteIt! -->
<a href="$vboptions[bburl]/quotes.php?do=submitpost&postid=$post[postid]">$vbphrase[submit_to_quotes]</a>
<!-- END QuoteIt! -->
</if>
Enjoy !!