Making custom feilds only display for certain catagories

Discussion corner for Developers of Serendipity.
Post Reply
jeremya
Posts: 3
Joined: Thu Aug 31, 2006 5:31 pm

Making custom feilds only display for certain catagories

Post by jeremya »

I want to make my custom fields only display for certain catagories of posts.

-- Jeremy
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: Making custom feilds only display for certain catagories

Post by garvinhicking »

Hi!

You can edit your entries.tpl Smarty Template and insert {if} smarty checks in the place where you only want to display specific things.

You can read more about Smarty templates on http://smarty.php.net/ and in the technical documentation on http://www.s9y.org or you can search the forums for how other people modified their templates. Or you can be more specific. ;)

Best regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
jeremya
Posts: 3
Joined: Thu Aug 31, 2006 5:31 pm

Post by jeremya »

Got it working... thanks.

-- Jeremy
Post Reply