Remove freetags from backend
Remove freetags from backend
Is there anyway to alter the freetag plugin so the tags don't show up when you're posting an entry? I'd rather enter them manually then have them be clickable. Thanks for any help. 
-
garvinhicking
- Core Developer
- Posts: 30022
- Joined: Tue Sep 16, 2003 9:45 pm
- Location: Cologne, Germany
- Contact:
Re: Remove freetags from backend
Hi!
yes, you can edit your admin/style.css file and add:
to it.
Best regards,
Garvin
yes, you can edit your admin/style.css file and add:
Code: Select all
.backend_freetag_list {
display: none;
}
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/
I guess it should bebecause it's an id attribute.
- Mattsches
Code: Select all
#backend_freetag_list {
display:none;
}- Mattsches