hi. sorry I don't get it. Can u tell me _where_ to add _what_ exactly?
I tried the things you have suggested, but always ended up in a page which still had expanded areas ({LANG_SEARCH_FINDLINKS},{LANG_SEARCH_FINDCATS}, etc). Only difference was that these areas are hidden then (cannot be seen, but the area does not get minimized to the title bar). Just to make it clear: What I want to change from the default behaviour is just that, when that searchpage gets opened, the title bars ("Find Links", "Find Categories" etc) can be seen AND their content area should not be seen . It should look like it does when I click on the title bars of each area..
I just wanna change the default appearance to "minimized/collapsed", so it gets maximized/expanded when someone clicks the title "Fnid Links", etc
Comments on clickbox collapsed by default?
Experienced
Usergroup: Customer
Joined: Jan 06, 2007
Total Topics: 33
Total Comments: 84
In the searchadvanced.tpl it says e.g.
Everytime this page gets opened, the boxes are maximized. Can I, by default, set some of them to minimzed?
developer
Usergroup: Administrator
Joined: Dec 20, 2001
Location: Diamond Springs, California
Total Topics: 61
Total Comments: 7868
add style="visibility: hidden;" to a div to hide it.
Experienced
Usergroup: Customer
Joined: Jan 06, 2007
Total Topics: 33
Total Comments: 84
this will hide it, but not collapse it.
I need to set some value to "minimized", so by clicking the bar it will then maximize. But I don't know where..
developer
Usergroup: Administrator
Joined: Dec 20, 2001
Location: Diamond Springs, California
Total Topics: 61
Total Comments: 7868
A collapsed box is one where the class="boxbody" area is hidden.
Experienced
Usergroup: Customer
Joined: Jan 06, 2007
Total Topics: 33
Total Comments: 84
hi.
sorry I don't get it.
Can u tell me _where_ to add _what_ exactly?
I tried the things you have suggested, but always ended up in a page which still had expanded areas ({LANG_SEARCH_FINDLINKS},{LANG_SEARCH_FINDCATS}, etc). Only difference was that these areas are hidden then (cannot be seen, but the area does not get minimized to the title bar).
Just to make it clear: What I want to change from the default behaviour is just that, when that searchpage gets opened, the title bars ("Find Links", "Find Categories" etc) can be seen AND their content area should not be seen . It should look like it does when I click on the title bars of each area..
I just wanna change the default appearance to "minimized/collapsed", so it gets maximized/expanded when someone clicks the title "Fnid Links", etc
developer
Usergroup: Administrator
Joined: Dec 20, 2001
Location: Diamond Springs, California
Total Topics: 61
Total Comments: 7868
You posted above:
Change that to
Experienced
Usergroup: Customer
Joined: Jan 06, 2007
Total Topics: 33
Total Comments: 84
no.
it will do what i explained. it will HIDE the content, but NOT collapse/minimize it.
The area, where the content was before, is still there.
But if i click on the title bar of "find links"(eg.), it will minimize. thats what it shoul do, instead of make it unvisible.
Experienced
Usergroup: Customer
Joined: Jan 06, 2007
Total Topics: 33
Total Comments: 84
Hi Paul,
could you please be so kind and comment on this again? Your solution does not work..
Greetings, Starship-Trooper
developer
Usergroup: Administrator
Joined: Dec 20, 2001
Location: Diamond Springs, California
Total Topics: 61
Total Comments: 7868
works.
Experienced
Usergroup: Customer
Joined: Jan 06, 2007
Total Topics: 33
Total Comments: 84
I'm glad that you still give answers
but....
it will look minimized, but when I click the bar to maximize it again, it won't work because
a) the visibility is "hidden"
b) the height is 0
what i maybe need to find is sth that tells the code here:
that the minmax-state is minimized by default.
developer
Usergroup: Administrator
Joined: Dec 20, 2001
Location: Diamond Springs, California
Total Topics: 61
Total Comments: 7868
style="display: none;"
Experienced
Usergroup: Customer
Joined: Jan 06, 2007
Total Topics: 33
Total Comments: 84
yeahh that was it! thanks