PDA

View Full Version : Forum Display Enhancements - Spice You Footer


momo2
11-24-2008, 10:00 PM
This is a simple code, you can add to you footer..
Go To Style open footer add this code on the bottom of the page, save..

<table width="100%" class="thead" cellpadding="0" cellspacing="0">
<tr align="left">
<td width="100%" align="center" valign="middle">| <a href="index.php?">Home</a> | <a href="register.php?">Register</a> | <a href="faq.php?" accesskey="5">FAQ</a> | <a href="memberlist.php?">Members List</a> | <a href="calendar.php?">Calendar</a> | <a href="search.php?do=getdaily" accesskey="2">Today's Posts</a> | <a href="search.php?" accesskey="4">Search</a> | <a href="search.php?do=getnew" accesskey="2">New Posts</a> |
</td>

</tr>
</table>
</td>
</tr>
</table>


Sample Screen

momo2
11-25-2008, 09:55 PM
Reserved

SEOvB
11-25-2008, 11:43 PM
<table width="100%" class="thead" cellpadding="0" cellspacing="0">
<tr align="left">
<td width="100%" align="center" valign="middle">| <a href="index.php" rel="nofollow">Home</a> <if condition="$show[guest]">| <a href="register.php" >Register</a> </if>| <a href="faq.php" rel="nofollow">FAQ</a> | <a href="memberlist.php" rel="nofollow">Members List</a> | <a href="calendar.php" rel="nofollow">Calendar</a> | <a href="search.php?do=getdaily" rel="nofollow">Today's Posts</a> | <a href="search.php?" rel="nofollow">Search</a> | <a href="search.php?do=getnew" rel="nofollow"">New Posts</a> |
</td>

</tr>
</table>



No sense of having the register link shown to members, and no need for the ? after the URL's, and rel="nofollow" will help sculpt SEO, and you shouldn't need that closing table stuff in a standard footer?

Brandon Sheley
11-25-2008, 11:44 PM
looks sharp, thanks for sharing :)
I might add this to my new site, but old one the footer is to messy..hehe

Q-v-n-s-Q
11-26-2008, 03:00 AM
thats look nice, thank you for sharing.

momo2
11-26-2008, 03:20 AM
You right Fred, my mistake for the register link showing :(

24hourForum.com
12-04-2008, 03:05 AM
Thank You installed :)

Silencer Groans
01-02-2009, 01:40 AM
Thank you

Shazz
01-02-2009, 01:43 AM
Hard to integrate with customized styles..

newmasalaboard
01-09-2009, 03:34 PM
Thanks for sharing !!!