eSyndiCat User Forums esyndicat directory software esyndicat support

Go Back   eSyndiCat User Forums > eSyndiCat Directory Software [FREE] > User interface > Custom Templates

Custom Templates You have come up with a new really appealing template and keep silence? Why not share it with others. Somebody might love it.

Reply
 
Thread Tools Display Modes
Old 06-14-2007   #1
elibest
 
Join Date: Oct 2005
Posts: 8
elibest
Default using different font-size on categories and sub categories, how?

Im trying to change the font size of sub-categories cause im planning to use a bigger font size on the top category.

Im working on Layout.php, i was thinking to have an if else condition. But I don't know how to do it.

example code
Code:
<div if(category is root) {class="categories"} else {class="subcategories"}>
thanks,
eli
elibest is offline   Reply With Quote
Old 06-14-2007   #2
Tilek E.
eSyndiCat Support Team
 
Join Date: Sep 2006
Posts: 384
Tilek E. is on a distinguished road
Default

Hi elibest,

Please try the following code:

Code:
{if $category.id eq '0'}
	this is a root
{else}
	this is NOT a root
{/if}
According to your example it will be something like:

Code:
<div {if $category.id eq '0'}class="categories"{else}class="subcategories"{/if}>
Tilek E. is offline   Reply With Quote
Old 06-15-2007   #3
elibest
 
Join Date: Oct 2005
Posts: 8
elibest
Default

i already tried that, but not working, probably it will work only on .tpl file not on .php file.

waht's is the equivalent value of this condition {if $category.id eq '0'} on ordinary php command. the example is coded using smarty templating.
elibest is offline   Reply With Quote
Old 06-15-2007   #4
Tilek E.
eSyndiCat Support Team
 
Join Date: Sep 2006
Posts: 384
Tilek E. is on a distinguished road
Default

Hi elibest,

You should try the code posted above in index.tpl file. Please insert the code and you will see the result.

It is recommended to use smarty code in order to customize your template.

Any case if you have problems with your mod of changing font size feel free to contact.
Tilek E. is offline   Reply With Quote
Old 01-18-2012   #5
jassmee
 
Join Date: Dec 2011
Posts: 81
jassmee is on a distinguished road
Default

you can used the different - 2 class used in category and sub category.
jassmee is offline   Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT. The time now is 11:36 AM.


Powered by vBulletin® Version 3.7.0
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
Testimonials | Articles | Support | Documentation | Privacy Policy | License | Affiliates | Contact Us | SEO Resources