Immortal
03-12-2006, 10:00 PM
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:
<td>
$vbphrase[home_page]:<br />
<a href="$userinfo[homepage]" target="_blank" dir="ltr">$userinfo[homepage]</a>
</td>
Replace with:
<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:
<div class="smallfont" align="center">
<!-- Do not remove this copyright notice -->
Replace with:
<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 (http://www.techhelpforum.com/u-tyler-3.html) for a live demo.
Please press Install (https://vborg.vbsupport.ru/vborg_miscactions.php?do=installhack&threadid=110202) if you use this hack!
And that is the end :)
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:
<td>
$vbphrase[home_page]:<br />
<a href="$userinfo[homepage]" target="_blank" dir="ltr">$userinfo[homepage]</a>
</td>
Replace with:
<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:
<div class="smallfont" align="center">
<!-- Do not remove this copyright notice -->
Replace with:
<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 (http://www.techhelpforum.com/u-tyler-3.html) for a live demo.
Please press Install (https://vborg.vbsupport.ru/vborg_miscactions.php?do=installhack&threadid=110202) if you use this hack!
And that is the end :)