Reef Board
07-31-2001, 04:43 AM
This isn't that big of a deal because its just an "enhancement" change really but what I am trying to do is change like ( in online.php ) from
} else {
$userinfo[where] = "Viewing Thread <a href='showthread.php?s=$session[sessionhash]&postid=$userinfo[postid]'>".$thread[title][$post[$userinfo[postid]]]."</a>";
to
} else {
$userinfo[where] = "Reading: <a href='showthread.php?s=$session[sessionhash]&postid=$userinfo[postid]'>".$thread[title][$post[$userinfo[postid]]]."</a>";.
The error that I was getting was posted in the 2.0.2 discussion thread.
Phil~
} else {
$userinfo[where] = "Viewing Thread <a href='showthread.php?s=$session[sessionhash]&postid=$userinfo[postid]'>".$thread[title][$post[$userinfo[postid]]]."</a>";
to
} else {
$userinfo[where] = "Reading: <a href='showthread.php?s=$session[sessionhash]&postid=$userinfo[postid]'>".$thread[title][$post[$userinfo[postid]]]."</a>";.
The error that I was getting was posted in the 2.0.2 discussion thread.
Phil~