yoyoyoyo
08-25-2005, 05:45 PM
The upgrade info is wrong or something....
it says:
UPGRADE FROM VERSION 3.4.15 TO VERSION 3.4.16
---------------------------------------------
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));
However I checked my file and the install instructions, and <if condition="$pnotes!='' AND $vboptions['warn_allownotes']==1"> is nowhere to be found in functions_showthread.php.
It also says to upload the files twice, which is obviously a typo, but adds to the confusion
it says:
UPGRADE FROM VERSION 3.4.15 TO VERSION 3.4.16
---------------------------------------------
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));
However I checked my file and the install instructions, and <if condition="$pnotes!='' AND $vboptions['warn_allownotes']==1"> is nowhere to be found in functions_showthread.php.
It also says to upload the files twice, which is obviously a typo, but adds to the confusion