| View previous topic :: View next topic |
| Author |
Message |
markus [Administrator]
![[Administrator] [Administrator]](images/ranks/rank_stars7_admin.gif)

Joined: 28 Jul 2003 Posts: 1124
|
Posted: Wed Sep 07, 2005 5:46 pm Post subject: [RC] DHTML Toggle ACP Menu MOD |
|
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Beta/Dev thread for this MOD at phpBB:
http://www.phpbb.com/phpBB/viewtopic.php?t=322815
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
MOD Title: DHTML Toggle ACP Menu MOD
MOD Description: This MOD allows you to easilly toggle the ACP Menu on and off. To hide the ACP Menu, just click the logo on top of the left pane. To show it back again, just move your mouse over the left side of the screen.
MOD Version: 1.0.0
Note: I would like to get some feedback before submiting to the MODs Database. Please, check out Author Notes in the MOD Header for browser compatibility issues. Thanks
MOD Download:
http://www.phpmix.org/projects
Demo Board:
http://demos.phpmix.org/dhtml_toggle_acp_menu/index.html
This is a static version of the phpBB ACP. No options are available!
It is only aimed to show you how this MOD works. ie. click the logo to hide the ACP menu and then mouse over the left side of the screen to get it back. If it doesn't work for you, please post your browser name and version, OS, etc. Thanks
MOD Header:
| Code: | ##############################################################
## MOD Title: DHTML Toggle ACP Menu
## MOD Author: markus_petrux < nospam@phpmix.com > (Markus) http://www.phpmix.com
## MOD Description: This MOD allows you to easilly toggle the ACP Menu on and off.
## To hide the ACP Menu, just click the logo on top of the left pane.
## To show it back again, just move your mouse over the left side of the screen.
## MOD Version: 1.0.0
##
## Installation Level: (Easy)
## Installation Time: 3 Minutes
## Files To Edit: 1
## templates/subSilver/admin/index_navigate.tpl
## Included Files: none
## License: http://opensource.org/licenses/gpl-license.php GNU General Public License v2
##############################################################
## For security purposes, please check: http://www.phpbb.com/mods/
## for the latest version of this MOD. Although MODs are checked
## before being allowed in the MODs Database there is no guarantee
## that there are no security problems within the MOD. No support
## will be given for MODs not found within the MODs Database which
## can be found at http://www.phpbb.com/mods/
##############################################################
## Author Notes:
##
## About the DHTML technique used here:
## - It is based on the ability to dynamically alter the cols attribute of a frameset.
## - It's known to work on: MSIE, Firefox, Netscape 7.x, Mozilla 1.7.x, Opera 7.x
## - Unfortunatelly, it seems Opera doesn't trigger the document onmouseover event when
## moving the mouse over the scrollbars, hence a trick is applied to show a couple of
## pixels of the document itself.
##
## About the MOD itself:
## - Tested with phpBB 2.0.17, at the time of writing,
## but it probably works on all 2.0.x versions.
## - This MOD is EasyMOD friendly.
##
##############################################################
## MOD History:
##
## 2005/09/07 - 1.0.0
## - Initial release
##
##############################################################
## Before Adding This MOD To Your Forum, You Should Back Up All Files Related To This MOD
############################################################## |
_________________ http://www.phpmix.org |
|
| Back to top |
|
 |
Peter77s Apprentice


Joined: 18 Jul 2005 Posts: 5
|
Posted: Fri Nov 11, 2005 10:25 pm Post subject: Re: [RC] DHTML Toggle ACP Menu MOD |
|
|
| Nice. does this work fine with the ACP collapsable menu? |
|
| Back to top |
|
 |
markus [Administrator]
![[Administrator] [Administrator]](images/ranks/rank_stars7_admin.gif)

Joined: 28 Jul 2003 Posts: 1124
|
Posted: Fri Nov 11, 2005 11:26 pm Post subject: Re: [RC] DHTML Toggle ACP Menu MOD |
|
|
Yep!  _________________ http://www.phpmix.org |
|
| Back to top |
|
 |
Peter77s Apprentice


Joined: 18 Jul 2005 Posts: 5
|
Posted: Sun Nov 27, 2005 1:31 pm Post subject: Re: [RC] DHTML Toggle ACP Menu MOD |
|
|
This is cool. thanks for this mod!!  _________________
|
|
| Back to top |
|
 |
Saaiberke Starter


Joined: 17 Jul 2006 Posts: 1
|
Posted: Mon Jul 17, 2006 1:05 pm Post subject: |
|
|
Markus,
Another great mod! I just installed it on a 2.0.17 & a 2.0.21 board without any problem. I had to be inventive because my themes don't show the board's logo at the top of the ACP menu, so I made the title clickable.
I already installed your 2 other DHTML (faq & ACP menu) Mods and I really like them.
Grtz,
Nic |
|
| Back to top |
|
 |
Officeforum Apprentice


Joined: 30 Aug 2006 Posts: 7
|
Posted: Fri Sep 01, 2006 7:06 pm Post subject: |
|
|
Hi Markus,
You make COOL-stuff did you know that!!!
I love this one cause when using CH 2.1.6 (Phirtiik) you can use the extra space in the left pane when viewing the forum stats great!
I'm also using IM Portal (rebuild for CH) which offers a navigation bar (left) which holds state during the different views of the forum. I think that's great but when I saw this post I though:
Would it be possible to put the table the nav-bar is in IN a DIV and have that work the same as your mod here above.
So basicly klik the forum logo (or something else) and have it disapear.. Klik it again and have it reapear?
Could you think of some sollution?
Thanks. |
|
| Back to top |
|
 |
Officeforum Apprentice


Joined: 30 Aug 2006 Posts: 7
|
Posted: Fri Sep 01, 2006 9:29 pm Post subject: |
|
|
Ok this problem is bigger than me.
If I set the column width of the navbar to 0 the other 2 columns (center and right) will not fill up the screen...(damn shame..)
I need to first seam to figure out how to do this by hand before we can program it of course. I'll revisit if I solved that answer first. |
|
| Back to top |
|
 |
markus [Administrator]
![[Administrator] [Administrator]](images/ranks/rank_stars7_admin.gif)

Joined: 28 Jul 2003 Posts: 1124
|
Posted: Fri Sep 01, 2006 11:10 pm Post subject: |
|
|
This MOD operates on frames, it can't be used to hide/show a DIV. You need to play with the display attribute of the DIV for what you need. You may want to take a look at the DHTML Menu for ACP MOD or Collapsible FAQ MOD for examples. _________________ http://www.phpmix.org |
|
| Back to top |
|
 |
|