Quote Originally Posted by guitarz View Post
Hello,

I'm trying to get 6 centerboxes also and am wondering if Dee's mod is available somewhere. I tried to go to Dee's example site and it's under construction.

Dee, is there a place to download the whatever changes you've made or is there and example/documentation of what you did to get the 6 boxes?

I'm a css/php noob, have zc 1.3.8 installed on a windows testing server, purchased template installed and Editable Centerboxes mod installed, customized and working with 3 boxes.

Thank you in advance for any help you can give.

Kimo
Quick answer.. Cloning the middleboxes is pretty easy.. (Tedious, but easy) Each middlebox has a number of support files needed for each one. They are easy to identify as they are all named something like middlebox_#, etc.

You will need to clone each of these files in the same folders they are found. Then re-name the cloned files from wherever it says middlebox_# to the new middlebox number (4, 5, 6 etc)

Once you have cloned all of the middlebox files, you'll then need to edit the contents of each file and change the classes IDs, and definitions to match the new middlebox number. (ie: wherever it says middlebox_1, change to middlebox_4, etc) This part is pretty easy (though tedious) You'll only need to change the middlebox number to match the new middlebox.

You'll then need to edit the CSS file to add the additional classes and IDs needed for the new middleboxes.. Again this is easy, you can copy the existing classes and IDs and simply change the number to match your new middlebox.