Sticky entries
Sticky entries
Is it possible to make sticky entries?
-
garvinhicking
- Core Developer
- Posts: 30022
- Joined: Tue Sep 16, 2003 9:45 pm
- Location: Cologne, Germany
- Contact:
Re: Sticky entries
Yes. "Extended Properties for Entries" plugin, then you have a checkbox "Sticky entry" when creating an entry.
# 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/
# 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/
-
garvinhicking
- Core Developer
- Posts: 30022
- Joined: Tue Sep 16, 2003 9:45 pm
- Location: Cologne, Germany
- Contact:
Hi!
It owuld be best, if you simply don't use those fields.
Else, you can upgrade to serendipity 1.3-alpha tomorrow, where I've updated the entryproperties plugin so you can use CSS in your templates/XXX/admin/style.css file to hide the fields:
Regards,
Garvin
It owuld be best, if you simply don't use those fields.
Else, you can upgrade to serendipity 1.3-alpha tomorrow, where I've updated the entryproperties plugin so you can use CSS in your templates/XXX/admin/style.css file to hide the fields:
Code: Select all
. entryproperties_markup, entryproperties_customfields {
display: none;
}
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/
# 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/