TP-Docs
HTML5 Icon HTML5 Icon HTML5 Icon
TP on Social Media

Recent

Welcome to TinyPortal. Please login or sign up.

March 29, 2024, 10:52:48 AM

Login with username, password and session length
Members
Stats
  • Total Posts: 195,106
  • Total Topics: 21,213
  • Online today: 358
  • Online ever: 3,540 (September 03, 2022, 01:38:54 AM)
Users Online

[Block] Footer Menu

Started by bluedevil, April 14, 2010, 05:12:47 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Mick

Name of Snippet: Footer Menu
SMF/TP versions tested: SMF2/TP1 beta 5-1
Block Type:: html & javascript
Author: BlueDevil
Other Requirements: SMF RC3 Installation
Demo: (look at footer) http://www.chevyavalancheclub.com/index.php
Link To Discussion: Link

Description:
Don't like the "go to top" scripts?  Hate scrolling back to the top after reading a long thread?

If you use SMF RC2 or SMF RC3, this little code will add a quick menu of your choice in the footer of your website.  It would make it easier for you and your forum members to navigate.

-Create an HTML block in "Bottom Panel Blocks" section and position it.
-Do not use title/frame styles
-Do not allow block to collapse
-Check All membergroups
-Check All actions and articles
-Display on all boards

<div class="buttonlist align_right">
<ul>
    <li><a rel="nofollow" href="http://www.chevyavalancheclub.com" class="button_strip_reply active"><span>Home</span></a></li>
    <li><a rel="nofollow" href="http://www.chevyavalancheclub.com/index.php?action=forum" class="button_strip_add_poll"><span>Community</span></a></li>
    <li><a rel="nofollow" href="http://www.chevyavalancheclub.com/index.php?action=pages" class="button_strip_add_poll"><span>Nationals</span></a></li>
    <li><a rel="nofollow" href="http://www.chevyavalancheclub.com/index.php?action=articles" class="button_strip_add_poll"><span>Tech Articles</span></a></li>
    <li><a rel="nofollow" href="http://www.chevyavalancheclub.com/index.php?action=gallery" class="button_strip_add_poll"><span>Gallery</span></a></li>
</ul>
</div>


Simply replace the menu names and links.   You can add as many as want.

That's it.  Have fun. ;)