-
Notifications
You must be signed in to change notification settings - Fork 10
Upgrading
Mert Alınbay edited this page May 30, 2016
·
2 revisions
- Download version 1.1.
- Unzip the file then rename folder to smfcurve (make sure there is no double folder).
- Delete smfcurve folder - smfcurve.php and smfcurve.deps.php files.
- Copy your newly downloaded folder to skins folder.
- Open your LocalSettings.php file and add the following line to the end of the file.
require_once "$IP/skins/smfcurve/smfcurve.php";
- Download version 1.2.
- Unzip the file.
- Delete smfcurve folder - smfcurve.php and smfcurve.deps.php files.
- Copy your newly downloaded folder to skins folder.
- Open your LocalSettings.php file and add the following line to the end of the file.
wfLoadSkin( 'smfCurve' );
- Download version 1.2.
- Unzip the file.
- Delete smfcurve folder.
- Copy your newly downloaded folder to skins folder.
- Open your LocalSettings.php file and add replace the following line.
require_once "$IP/skins/smfcurve/smfcurve.php";
to
wfLoadSkin( 'smfCurve' );