<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html;charset=ISO-8859-15"
http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Hans,<br>
<br>
Thank -you.<br>
<br>
I performed all the steps you recommended and now Fox is working fine.<br>
<br>
I'm off to play with the new features....<span class="moz-smiley-s1"><span>
:-) </span></span><br>
<br>
Regards<br>
<br>
Graham<br>
<br>
<blockquote cite="mid:74362572.20080312191149@softflow.co.uk"
type="cite">
<pre wrap="">Wednesday, March 12, 2008, 6:08:15 PM, Graham Archer wrote:
</pre>
<blockquote type="cite">
<pre wrap="">I just replaced my original fox.php version 2007-12-22 with the new
fox.php version 2008-03-11
</pre>
</blockquote>
<pre wrap=""><!---->
</pre>
<blockquote type="cite">
<pre wrap="">[snip]....
</pre>
</blockquote>
<pre wrap=""><!---->
</pre>
<blockquote type="cite">
<pre wrap="">I guess the "upgrade" is not as simple as switching over files as I hoped.
</pre>
</blockquote>
<pre wrap=""><!---->
There have been quite a few changes. I labelled the next version after
2007-12-22 a major upgrade, which needed some adjustments.
You need to install FoxDelete now separately. That should
hopefully sort out the delete links.
<a class="moz-txt-link-freetext" href="http://www.pmwiki.org/wiki/Cookbook/FoxDelete">http://www.pmwiki.org/wiki/Cookbook/FoxDelete</a>
You need to move Site.FoxConfig to SiteAdmin.FoxConfig, if you use
such a page.
Change any (:messages:) markup used by Fox to (:foxmessage:) or
(:foxmessages:) (both are the same).
</pre>
<blockquote type="cite">
<pre wrap="">btw config.php contains ...........
</pre>
</blockquote>
<pre wrap=""><!---->
</pre>
<blockquote type="cite">
<pre wrap=""># FOX
include_once("$FarmD/cookbook/fox/fox.php");
#Include commentbox
include_once('cookbook/commentboxplus.php');
#Fox Forum
include_once("$FarmD/cookbook/fox/foxtemplates.php");
</pre>
</blockquote>
<pre wrap=""><!---->
I would change the load order to:
# set any Fox config variables here:
# ......
# set the page store for fox and foxforum template pages
include_once("$FarmD/cookbook/fox/foxtemplates.php");
# FOX
include_once("$FarmD/cookbook/fox/fox.php");
# Fox delete markup
include_once("$FarmD/cookbook/fox/foxdelete.php");
commentboxplus has nothing to do with Fox, i.e. a FoxCommentbox does
not use commentboxplus.php
~Hans
</pre>
</blockquote>
<br>
</body>
</html>