Quote:
Originally Posted by xtremeoff-road
I must be going something wrong...what is the code to add the quotes??
I am not sure that the code you have listed above exist in the new version. I do not know, any chance I can get you to give me some more defined instruction...sorry for the ignorance 
|
Sure... open your template editor and get the template called "quote_randomquote" - this is using the quote gifs in my last post:
Find...
Code:
<tr><td class="alt1" width="30%">
After this, add...
Code:
<img src="http://www.yoursite.com/images/quoteleft.gif" alt="" width="150" height="97" border="0">
Then...
Code:
<a style="float:$stylevar[right];" href="$vboptions[bburl]/quotes.php?do=view"eid=$randomquote[quoteid]">#$randomquote[quoteid]</a>
And after this, add...
Code:
<br /><br /> <img src="http://www.yoursite.com/images/quoteright.gif" alt="" width="69" height="59" border="0">
Thats what I did... be sure to put the right dir for those images... if you want it in the View All Quotes list you will have to edit "quote_listquote"