Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Re: Collapse section options
wet wrote:
Wouldn’t that suffice to have a target hook at individual sections:
$("table#list>tbody>tr").click(function(){alert ('Huh?');});
?
thanks wet that helped. i have things somewhat working now but i had to basically create div wrappers around each portion. and somehow move the section name out of its td wrapper.
Offline
#14 2008-01-12 06:40:35
- Mary
- Sock Enthusiast
- Registered: 2004-06-27
- Posts: 6,236
Re: Collapse section options
If we keep on like this our lovely, light, clean Textpattern is going to end up as a bloated old fart…
Over my dead body. :D
Offline
Re: Collapse section options
Good. :)
Stuart
In a Time of Universal Deceit
Telling the Truth is Revolutionary.
Offline
Re: Collapse section options
I have an idea… we could probably really reduce bloat and make TXP super lean if we ditched the UI altogether. Who’s up for site config through phpMyAdmin. ;)
Then we wouldn’t have to alternately propose UI improvements and gallop in on white horses to save TXP from the dreaded accordian effect.
Bad 2.0, Bad.
Last edited by mrdale (2008-01-12 19:17:55)
Offline
#17 2008-01-12 20:10:51
- masa
- Member
- From: Asturias, Spain
- Registered: 2005-11-25
- Posts: 1,091
Re: Collapse section options
thebombsite wrote:
Does everything have to be collapsible? The listing pages allow you to determine how many items per page you wish to view.
I don’t really care much about the exact implementation, but I do think that a quick way to select one particular image-/article category for display via for instance a drop-down menu / URL pop-up would be a great enhancement in terms of usability. The current search feature is fine as long as you remember your categories’ names.
Offline
Re: Collapse section options
masa wrote:
I don’t really care much about the exact implementation, but I do think that a quick way to select one particular image-/article category for display via for instance a drop-down menu / URL pop-up would be a great enhancement in terms of usability. The current search feature is fine as long as you remember your categories’ names.
this sounds pretty simple to do at least on the surface. i just wrapped up my lam_accordion_section plugin and i’ll see what i can do in this area.
Offline
Re: Collapse section options
KI wrote:
My finger gets tired. Seems like the idea opportunity for a jQuery accordion. So instead of…
Section 1
# Section name
# Section title
# Use pages
# etc
Section 2
# Section name
# Section title
# Use pages
# etc
Section 3
# Section name
# Section title
# Use pages
# etc
Section 4
# Section name
# Section title
# Use pages
# etc
We’d get…
Section 1
# Section name
# Section title
# Use pages
# etc
Section 2
Section 3
Section 4
here you go lam_accordion_section
Offline
Re: Collapse section options
Well done Steve! :)
Two things that I would like to see in the core:-
First – it would be great if the “Crockery” version of the Section page were brought over to the “Development” branch at least in terms of the layout.
Second – as far as the Forms page is concerned it would be useful if the form template listing were collapsible into the 5 “types” of form ie. article, comment, link, file and miscellaneous giving a layout similar to the current tag-builder menus in the left sidebar. The form template listing can become very long indeed as forms are the main building blocks of page templates and in this way you could just have the type of form you are looking for viewable at any one time. It’s the one area where I think collapsing is actually useful.
Stuart
In a Time of Universal Deceit
Telling the Truth is Revolutionary.
Offline
#21 2008-01-13 20:32:39
- guiguibonbon
- Member
- Registered: 2006-02-20
- Posts: 296
Re: Collapse section options
The forms page doesn’t need collapsing. It just needs proper designing.
before
And after !
(this is just photoshoped)
Offline
Re: Collapse section options
That would be an improvement. :)
Stuart
In a Time of Universal Deceit
Telling the Truth is Revolutionary.
Offline
Re: Collapse section options
It looks better but takes up more space. You soon get used to article forms at top, followed by comments, files, links, misc, so I think that putting #eee as background for comments forms and links forms and keeping #fff for the others would visually distinguish them whilst saving space. (and remove the headings)
Last edited by zero (2008-01-14 01:08:26)
Offline
Re: Collapse section options
zero wrote:
It looks better but takes up more space. You soon get used to article forms at top, followed by comments, files, links, misc, so I think that putting #eee as background for comments forms and links forms and keeping #fff for the others would visually distinguish them whilst saving space. (and remove the headings)
if there were no headings then how would you know which were article forms and which were misc forms etc etc? it would defeat the whole purpose of categorizing forms in the first place.
Last edited by iblastoff (2008-01-14 01:23:41)
Offline