Jump to content

killer skin


Guest

Recommended Posts

hello i need it some help changing the Category from top to the side

but can you please show me a simple way so i can do it thanks :D

Hi i have just done this by copying the boxes/categories.tpl from the legend skin into the killer skin, backup file first though b4 atempting, then alter the global/index.tpl cart.tpl etc. in other words moving the curly bracketed tags from head into table below something like this

<table border="0" cellspacing="4" width="100%" cellpadding="0">

<tr valign="top">

<td width="175" align="left">

{CATEGORIES}

{RANDOM_PROD}

{INFORMATION}

{CURRENCY}

sorry first post helping someone hope this is clear

Link to comment
Share on other sites

can you explain it again and tell me step by step please and how do i back up my file also thanks for your help. :on2long:

Backup the files by just making a copy of the killer skin folder elsewhere.

Then go into skins\legend\styletemplates\boxes\ and copy the categories.tpl and paste into the

skins\killer\styletemplates\boxes\ folder

then open the killer\styletemplates\global\index.tpl and move the {CATEGORIES} from here

------------------------------------------------------

<div id="subSurround">

{CATEGORIES}

<table border="0" cellspacing="0" width="100%" cellpadding="0">

<tr valign="top">

<td width="175">

{SHOPPING_CART}

{INFORMATION}

{CURRENCY}

{LANGUAGE}</td>

---------------------------------------------------------------------------------------------------

to here

----------------------------------------------------------------------------------------------------

<div id="subSurround">

<table border="0" cellspacing="0" width="100%" cellpadding="0">

<tr valign="top">

<td width="175">

{CATEGORIES}

{SHOPPING_CART}

{INFORMATION}

{CURRENCY}

{LANGUAGE}</td>

------------------------------------------------------------------------------------------------------

hope this is clear

as long as you have a backup of killer skin folder you can always restore

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...