Page 1 of 1
Hide extended entry field from interface
Posted: Thu May 18, 2006 8:41 am
by Kossatsch
I would like to hide the extended entry field from the interface. I really do not need it, and I prefer having a quick look at my tags (below this field). Or is it possible to set the tag field (from the freetag plug-in, a really great thing) above the extended entry field?
I am using 1.0pre3beta and the WYSIWYG-Editor.
Re: Hide extended entry field from interface
Posted: Thu May 18, 2006 10:22 am
by garvinhicking
Actually the last toggled state of th eextended field (you can collapse it via the "-") should be remembered via a cookie, so if you just collapse it, it should stay collapsed.
You might be able to do some re-arranging or hiding via CSS and an templates/default/admin/style.css Change...
Oh, I just see you'Re using the WYSIWYG editor. With that enabled, the extended field cannot be toggled or set to hidden because else the editor would not work there. Then using CSS to hide it would be the only way, or hacking the include/functions_entries_admin.inc.php file.
Best regards,
Garvin
Posted: Thu May 18, 2006 10:52 am
by Kossatsch
The CSS id "serendipity[extended]" that I would like to set to display:none (should do it...) cannot be found in templates/default/admin/style.css (and not in any other CSS I found in /default) - where can I find it?
Posted: Thu May 18, 2006 11:25 am
by garvinhicking
It's not defined yet, so you can just add it there.
Regards,
Garvin