Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Pages: 1
Advanced Options & More always open
Hi again!
I will like to know how do I make the
“Advanced Options” and “More” sections in the write tab,
to be always open please?
(more comfortable for the client)
Thanks ;)
Last edited by THE BLUE DRAGON (2008-05-10 13:13:44)
Offline
Re: Advanced Options & More always open
This can be done with a plugin
Offline
#3 2008-05-10 13:27:23
- uli
- Moderator
- From: Cologne
- Registered: 2006-08-15
- Posts: 4,306
Re: Advanced Options & More always open
rss_admin_show_adv_opts does so.
You can even make it open other parts of the write tab, when you edit its code like so
addLoadEvent(function() {
toggleDisplay('advanced');
//toggleDisplay('more');
//toggleDisplay('recent');
Note that the disabled lines were inserted by me. You can right click on a link in the write tab, copy the link and insert the part after “#” on a proper line like I did above.
In bad weather I never leave home without wet_plugout, smd_where_used and adi_form_links
Offline
Re: Advanced Options & More always open
Ohhh that is great! :)
simple & good!
btw: the link you post is for Version 0.2, and there is Version 0.3 so here is the link for Version 0.3
thanks it will make it much more comfortable now for me and for the client ;)
Offline
#5 2008-05-10 13:58:29
- uli
- Moderator
- From: Cologne
- Registered: 2006-08-15
- Posts: 4,306
Re: Advanced Options & More always open
Perfectionist! ;)
The correct link for finding plugins, btw, is txp-resources ;) ;)
In bad weather I never leave home without wet_plugout, smd_where_used and adi_form_links
Offline
Pages: 1