Sticky entries

Random stuff about serendipity. Discussion, Questions, Paraphernalia.
Post Reply
holysjit
Regular
Posts: 131
Joined: Sun Apr 08, 2007 9:47 am

Sticky entries

Post by holysjit »

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

Post by garvinhicking »

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/
holysjit
Regular
Posts: 131
Joined: Sun Apr 08, 2007 9:47 am

Post by holysjit »

Ok, but when I install that plugin, the plugin adds a couple things I don't want to show:


Disable Markup plugins for this entry:
Custom Fields:

How can I delete them?

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

Post by garvinhicking »

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:

Code: Select all

. entryproperties_markup, entryproperties_customfields {
    display: none;
}
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/
Post Reply