I just wanted to repost that we are not going to upgrade the skins and support vbulletin 3.6.10 and move directly to vBulletin 3.7 +
This decision was made to allow faster and better turnaround for the latest stable version of vBulletin.

Since a few of our customers are not going to upgrade to vBulletin 3.7 here is a very simple way to port all of the existing skins to vBulletin 3.6.10 in no time.


Having said that you can fix the skin to work perfectly with vbulletin 3.6.1.0 using the built in search and replace function in vbulletin admincp so that the process is almost 100% automated.


Go to AdminCP,
from the left menu choose:

Styles & Templates
Search in Templates


In Find and Replace in Templates (be careful!)

enter the text below and make sure to have the option:

"Test Replacement Only (This will show you the results of doing this find/replace, without actually updating the templates)"

set to NO

and press on FIND


Once the whole search and replace process is completed you will have a working 3.6.1.0 skin!


See attached screenshot for extra details on how to do it.


Details: Find
var SESSIONURL = "$session[sessionurl_js]";
and after it, add
var SECURITYTOKEN = "$bbuserinfo[securitytoken]";


after the search and replace is finished repeat the above process for this:

Details: Find
<input type="hidden" name="s" value="$session[sessionhash]" />
and after it, add
<input type="hidden" name="securitytoken" value="$bbuserinfo[securitytoken]" />