
06-22-2004, 08:59 PM
|
 |
|
|
Join Date: Jul 2002
Location: US
Posts: 775
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by Valr the Slain
The GUEST value has been fixed. The problem was that when I changed it, it was like this:
// User Levels define('GUEST', 0);
So it couldn't of seen the guest value. ^_^
|
Good you solved that.
Quote:
On line 1864 of functions.php, it has as follows (the edited one):
PHP Code:
$debughtml .= " (<a href=\"" . htmlspecialchars_uni(SCRIPTPATH) . iif(strpos(SCRIPTPATH, '?') '?')=== false, '?', '?','&') . "tempusage=1\">Template Usage</a>) (<a href=\"" . htmlspecialchars_uni(SCRIPTPATH) . iif(strpos(SCRIPTPATH, '?') '?')=== false, '?', '?','&') . "explain=1\">Explain</a>)<br />\n";
When I do the edit on the original code, it works fine. I'm guessing a hack that I have installed is conflicting with the integration?
|
I dont see the relationship here, but ... well maybe there's some conflict ... I have no idea what it should be yet.
|