Minamize Buttons

Modifications for phpBB3.
Try the Mods here and share Your own Mods
Forum rules
You dont have to use ModX or make your mod AutoMod compatible. A simple textfile is fine
But if you post Mods here You also have to give support

Minamize Buttons

Post by mikef35 »

I would like to get the code or MOD that is used on this site. I am talking about the little dash in the right corner that collapses the forums. Any Ideas?

Thanks

Minamize Buttons

Post by Stoker »

Yes, that is a guide/mod written by Christian Bullock.
You can view it here: http://www.christianbullock.com/2011/ph ... th-cookies

Minamize Buttons

Post by mikef35 »

Thanks, This site is Great!

Minamize Buttons

Post by mikef35 »

One more Stoker, would it be possible for you to send me the collapse-icon.png that you use for this site. My colors are almost the same as yours. Thanks

Minamize Buttons

Post by Stoker »

Minamize Buttons

Post by mikef35 »

Perfect, Thanks

There is also this one that will blend and match any theme
collapse-icon.png
You do not have the required permissions to view the files attached to this post.
Last edited by mikef35 on 17 Aug 2012, 00:10, edited 1 time in total.

Minamize Buttons

Post by mikef35 »

Hey Stoker, can you take a look. http://www.trestleboard.us I have evrything done right but it will not collaspe Thanks
Last edited by mikef35 on 23 Feb 2012, 21:41, edited 2 times in total.

Minamize Buttons

Post by Stoker »

First you delete this part in the overall_header.html:

Code: Select all

<script type="text/javascript" 
src="https://www.trestleboard.us/jquery.min.js"></script>
<!-- If the above line is already present, don't add it again -->
Then you move this:

Code: Select all

<script type="text/javascript" src="{T_TEMPLATE_PATH}/jquery.cookie.js"></script>
<script type="text/javascript" src="{T_TEMPLATE_PATH}/jquery.collapse.js"></script>
a little bit down and insert it just before this line:

Code: Select all

<link href="{T_THEME_PATH}/print.css" rel="stylesheet" type="text/css" media="print" title="printonly" />
Save, upload the file and refresh template.

Minamize Buttons

Post by mikef35 »

Holy Cow, Your a life saver. Thanks a Million. Best donation I ever spent.

Minamize Buttons

Post by mikef35 »

Hate to do this but.....

Maybe when you get a chance you could tell me how to put it on my top 5 stats and the mchat box. Thanks