It still shows the following and the date of the text file is 07-06-2002. And I DID clean my cache first.

(I am using the diable tags so you will see what it actually is). BTW: What did you change that we need to re-do?
[disable]----------------------------------------------
Step 2: Edit Showthread.php (1 Modification)
----------------------------------------------
Find:
if ($thread[open]) {
$replyclose="https://vborg.vbsupport.ru/images/reply.gif";
} else {
$replyclose="https://vborg.vbsupport.ru/images/threadclosed.gif";
}
Replace with:
if ($thread[open]) {
$replyclose="https://vborg.vbsupport.ru/images/reply.gif";
$thread[closereason]="";
} else {
$replyclose="https://vborg.vbsupport.ru/images/threadclosed.gif";
$thread[closereason]=bbcodeparse2($thread[closereason],0,1,1,1);
eval("\$thread[closereason] = \"".gettemplate("showthread_closereason")."\";" );
}[/disable]
Quote:
Originally posted by Xenon
have uploaded a new version in my first post (4th post in thread)
file is now zipped, so the replacements should be correct
|