Hide extended entry field from interface

Random stuff about serendipity. Discussion, Questions, Paraphernalia.
Post Reply
Kossatsch
Regular
Posts: 26
Joined: Mon Apr 24, 2006 12:21 pm
Location: /usr/local/sanktwolfgang
Contact:

Hide extended entry field from interface

Post 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.
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: Hide extended entry field from interface

Post 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
# 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/
Kossatsch
Regular
Posts: 26
Joined: Mon Apr 24, 2006 12:21 pm
Location: /usr/local/sanktwolfgang
Contact:

Post 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?
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Post by garvinhicking »

It's not defined yet, so you can just add it there.

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