Immortal |
03-12-2006 10:00 PM |
Thumbshots - Thumbnail of your homepage
This is a very very simple template hack that will show an image by your homepage URL. If nothing shows up, then that means your URL is not listed.
I am not going to type a really long post hack, as I'm lazy and don't feel like it.
How to install
Edit memberinfo, find:
Code:
<td>
$vbphrase[home_page]:<br />
<a href="$userinfo[homepage]" target="_blank" dir="ltr">$userinfo[homepage]</a>
</td>
Replace with:
Code:
<td>
<table width="73%" border="0">
<tr>
<th scope="col">$vbphrase[home_page]:
<br />
<a href="$userinfo[homepage]" target="_blank" dir="ltr">$userinfo[homepage]</a> </th>
<th scope="col"><img align="right" src="http://open.thumbshots.org/image.pxf?url=$userinfo[homepage]" alt="$userinfo[homepage]" /> </th>
</tr>
</table>
</td>
Edit your footer, this is a required linkback. If you break the license agreement by not adding this linkback, I am not responsible. Find:
Code:
<div class="smallfont" align="center">
<!-- Do not remove this copyright notice -->
Replace with:
Code:
<div class="smallfont" align="center">
<if condition="THIS_SCRIPT == 'member'">
<a href="http://www.thumbshots.org" target="_blank" title="What are Thumbshots thumbnails?">What are Thumbshots thumbnails?</a>
</if>
<!-- Do not remove this copyright notice -->
I am too lazy to do a screenshot, so have a look here for a live demo.
Please press Install if you use this hack!
And that is the end :)
|