'Account control' bloch at Dashboard !!!

There are 5 drop down boxes in 'Account Control' which are all OPEN by default which covers a lot of space on the screen. I would like them

to be closed by default and can b opened one at a time. For example, if user opens 'presence' block all others opened blocks should get closed

and when user clicks on 'Tracker' then all others including 'presence' should be closed. That means one section at a time...

screen1.png · 95.9K · 359 views
screen2.png · 106.2K · 325 views
https://www.facebook.com/4thmolar
Quote · 4 Jan 2011

I want to change the category :(

https://www.facebook.com/4thmolar
Quote · 4 Jan 2011

 

I want to change the category :(

Not sure that understood you correctly. Can you explain what you need more clearly?

PS: If possible do not write me personally, please try to ask on the forum first
Quote · 5 Jan 2011

Closing them up is easy. I am not sure about one closing automatically as another is opened. Not sure that's even necessary.

I can't remember who I got this from but here is the simple answer:


Collapse account control box:

I got the answer how to collapsed the Account Info,Tracker sections in the Account Control block

Here is the changes if any one need. You need to edit the member.php

Find the below code

'caption' => $sPresenceC,
'collapsable' => true

Change to

'caption' => $sPresenceC,
'collapsable' => true,
'collapsed' => true,


Find the below code

'caption' => $sAccountInfoC,
'collapsable' => true

Change to

'caption' => $sAccountInfoC,
'collapsable' => true,
'collapsed' => true,


Find the below code

'caption' => $sCustomC,
'collapsable' => true

Change to

'caption' => $sCustomC,
'collapsable' => true,
'collapsed' => true,

http://towtalk.net ... Hosted by Zarconia.net!
Quote · 5 Jan 2011
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.