Sarita Administrator Balari Alphess member is offline
I'd like to be under the sea, in an octopus's garden, in the shade
Joined: May 2008 Gender: Female Posts: 78 Location: Main Street, U.S.A. Karma: 3
Making the place all neato « Thread Started on May 7, 2008, 4:55pm »
Okay, just going to post some suggestive codes, for you to look at, I didn't write them but I've used them and they work quite nicely. So here goes. . .
Code:
<script type="text/javascript"> // SIGFX Info Center Editing - Add Forum + Member of the Month // Coded by Smangii of SIGFX // [url]http://smangii.proboards78.com[/url] // Repostable, but with this header intact
var TD = document.getElementsByTagName("TD"); // Do not edit this var user = "admin"; // Member of the month username var name = "Administrator"; // Member display name var month = "December"; // This current month var url = "FORUM URL"; // Forum of the month URL var forum = "FORUM NAME"; // Name of the Forum
// DO NOT EDIT BELOW for(t=0;t<TD.length;t++){if(TD[t].innerHTML.match(/Total Topics:/i) && TD[t].width=="60%"){ TD[t].innerHTML +='<br />' TD[t].innerHTML +='----------------------------------------------------------------' TD[t].innerHTML +='<br />' TD[t].innerHTML += month+' Member of the Month: <a href="/index.cgi?action=viewprofile&user='+user+'">'+name+'</a>' TD[t].innerHTML +='<br />' TD[t].innerHTML += month+' Forum of the Month: <a href="'+url+'">'+forum+'</a>'}} </script>
That code will put the forum and member of the month in the Information Center if you change it. If you want, I'll edit it myself, takes about 5 seconds to do. Remember that it goes in the Main Footer if you put it in yourself, Loki, but if you want I can do it, if you want me to use it.
Code:
<script> /*Copyright 2006 mrhotshotbillup.Do not repost or edit.*/ var TD = document.getElementsByTagName("TD") for(i=0;i<TD.length;i++){ if(TD[i].width=="40%" && TD[i].align=="left" && TD[i].vAlign=="top" && TD[i].innerHTML.match(/Total Members:/i)){ TD[i].innerHTML+="<br /><center><a href='index.cgi?action=members&view=staff='>View Staff Members</a></center>" }} </script>
Again, main footer IC hack that will insert a link to view all staff members. I gotta go right now, I'll be back with more later.
Picture yourself on a boat on a river, with tangerine trees and marmalade skies Somebody calls you, you answer quite slowly, A girl with kaleidoscope eyes.
Loki Administrator The Balari Alpha member is offline
Joined: May 2008 Gender: Male Posts: 53 Karma: 3
Re: Making the place all neato « Reply #1 on May 7, 2008, 5:16pm »
</center> </marquee> </table> </td> </tr> </table> <!-- EZ CONTROL Affiliate Table END -->
Super duper easy! I've used it just once, but it's the most incredubly easy code for an affy table there is. Examples I don't know about, I'll work on it.
Picture yourself on a boat on a river, with tangerine trees and marmalade skies Somebody calls you, you answer quite slowly, A girl with kaleidoscope eyes.
Loki Administrator The Balari Alpha member is offline
Joined: May 2008 Gender: Male Posts: 53 Karma: 3
Re: Making the place all neato « Reply #3 on May 7, 2008, 7:40pm »
Picture yourself on a boat on a river, with tangerine trees and marmalade skies Somebody calls you, you answer quite slowly, A girl with kaleidoscope eyes.
Sarita Administrator Balari Alphess member is offline
I'd like to be under the sea, in an octopus's garden, in the shade
Joined: May 2008 Gender: Female Posts: 78 Location: Main Street, U.S.A. Karma: 3
Re: Making the place all neato « Reply #5 on May 8, 2008, 7:56am »
Code to add alignments to user profiles:
Code:
<!-- AddOns[0]=new ProfileAddOn("alignment2","true","select","all","Alignment","","Please choose an option from here to display your Alignment. Either choose Dark, Neutral or Light.","Dark","Neutral","Light"); //--> </script>
Picture yourself on a boat on a river, with tangerine trees and marmalade skies Somebody calls you, you answer quite slowly, A girl with kaleidoscope eyes.