12-24-2010, 06:54 AM
(12-23-2010, 03:11 PM)Laugh Wrote: For number three, that is just an html command. There are header plugins, but you'll need to code it yourself.
Spoiler (Click to View)Code:<ul class="reset" id="smfFadeScroller">
<li>We need blockers. <a href=http://www.erepublik.com/en/article/-fec-a-day-in-the-life-of-the-fec-commissioner-8-38-update-1613282/1/20>>>CLICK HERE<<</a></font></li>
<li>New to the forums? Check in at the eUS Welcome Center. <a href="http://"http://eusaforums.com/forum/index.php/board,2.0.html"" class="bbc_link new_win" target="_blank">>>CLICK HERE<<</a></li>
<li>Read the December 23, 2010 White House Press Release! <a href="http://"http://www.erepublik.com/en/article/white-house-press-release-dec-23st-1613820/1/20"" class="bbc_link new_win" target="_blank">>>CLICK HERE<<</a></li>
<li>DoD Orders for 12/23/2010: <a href="http://"http://www.erepublik.com/en/article/dod-orders-december-23-day-1129-updated-07-00-cyprus-and-mexico1-1611929/1/20"" class="bbc_link new_win" target="_blank">>>CLICK HERE<<</a></li>
</ul>
</div>
<script type="text/javascript" src="http://eusaforums.com/forum/Themes/default/scripts/fader.js"></script>
<script type="text/javascript"><!-- // --><![CDATA[
// Create a news fader object.
var oNewsFader = new smf_NewsFader({
sSelf: 'oNewsFader',
sFaderControlId: 'smfFadeScroller',
sItemTemplate: '<strong>%1$s<' + '/strong>',
iFadeDelay: 5000
});
// Create the news fader toggle.
var smfNewsFadeToggle = new smc_Toggle({
bToggleEnabled: true,
bCurrentlyCollapsed: false,
aSwappableContainers: [
'smfFadeScroller'
],
aSwapImages: [
{
sId: 'newsupshrink',
srcExpanded: smf_images_url + '/collapse.gif',
altExpanded: 'Shrink or expand the header.',
srcCollapsed: smf_images_url + '/expand.gif',
altCollapsed: 'Shrink or expand the header.'
}
],
oThemeOptions: {
bUseThemeSettings: false,
sOptionName: 'collapse_news_fader',
sSessionVar: 'ba1399618',
sSessionId: 'e2645cec2d2d2004e7a8fcad4d703117'
},
oCookieOptions: {
bUseCookie: true,
sCookieName: 'newsupshrink'
}
});
// ]]></script>
That is the script they use.
That doesn't work :/