PDA

View Full Version : upgrade problem


GoTTi
08-25-2005, 10:46 PM
your instructions say:


This is a bug fix release.
To upgrade to the latest version, please upload all distribution files to your web server and then point your browser to the following URL:
http://www.yourdomainname.com/admincp/warn_install_setting.php
Then upload all the distribution files to your server.
Then edit your functions_showthread.php file and find:
<if condition="$pnotes!='' AND $vboptions['warn_allownotes']==1">
Replace that with:
if ($post['warn_notes']==1 and ($useradmin==1 OR $usersmod==1 OR $usermod==1));


you repeat yourself twice with upload all dist files to your server...and in functions_showthread.php, that code is not in that file. includes/functions_showthread.php right?

sv1cec
08-26-2005, 05:01 AM
Yes, it is includes/functions_showthread.php

Search for :


if ($post['warn_notes']==1 and $showviewwarnlink==1);


My bad!