inherit
Handsome Devil
20992
0
Oct 26, 2012 20:34:21 GMT -8
ⓦ৹₪deⓡ
No animals were harmed in the feeding of this human.
925
March 2004
chickenturkeybacon
|
Post by ⓦ৹₪deⓡ on Dec 26, 2005 2:45:35 GMT -8
This code will add the title and a link to the first listed event in the "Events this month" section to the end of the news fader. In order to work, the newsfader must already have at least 1 entry and be enabled and the current users needs to be able to see the calendar. Do NOT PM me for support or requests, that's what the coding boards are for. Enjoy. ~Wonder
Main Footer<script> //Add First Listed Event to News Fader v1.0
//Copyright 12-26-2005 by ~Wonder //May be reposted anywhere as long as this header remains in tact. if("undefined"!=typeof(fContent)) { for(i=0;i<document.links.length;i++) { if(document.links[i].href.match(/ion\=calendarview/)) break; } i<document.links.length?fContent[fContent.length]="Next Event: <a href=\""+document.links[i].href+"\">"+document.links[i].innerHTML+"</a>":""; } </script>
|
|