Page 1 of 1

Sticky entries

Posted: Fri Nov 23, 2007 11:09 am
by holysjit
Is it possible to make sticky entries?

Re: Sticky entries

Posted: Fri Nov 23, 2007 12:22 pm
by garvinhicking
Yes. "Extended Properties for Entries" plugin, then you have a checkbox "Sticky entry" when creating an entry.

Posted: Sun Nov 25, 2007 7:39 pm
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

Posted: Mon Nov 26, 2007 11:19 am
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