Jump to content

Add clickable catagories left col in killer


Guest

Recommended Posts

I searched this forum, perhaps I missed it..but I can not seem to find out how to add a clickable catagories list to the left column of my modified killer skin.

I want to keep the catagories on top as well.

Anyone?

Thanks in advance.

Peace,

Jesse

Link to comment
Share on other sites

You would have to create a new <div class> in layout.css with your preferences and then add or change skins\Killer\styleTemplates\boxes\categories.tpl adding your code, something like this:

<div class="boxTitleLeft">{LANG_CATEGORY_TITLE}</div>

<div class="boxContentLeft">

<ul>

<div class="your new style name"> <a href="index.php" title="{LANG_HOME}"> {LANG_HOME} </span> </a> </div></li>

<!-- BEGIN: li -->

<div class="your new style name"> <a href="index.php?act=viewCat&amp;catId={DATA.cat_id}" title="{DATA.cat_name}"> {DATA.cat_name} </span> </a> </div></li>

<!-- END: li -->

<!-- BEGIN: sale -->

<li class="bullet"><a href="index.php?act=viewCat&amp;catId=saleItems" class="txtDefault">{LANG_SALE_ITEMS}</a></li>

<!-- END: sale -->

</ul>

</div>

This will give you a category list on the left column.

If you want to keep the original categories and add the side box as well you'll add the code to your categories.tpl and play with the alignment and </div> tags.

Link to comment
Share on other sites

  • 3 weeks later...

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...