Knowledgebase: Community Forums
Include The FutureQuest Forums on Your Own Web Site!
Posted on 27 December 2003 04:32 PM
|
|
You can add a box like the following to any web page: . You can specify which forum you want shown and how many topics to display. Simply add the following to any HTML page. This includes PHP/CGI/ASP scripts that output HTML: <script language="JavaScript" src="http://www.FutureQuest.net/forums/posts.js"></script>
<script language="JavaScript" src="http://www.FutureQuest.net/forums/posts.js?forumid=XX"></script>
If you want to show more or less than the 5 most recent threads, set your limit. For example: <script language="JavaScript" src="http://www.FutureQuest.net/forums/posts.js?forumid=XX&limit=YY"></script>
An example, limited to the PHP/MySQL forums with the last 8 threads shown: ![]() The code for the above forum box looks like this: <script language="JavaScript" src="http://www.FutureQuest.net/forums/posts.js?forumid=15&limit=8"></script>
Give it a try on your own web site!
| |
|