TinyPortal

Development => Block Codes => Latest block snippets => Topic started by: Mick on April 14, 2010, 05:12:47 PM

Title: [Block] Footer Menu
Post by: Mick on April 14, 2010, 05:12:47 PM
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 (http://www.tinyportal.net/index.php?topic=32431.msg260692#msg260692)

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. ;)