PDA

View Full Version : Rich, I have used your "Google It" Hack, but have a question...


Scrolls
05-17-2006, 12:22 PM
This is the exact code I used at the bottom of my edit_smilie box template

<!-- Start "Google It" Insert -->
<br />
<table cellpadding="4" cellspacing="0" border="0" align="center"><tr><td class="smallfont" align="center" nowrap>
<a href="#" onclick="window.open('googlepop.php?','','scrollbars=yes,re sizable=yes,width=950 ,height=200'); return false" title="Find It"><img src="$vboptions[bburl]/images/buttons/google.gif" alt="I open in a frame!" border="0" /></a></td>
</tr>
</table>
<!-- End "Google It" Insert -->

and i am thinking the part where it says [bburl] is where i put my image url so the image shows, correct?

Alan @ CIT
05-17-2006, 01:41 PM
I don't know the hack itself, but where it says "$vboptions[bburl]" - this will be automagicly replaced with your forums URL, so you shouldn't need to change anything.

Do you have google.gif in www.yoursite.com/yourforums/images/buttons/ ?

Thanks,
Alan.

Rich
05-17-2006, 06:37 PM
This: $vboptions[bburl]/images/buttons/google.gif would actually be parsed and appear in the pages html as:

http://www.yoursitesurltoforums/images/buttons/google.gif

So, just make sure you toss the google.gif image in the /images/buttons folder and all is good. (Like Alan said. ;))

Scrolls
05-17-2006, 06:59 PM
I DID IT, OMG! I finnaly know how to install hacks and get em to work..thanks for everyones help..i appreciate it ;)

If i have anymore questions, i may just PM you them Rich, if that is cool :)

Rich
05-17-2006, 07:12 PM
I can't guarantee I will be able to answer them all. lol I try to visit the site regularly but I do skip days here and there, but feel free to give it a try.