Skip to content
Mert Alınbay edited this page May 30, 2016 · 2 revisions

1.0 to 1.1

  • 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";

1.0 to 1.2

  • 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' );

1.1 to 1.2

  • 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' );

Clone this wiki locally