| 29.01.2010 to 10:58 | #7762 |
|
shaker Mitglied Registered: 07.12.2009 Contributions: 3 |
Title: expanded options Hi everyone May someone help me please on how to obtain expanded options by default, without cklicking on "+" image, just like the image below? Thanks in advantage.
|
| Offline |
|
| 29.01.2010 to 13:50 | #7764 |
|
Mitch Mitglied Registered: 10.11.2006 Contributions: 1379 |
Title: RE: expanded options Just open the file design/standart/index_body.tpl and find and remove this line: Code:
<div id="LinkEinstellungen"><a href="#" onclick="javascript:ausblenden ('LinkEinstellungen', 'Einstellungen');"><img src="{script_ordner}/design{design_ordner}/images/plus.gif" border="0" alt="" /> Einstellungen</a></div>
At the same file (normally two lines below) find: Code:
<div id="Einstellungen" style="display:none;">
And replace with: Code:
<div id="Einstellungen">
_____________________ Matpo.de Co-Admin | Just for fun Coder |
| Offline |
|
| 29.01.2010 to 17:04 | #7765 |
|
shaker Mitglied Registered: 07.12.2009 Contributions: 3 |
Title: RE: expanded options Thank you very much Mitch |
| Offline |
|



