| Author |
Message |
blackgold Member
|
Posted: 3 Jun 2007 07:10:00
I have added thumbnail web site preview for skalinks.. This is a free contrib..
and it works...
surprise, surprise..
Admin@blackgolddirectory.com
I just got tired of looking through the forums for stuff i needed for free on an open source code..
|
skalinks Admin
|
Posted: 5 Jun 2007 03:37:06
That's cool! Go ahead!
|
blackgold Member
|
Posted: 6 Jun 2007 22:37:49
What I did was..
first download the previewbubble.zip from the websnapr.com
upload the files to your site.. then edit
In templates directory.
the file cat.tpl
In the section <!-- LINKS BLOCK --> (around line 221)
Where the default is <a href=blah blah blah
I added class ="previewlink" So....
Now it should say <a class="previewlink" href=bla bla bla
AND
the same with the <a href RIGHT after the {else}
About a line or two down...
And the same with line 240 or around there for the admin view..
Then===============>
in templates header.tpl
add the java scrip command to the previewbubble.js (this you can download from the websnaper site.. previewbubble.zip or something.
<script type="text/javascript" src="previewbubble.js"></script>
I added this right after the skalinks js. about line 13 or so
don't forget to edit the previewbubble.js and point it to the bj.png file..
And i think that was it... if you run into problems let me know
If someone wants go clean this up go ahead.. it is to late for me. :)
it was pretty simple just have to know where to put it..
|