Go to main content

Textpattern CMS support forum

You are not logged in. Register | Login | Help

#1 2008-05-10 13:13:21

THE BLUE DRAGON
Member
From: Israel
Registered: 2007-11-16
Posts: 637
Website

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

#2 2008-05-10 13:26:59

ruud
Developer Emeritus
From: a galaxy far far away
Registered: 2006-06-04
Posts: 5,068
Website

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

#4 2008-05-10 13:40:54

THE BLUE DRAGON
Member
From: Israel
Registered: 2007-11-16
Posts: 637
Website

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

Board footer

Powered by FluxBB