how would i go about added a small side table to the main page only like www.webhostingtalk.com
Announcement
Collapse
No announcement yet.
added a table to the main page only
Collapse
X
-
you would need to modify your footer template, something like this:
</td>
<td width="150" align="middle" valign="top">
***content here***
</td>
</tr>
</table>
<!-- /content area table -->
</center>
<p align="center">
<normalfont><b>< <a href="$contactuslink">Contact Us</a> - <a href="$homeurl">$hometitle</a>
<!-- - <a href="$privacyurl">Privacy Statement</a> --> ></b></normalfont>
</p>
<p align="center"><smallfont>
<!-- Do not remove this copyright notice -->
Powered by: vBulletin Version $templateversion<br>
Copyright ©2000, 2001, Jelsoft Enterprises Limited.<br>
<!-- Do not remove this copyright notice -->
$copyrighttext
</smallfont></p>
//edit: oops, for the forumhome only you need to replace $footer in your forumhome template with the modified footer. then leave your actual footer template alone. this will make it so the changes are only on the forumhome page.
widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
Comment