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

Recent

Welcome to TinyPortal. Please login or sign up.

March 29, 2024, 05:18:14 AM

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

[Block] Footer Menu

Started by bluedevil, April 14, 2010, 04:11:59 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

RoarinRow

Very cool snippet Mick!  I did something similar on AVS.  I edited the 'Go Up' and 'Go Down' links to make it look like this:

Go Down | Forum  | Unread Posts | 24 Hours | Last 100

In the Default theme edit the Display.template.php

Find

<strong>' . $txt['go_down'] . '</strong></a>

Add immediately after

| <a href="http://www.avalanchestyle.com/forum/index.php?action=forum"><b>Forum</b></a> | <a href="http://www.avalanchestyle.com/forum/index.php?action=unread"><b>Unread Posts</b></a> | <a href="http://www.avalanchestyle.com/forum/index.php?page=64;type=hours;count=24"><b>24 Hours</b></a> | <a href="http://www.avalanchestyle.com/forum/index.php?page=64;count=100"><b>Last 100</b></a>

This will show up on the top of the page.  Repeat the same thing for the bottom link.

Find

<strong>' . $txt['go_up'] . '</strong></a>

Add immediately after

| <a href="http://www.avalanchestyle.com/forum/index.php?action=forum"><b>Forum</b></a> | <a href="http://www.avalanchestyle.com/forum/index.php?action=unread"><b>Unread Posts</b></a> | <a href="http://www.avalanchestyle.com/forum/index.php?page=64;type=hours;count=24"><b>24 Hours</b></a> | <a href="http://www.avalanchestyle.com/forum/index.php?page=64;count=100"><b>Last 100</b></a>

It will look something like this.


SMF 2.0 RC3
TP 1.0 beta 5-1
Wordpress 3.0

Ken.

Works nice. :up:

Had to make my links relative before they would work correctly, kept going to the home page when the full link was used.
http://www.ourfamilyforum.org/FamilyForum/index.php
" If everything seems under control, you're not going fast enough." - Mario Andretti
Yesterday When I was Young.

Mick


othg_weasel

Is there a way that you could make all the buttons come out one color?

see attached

Mick

I have not tried this but if you want them all 'blue'...

try replacing...
class="button_strip_add_poll">
for...
class="button_strip_reply active">

If that doesnt work, im afraid you'd have to add a new image and edit the CSS file.

othg_weasel

Cool that worked great...

Thank you bluedevil

Mick

Quote from: rjez on April 19, 2010, 01:59:10 AM
Cool that worked great...

Thank you bluedevil

Youre most welcome.