PDA

View Full Version : Get Bowzone Forums On Your Website!


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:

Grunter
06-29-2005, 09:14 AM
This is pretty cool, I tried it with a test page but all I get is an image of the Bowzone logo and the title BOWZONE HUNTING FORUMS REMOTE FEED but nothing else, no links at all.

scooter
06-29-2005, 09:27 AM
This is pretty cool, I tried it with a test page but all I get is an image of the Bowzone logo and the title BOWZONE HUNTING FORUMS REMOTE FEED but nothing else, no links at all. I set it up the test page at http://www.nucleus.com/~ljlassu/hunting.html (http://www.nucleus.com/%7Eljlassu/hunting.html)
I had a look at your code on that page Grunter and you have to copy and paste the code exactly as it looks above. You can't have it all on one line like it is on that page.

Try it again ..... It Does work :)

EDIT::: Here's your page......

http://www.bowzone.ca/temp/grunter.html

Here it is on Shaw's webspace...

http://members.shaw.ca/bowzone/grunter.html


With the code above just pasted in the html....in it's expanded state.

Grunter
06-29-2005, 09:36 AM
I had a look at your code on that page Grunter and you have to copy and paste the code exactly as it looks above. You can't have it all on one line like it is on that page.

Try it again ..... It Does work :)

EDIT::: Here's your page......

http://www.bowzone.ca/temp/grunter.html

With the code above just pasted in the html....in it's expanded state.

Thanks! I didn't even think to try that... OOPS!

scooter
06-30-2005, 02:06 PM
Thanks! I didn't even think to try that... OOPS!
Did you get this working Grunter?

Scott

Grunter
06-30-2005, 02:41 PM
yeah I did thanks... still working on a personal page though so it will be a while before I have anything non-laughable to look at:rofl: