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.
Hide extended entry field from interface
-
garvinhicking
- Core Developer
- Posts: 30022
- Joined: Tue Sep 16, 2003 9:45 pm
- Location: Cologne, Germany
- Contact:
Re: Hide extended entry field from interface
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
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/
# 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:
It's not defined yet, so you can just add it there.
Regards,
Garvin
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/
# 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/