scooter
06-28-2005, 09:36 PM
Here's a new feature for all of you that run your own websites!
Now you can get a live feed of BowZone's Forums on your website....
All you have to do is copy and past the code below wherever you want this to show up on your site.
Simple and easy....please ask if you have any questions!
<!---------START BOWZONE REMOTE FEED CODE -------->
<table width="200" border="1" align="center" cellpadding="0" cellspacing="0">
<tr>
<td bgcolor="#FFFFFF"><p align="center"><img src="http://www.bowzone.ca/press/images/bzlogo.jpg"><br>
<strong><font size="2" face="Verdana, Arial, Helvetica, sans-serif">BOWZONE
HUNTING FORUMS REMOTE FEED<br>
</font></strong></p>
<p><font size="1" face="Verdana, Arial, Helvetica, sans-serif">
<script type="text/javascript" src="http://forum.bowzone.ca/external.php?type=js&forumids=13,22,14,36,12,29,16"></script>
<script type="text/javascript">
<!--
var max = 15;
if(threads.length < max) max = threads.length;
for(i = 0; i < max; i++)
{
if (threads[i].title.length > 25)
{ threads[i].title = threads[i].title.substring(0, 25) + '...'; }
document.writeln("<li><a href=\"http://forum.bowzone.ca/showthread.php?t=" + threads[i].threadid + "\">" + threads[i].title + "</a></li>");
}
//-->
</script>
<br>
</font></p></td>
</tr>
</table>
<!---------END BOWZONE REMOTE FEED CODE -------->
It looks like this:
Now you can get a live feed of BowZone's Forums on your website....
All you have to do is copy and past the code below wherever you want this to show up on your site.
Simple and easy....please ask if you have any questions!
<!---------START BOWZONE REMOTE FEED CODE -------->
<table width="200" border="1" align="center" cellpadding="0" cellspacing="0">
<tr>
<td bgcolor="#FFFFFF"><p align="center"><img src="http://www.bowzone.ca/press/images/bzlogo.jpg"><br>
<strong><font size="2" face="Verdana, Arial, Helvetica, sans-serif">BOWZONE
HUNTING FORUMS REMOTE FEED<br>
</font></strong></p>
<p><font size="1" face="Verdana, Arial, Helvetica, sans-serif">
<script type="text/javascript" src="http://forum.bowzone.ca/external.php?type=js&forumids=13,22,14,36,12,29,16"></script>
<script type="text/javascript">
<!--
var max = 15;
if(threads.length < max) max = threads.length;
for(i = 0; i < max; i++)
{
if (threads[i].title.length > 25)
{ threads[i].title = threads[i].title.substring(0, 25) + '...'; }
document.writeln("<li><a href=\"http://forum.bowzone.ca/showthread.php?t=" + threads[i].threadid + "\">" + threads[i].title + "</a></li>");
}
//-->
</script>
<br>
</font></p></td>
</tr>
</table>
<!---------END BOWZONE REMOTE FEED CODE -------->
It looks like this: