Additional Questions:
Who are these hosted forums open to?
Forum spaces are available to those involved in the martial arts industry only.
What are the terms of use / terms of service?
What type of content is allowed?
What type of content is not allowed?
Please see our updated Hosted Service Terms of Service
How do I add a remote feed from the forum to my website?
Have your webmaster add the following block of code to your site. It will pull the newest threads over to your site.
Code:
<p><font size="2" face="Verdana, Arial, Helvetica, sans-serif"><B>DESCRIBE YOUR FEED HERE</font><BR>
<script type="text/javascript" src="http://www.kenpotalk.com/forum/external.php?type=js&forumids=FORUMIDNUMBER"></script>
<script language="" type="text/javascript"> <!-- for (i = 0; i < 10; i++)
{
document.writeln("<a href=\"http://www.kenpotalk.com/forum//showthread.php?threadid="+threads[i].threadid+"\">"+threads[i].title+"</a><br />");
}
//-->
</script> </p>
In order for this to work, you will need to replace FORUMIDNUMBER with the ID number of your forum. You can get it by hovering your mouse over the link, or PM me and I can provide it to you.