Phaedrus |
04-11-2011 10:00 PM |
Add "This Day In History" to Forumhome Works with Styles
1 Attachment(s)
This will add a "This Day In History" box to your Forumhome, fully integrated with your styles so that it doesn't appear as an afterthought. Many of my users love this addition.
Find in your FORUMHOME Template:
Code:
{vb:raw ad_location.board_after_forums}
Add this below it:
Code:
<!--This Day in History by TheFreeDictionary.com-->
<div id="wgo" class="collapse wgo_block block">
<h2 class="blockhead">This Day in History</h2>
<div class="blockbody formcontrols floatcontainer">
<script language="javascript"
src="http://img.tfd.com/daily/history-top.js?0"></script>
</div></div>
<!--end of This Day in History-->
Of course this can be changed for nearly any addition, it wouldn't have to be "This Day in History"...
For a live Demo:
http://www.justplainpolitics.com/
|