SMF For Free Support Forum
Signup For Free Forum
September 02, 2010, 11:53:21 pm *
Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
News: Welcome to SMF For Free. The best free SMF Host
 
   Home   Help Search Arcade Gallery Login Register  

Pages: [1]
  Print  
Author Topic: [Code] Toggle Info Center v2  (Read 1523 times)
0 Members and 1 Guest are viewing this topic.
Ridikul
SMF For Free Member
*
Offline Offline

Posts: 35


View Profile
« on: June 15, 2007, 10:16:58 pm »

Preview

At the bottom of the board

Description
Now in one link. A little bit smoother. Shorter Code

Put this in headers only if you don't have it.
Code:
<script type="text/javascript" src="http://code.jquery.com/jquery-latest.pack.js">

Put this in headers below the code above.
Code:
<script type="text/javascript">
        $(document).ready(function(){
                $("a.hidelink").click(function(){
                        $("div#upshrinkHeaderIC").slideToggle("slow");
                        return false;
                });
        });
</script>

Footers
Code:
<div class="hide-info"><a href="#" class="hidelink">Toggle Info Center</a></div>
« Last Edit: August 27, 2007, 08:59:40 pm by simply sibyl » Logged
loogiesquared
SMF For Free Member
*
Offline Offline

Posts: 50



View Profile
« Reply #1 on: June 09, 2008, 08:18:40 pm »

so...it adds a login box at the bottom?
Logged

simply sibyl
Global Moderator
*
Offline Offline

Posts: 13750



View Profile WWW
« Reply #2 on: June 09, 2008, 08:28:40 pm »

so...it adds a login box at the bottom?

It toggles the info center  (hides/unhides it) that is at the bottom of your forum.
Click Toggle Info Center at the bottom of his forum to see what it does.

The login box shows on the bottom of his forum cus he has Show a quick login on every page checkmarked in Admin > Features and Options > Layout and Options
Logged

MS7XWDC
SMF For Free Member
*
Offline Offline

Posts: 25


View Profile
« Reply #3 on: March 20, 2009, 10:05:45 am »

is there a way to completely remove the info center / hide from all ??
Logged
Andrew
Helpers
*
Offline Offline

Posts: 1792


Andrew at your service


View Profile WWW
« Reply #4 on: March 20, 2009, 07:49:43 pm »

is there a way to completely remove the info center / hide from all ??

No, you can only toggle/hide the info center, but not remove it.

Maybe to find something close you are looking for, check the Code Index
Logged



Pages: [1]
  Print  
 
Jump to:  



Powered by SMF 1.1.11 | SMF © 2006-2009, Simple Machines LLC
Hostgator Hosting
Page created in 0.461 seconds with 20 queries. (Pretty URLs adds 0.027s, 2q)