Print Page | Close Window

HOW TO: Update Multiskin Selection to V3.

Printed From: S2H.co.uk
Category: Web Wiz Forums
Forum Name: Modifications Support
Forum Description: Support for modifications and add-ons for Web Wiz Forums from S2H.
URL: http://www.s2h.co.uk/forum/forum_posts.asp?TID=137
Printed Date: 27 Mar 2026 at 1:01am


Topic: HOW TO: Update Multiskin Selection to V3.
Posted By: Matt
Subject: HOW TO: Update Multiskin Selection to V3.
Date Posted: 01 Mar 2009 at 3:13pm
To update the ../wwf/mods/multiskin-selection/" rel="no follow - Multiskin Selection modification to V3 simply follow these instructions:

  • Make sure you are running Web Wiz Forums V9.55.
  • Replace the files in your forum with those found in the files in the zip file except for the "includes/s2h_skinfile.asp" file.
  • Add the following line to each skin in the "includes/s2h_skinfile.asp".
saryS2HSiteSkins(1,6) = ""

  • Set the part in red to the skins ID number.
  • If you wish to use a different logo for each skin, enter the path relative to the forums folder between the quotes.

Your skins should look like this:


    ' Default Skin

    '============================
    saryS2HSiteSkins(1,1) = "Default"
    saryS2HSiteSkins(1,2) = "forum_images/"
    saryS2HSiteSkins(1,3) = "css_styles/default/"
    saryS2HSiteSkins(1,4) = " > "
    saryS2HSiteSkins(1,5) = "WebWizForums"
    saryS2HSiteSkins(1,6) = ""




Print Page | Close Window