![]() |
![]() |
![]() |
|
|||||||
| User interface Discuss eSyndiCat templates here. All the questions regarding eSyndiCat [FREE] Front end |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Join Date: May 2006
Posts: 60
![]() |
How can I display all the categories, by Alphabetical order on the left column?
My template is auto_GREEN_BLUE Version 2.0 |
|
|
|
|
|
#2 |
|
Join Date: Sep 2006
Posts: 384
![]() |
Hi 2hard2get,
It's easy enough. First of all you should go to Admin Panel » Configuration » Page Navigation and Listings and change the Number of columns from 3 to 1. Then open header.tpl file and insert the highlighted code as follows: Code:
<div class="content">
<table cellpadding="0" cellspacing="0" width="100%">
<tr>
<td valign="top" height="10%" class="column">
{if $categories}
<div class="box">
<div class="box-caption-right">
<div class="box-caption-left">
<div class="box-caption">{$lang.categories}</div>
</div>
</div>
{$categories}
</div>
{/if}
{if $config.editors}
<div class="box">
<div class="box-caption-right">
<div class="box-caption-left">
<div class="box-caption">{$lang.editors_area}</div>
</div>
</div>
<div class="box-content">
|
|
|
|
|
|
#3 |
|
Join Date: May 2006
Posts: 60
![]() |
Sorry but thats not what i ment, i still want category i the center of page, but category navigations i the rigth side on all pages.
|
|
|
|
|
|
#4 |
|
Super Moderator
Join Date: Oct 2005
Location: Phoenix,Arizona (Valley of the Sun)
Posts: 5,358
![]() ![]() ![]() ![]() |
There's a whole "Sticky" thread at the top of this forum for this.
Look at posts 5,29,40 (depending on your needs) There may be slight changes you need to make for your template.
__________________
Please don't ask me about script questions or sales issues through "Private Messages". Thanks! |
|
|
|
|
|
#5 |
|
Join Date: May 2006
Posts: 60
![]() |
Looks great Greg.
It woorks, but i want a top over the categori´s call CATEGORY with black background like i have in center categori. Is it possible not too show right categori i frontpage, only on all other pages. Also how doo i move center categori a litle too right. |
|
|
|
|
|
#6 | |
|
Super Moderator
Join Date: Oct 2005
Location: Phoenix,Arizona (Valley of the Sun)
Posts: 5,358
![]() ![]() ![]() ![]() |
Quote:
Code:
{if ($category.id) >"0"}
<div class="box">
<div class="box-caption-right">
<div class="box-caption-left">
<div class="box-caption">{$lang.categories}</div>
</div>
</div>
<div class="box-content">
{foreach from=$top_categories item=top_category}
<p class="top-category"><a
href="{$config.base}{$config.dir}{$top_category.path}/">{$top_category.title}</a></p>
{/foreach}
</div>
{else}
{/if}
![]()
__________________
Please don't ask me about script questions or sales issues through "Private Messages". Thanks! |
|
|
|
|
|
|
#7 |
|
Join Date: May 2006
Posts: 60
![]() |
Damm your good at this. Thaks a lot.
It looks like i don´t need too move center category now. By the way, have fun |
|
|
|
|
|
#8 |
|
Super Moderator
Join Date: Oct 2005
Location: Phoenix,Arizona (Valley of the Sun)
Posts: 5,358
![]() ![]() ![]() ![]() |
You're welcome
![]() Looks good One thing I think you forgot was to add the css part: Code:
p.top-category
{
line-height: 22px;
}
p.top-category a
{
color: #1979B5;
font-weight: bold;
}
Though it doesn't look like you need it.
__________________
Please don't ask me about script questions or sales issues through "Private Messages". Thanks! |
|
|
|
|
|
#9 |
|
Join Date: May 2006
Posts: 60
![]() |
Greg i have a problem with XML button.
When i change it, the size get´s smaller. I try too make same look and size for Search and XML buttons. |
|
|
|
|
|
#10 |
|
Super Moderator
Join Date: Oct 2005
Location: Phoenix,Arizona (Valley of the Sun)
Posts: 5,358
![]() ![]() ![]() ![]() |
The xml buttom is an image (xml.gif). The only way to make it the same size as the search button is to make a new one. And I suck at graphics.
![]()
__________________
Please don't ask me about script questions or sales issues through "Private Messages". Thanks! |
|
|
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|