Guest jonks Posted September 22, 2005 Share Posted September 22, 2005 I'm using the killer skin and I'm wondering how i would go about adding a list of categories to the left hand side of the page as well as at the top. Any ideas? Quote Link to comment Share on other sites More sharing options...
convict Posted September 22, 2005 Share Posted September 22, 2005 Killer categories temlate file is diferent to 2 others skins. Template file for categories is called categories.tpl. This is one of the general advances: 1. Copy this file from other skin dir to killer dir but not with the same name, to prevent from replacing of original killers categories.tpl. Then open ani killer box template like currency, language....(we take look at correct classes) and copy all <div> to your 'new' categories.tpl. Structure of divs (with killers classes) must be the same, but main content of your new tpl will be like in Classic or Legend skin... 2. Place your new categories box {CATEGORIES2} in global index.tpl after {INFORMATION} 3. Then you should write new 2 rows for including of categories2.inc.php and parsing to box for your new CATEGORIES2 in index.php (just copy 2 rows, where categories.inc.php resides and place them after them and edit (add number 2 twice - after categories in categories.inc.php and after S in {CATEGORIES} 4. copy categories.inc.php to categories2.inc.php, open categories2.inc.php and edit the right name of the template....(name of your new categories.tpl in step 1). Huh, sory for my dirty english :unsure: Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.