Hi Everyone,
First off I"m NOT a coder and am not good at pretending to be. I appreciate any help someone could give me.
I am trying to add recent threads from smf to my webpage. I've followed the directions (as best I could) from various boards and had no luck. Probably because I'm not doing it correctly.
Here is my website. Notice the red block about halfway down the page. That is the error I'm getting.
http://www.3d-mafia.com/master_template.shtml [nofollow]I've inserted the code for shtml type sites:
This is what I have above the head:<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "hxxp:www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd [nonactive]">
<?php require("/path/to/forum/SSI.php"); ?>
<html xmlns="hxxp:www.w3.org/1999/xhtml [nonactive]">
<head>
This is what I have in the box called "Recent Forum Posts":<!--#include virtual="./SSI.php?ssi_function=recentPosts" -->
Can someone tell me what I'm missing?