|
Post by RoadKing on Dec 9, 2006 2:16:15 GMT -5
These Make Your Own Info Centers were made by (me) Rick261-aka-Rix. Making the v1 info center I had a great deal of help from Codi aka California aka Cali. This is my tribute to Cali for all of his help and patience.
These codes are not stand alone I-C's, You will need a simple minor adjustment as well as the SoCal JS Code. I will be more than happy to assist you or can do this for you. I have in use most of the I-C's I have designed and and am confident that they will work for you.
From time to time I will be adding more MYOIC's as time permits me to create them.
Rick261 aka Rix
Note: If you see an IC that you like you can leave me a message here...
Note Note: Sept 9, 2006. I now am able to use a Forum Age Code scripted by UnChained in my MYOIC's. If you would like this in your IC please let me know...
|
|
|
Post by RoadKing on Dec 9, 2006 11:07:08 GMT -5
If you see an MYOIC that is not in a post yet that you like, let me know. There are a couple of adjustments that are needed and they will be ready to go.
|
|
|
Post by kaykay on Jun 17, 2007 10:27:49 GMT -5
Hello. Erm, you said post here so I am . I really like the Info Centers you have made. And I have no idea how to code one for myself. Been looking for Info Centers. I was wondering if you could help me, you said there was something to do in order to use one of these really cool Info centers. Thanks. Kay
|
|
|
Post by RoadKing on Jun 17, 2007 13:51:53 GMT -5
Not a problem at all, I will need the URL to your board and let me know which MYOIC you want to use and we can get you setup. Thanks
|
|
|
Post by kaykay on Jun 18, 2007 7:04:28 GMT -5
|
|
|
Post by RoadKing on Jun 18, 2007 11:33:55 GMT -5
kaykay, thanks for using my MYOIC I hope you enjoy it...
Put this whole code in the TOP of your MAIN FOOTER
If you need help making adjustments just let me know....
<script type="text/javascript"> <!-- /* MYOIC Forum Age Addon by UnChained */
var startMessage= "Of Blood and Power: "; // Start message. var endMessage= "old."; // End message. var startDate= "2007 May 28 "; // Forum start date.
// Do Not Edit Below. if(location.href.match(/com\/?((\index\.cgi)?\??(action=home)?)?(#.+)?$/)) function showDate(){ var aDate= new Date(startDate); var bDate= new Date(); var eTime= bDate-aDate; var xDays= parseInt(eTime/86400000); var xHours= parseInt((eTime-(xDays*86400000))/3600000); var xMin= parseInt((eTime-(xDays*86400000)-(xHours*3600000))/60000); var xSec= bDate.getSeconds(); var xYears= parseInt(xDays/365); var xMonths= parseInt((xDays-(xYears*365))/30); var yDays= parseInt((xDays-(xYears*365)-(xMonths*30))); var zYears= "year"; if(xYears !=1){zYears +="s,"} zMonths= "month"; if(xMonths !=1){zMonths +="s,"} var zDays="day"; if(yDays !=1){zDays +="s,"} var zHours="hour"; if(xHours !=1){zHours +="s,"} var zMinutes="minute"; if(xMin !=1){zMinutes +="s,"} var zSeconds="second"; if(xSec !=1){zSeconds +="s,"} document.getElementById("forumage").innerHTML=startMessage+xYears+" "+zYears+", "+xMonths+" "+zMonths+" and "+yDays+" "+zDays+" "+endMessage setTimeout("showDate()",1000) } window.onload=showDate; //--> </script>
<!-- Rick261 GRANDXX+r IC with Cali's MYOIC's 5.7.07 --> <span id="mydynamiccontentid"></span> <table id="myoic" style="display: none;" border="0" width="92%" cellspacing="0" cellpadding="0" class="bordercolor" align="center"> <tr> <td> <table width="100%" border="0" cellpadding="4" cellspacing="1"> <tr> <td width="100%" class="titlebg" colspan="4" align="center"> <font class="text1" size="2"><b>Of Blood and Power</b></font> </td> </tr> <tr> <td width="100%" class="catbg" colspan="4" align="left"> <font class="cattext" size="2"><b>Information Center</b></font> </td> </tr> <table width="100%" border="0" cellpadding="4" cellspacing="1"> <tr> <td width="50%" class="windowbg2" colspan="2" align="center">Time and Date is: <span id="pbtime"></span> </td> <td width="50%" class="windowbg2" colspan="2" align="center">Age Code<span id="forumage"></span> </td> </tr>
<table width="100%" border="0" cellpadding="4" cellspacing="1"> <tr> <td width="33%" class="titlebg" align="center"> <font class="text1" size="2"><b>Members Legend</b></font> </td> <td width="34%" class="titlebg" colspan="2" align="center"> <font class="text1" size="2"><b>Board Stats</b></font> </td> <td width="33%" class="titlebg" align="center"> <font class="text1" size="2"><b>Your Info</b></font> </td> </tr> <tr> <td width="33%" class="windowbg2" valign="top"> <font color="#800080">Guests: <span id="guestsonline"></span></font> <br> <font color="#FF00FF">Members: <span id="membersonline"></span></font> <br> <font color="#008000">Moderators: <span id="modsonline"></span></font> <br> <font color="#0000FF">Global Moderators: <span id="gmodsonline"></span></font> <br> <font color="#DC143C">Administrators: <span id="adminsonline"></span></font> </td> <td width="34%" class="windowbg2" colspan="2" valign="top"> Members: <span id="totalmem"></span> <br/> Posts: <span id="totalposts"></span> <br/> Topics: <span id="totalthreads"></span> <br/> Boards: 11 <br/> Categories: 3 <br/><br/> <center> <a href="/index.cgi?action=members&view=top">Top Posters</a> </center> </td> <td width="33%" class="windowbg2" valign="top"> Welcome back: <span id="yourdisplayname"></span> <br/> You have: <a href="index.cgi?action=pm"><span id="yourpms"></span></a>Old PM's <br/> You have: <a href="index.cgi?action=pm"><span id="yournewpms"></span></a>New PM's <br/><br/> <center> <a href="/index.cgi?action=viewprofile">Your Profile</a> <br/> <a href="/index.cgi?action=pmprefs">Your Pm Preferences</a> </center> </td> </tr>
<table width="100%" border="0" cellpadding="4" cellspacing="1"> <tr> <td width="50%" class="titlebg" colspan="2" align="center"> <font class="text1" size="2"><b>Online Info</b></font> </td> <td width="50%" class="titlebg" colspan="2" align="center"> <font class="text1" size="2"><b>History Info</b></font> </td> </tr> <tr> <td width="50%" class="windowbg2" colspan="2" valign="top"> Members Online: <span id="membersonline"></span> <br/> Newest Member to Our Forum: <span id="newmem"></span> <br/> Members viewing Our Forum: <span id="onlinelist"></span> </td> <td width="50%" class="windowbg2" colspan="2" valign="top"> View the <a href="/index.cgi?action=recent">25 most recent posts</a> of Our Forum.</font> <br/> The Most Members Online was: <span id="mostonline"></span> <br/> The Last Post was: <span id="lastpostname"></span> by <span id="lastpostuser"></span> on <span id="lastposttime"></span>. </td> </tr>
<table width="100%" border="0" cellpadding="4" cellspacing="1"> <tr> <td width="50%" class="titlebg" colspan="2" align="center"> <font class="text1" size="2"><b>Events This Month:</b></font> </td> <td width="50%" class="titlebg" colspan="2" align="center"> <font class="text1" size="2"><b>Happy Birthday:</b></font> </td> </tr> <tr> <td width="50%" class="windowbg2" colspan="2" valign="top" align="center"> :<span id="eventslist"></span> </td> <td width="50%" class="windowbg2" colspan="2" valign="top" align="center"> :<span id="bdayslist"></span> </td> </tr> <tr> <td width="100%" class="catbg" colspan="4" align="center"> <font class="cattext" size="2"><b>Have a Great Day...</b></font> </td> </tr> </table> </td> </tr> </table> </center>
<script type="text/javascript"> <!-- /* Make-Your-Own Info Center v1 by california ©2005 SoCal Codes, http://socal.proboards26.com */
/* customization variables below */
// these two are just used for calculating averages (threads per board, etc.) var numberOfCategories = 5; var numberOfBoards = 10;
// used for the 'modifyprofile' ID as the hyperlink text var modifyProfileText = "modify profile";
// used for the three comma seperated lists when there's nothing in the list var noBirthdaysMessage = "No Birthdays Today." var noEventsMessage = "No Events This Month."; var noneOnlineMessage = "No users online right now.";
// used for the '[custom]online' IDs // first part of each line determines what you use as the ID of the span tag in your markup // second part of each line specifies what member group numbers go with that ID memberGroups = [ ['admins', '1'], ['gmods', '2'], ['mods', '3'] // last line doesn't get a comma ];
/* end customization */
document.write('<script type="text/javascript" src="http://www.iycatacombs.com/socal/resources/scripts/myoic.js"></scr'+'ipt>'); // --> </script>
Also you need to remove this code:
<script type="text/javascript"> // Add Categories and Boards to info center
// do not edit below
|
|
|
Post by RoadKing on Jun 18, 2007 14:48:41 GMT -5
LOOKS GOOD!!!! BUT A COUPLE OF THINGS FIND THIS PART <span id="mydynamiccontentid"></span> <table id="myoic" style="display: none;" border="0" width="92%" cellspacing="0" cellpadding="0" class="bordercolor" align="center"> AND CHANGE THE WIDTH PERCENT TO BE WHATEVER YOU HAVE YOUR FORUM IF YOU WANT IT THE SAME WIDTH... ============================================================= FIND THIS PART <td width="50%" class="windowbg2" colspan="2" align="center">Age Code 28/05/07<span id="forumage"></span> AND REMOVE THIS ((( Age Code 28/05/07 ))) TO MAKE IT LOOK LIKE THIS... <td width="50%" class="windowbg2" colspan="2" align="center"><span id="forumage"></span> ========================================== ALSO ARE YOU PLANNING ON HAVING HEAD/BASE UNITS MADE FOR YOUR BOARD?
|
|
|
Post by kaykay on Jun 19, 2007 10:16:03 GMT -5
Wow... Its great, thank you!!!!
I don't know what width my forum is and I don't know what you mean by head/base images. LOL, sorry. But the last part I can do. Thank you!
|
|
|
Post by RoadKing on Jun 20, 2007 9:49:13 GMT -5
kaykay, find this piece of code in the top and change the 92% to 100%. This will make the Info Center the same size as all of the other tables.
<!-- Rick261 GRANDXX+r IC with Cali's MYOIC's 5.7.07 --> <span id="mydynamiccontentid"></span> <table id="myoic" style="display: none;" border="0" width="92%" cellspacing="0" cellpadding="0" class="bordercolor" align="center">
That is if you want it the same width as the others???
|
|
~Ranger~
New Member
"Rangers lead the way"
Posts: 14
|
Post by ~Ranger~ on Oct 5, 2007 2:07:58 GMT -5
Hello,My name is Ranger and I followed your sig link here from Proboards codes and Graphics...I have been hunting for a certain Info center look and buddy...You made it,lol..I fell in love with the "GRANDMAX2+r" the second I saw it bro!..Its perfect! I only have on issue..I have more than one skin so I would have to change each info center staff color to one thats gonna work with all 3 skins,lol.. Heres my forums URL.. swatairsoft.proboards51.com I also like a few of your HTML Tables but have no clue what their called so I cant say what one I thought was the coolest..lol.. I like the one thats all black and has text goes here scrolling left in the center and admins scrolling up on the left side and the mods scrolling on the right side..thats awesome!.. Can you help with the Info center though?I dont know how to make the MOIC's work,lol..Thanks for your time and help. ..Ranger..
|
|
|
Post by RoadKing on Oct 5, 2007 12:31:31 GMT -5
Setting it up is simple but I am not sure about 1 for different skins. Lets give it a try...
|
|
~Ranger~
New Member
"Rangers lead the way"
Posts: 14
|
Post by ~Ranger~ on Oct 5, 2007 12:37:45 GMT -5
Well I could use it in the different codes for different skins.or just change the admin mod and global mod thing to a just say their names..
|
|
|
Post by RoadKing on Oct 6, 2007 0:05:57 GMT -5
Do you want me to set it up or are you going to...
|
|
~Ranger~
New Member
"Rangers lead the way"
Posts: 14
|
Post by ~Ranger~ on Oct 6, 2007 0:18:18 GMT -5
Would using the codes up there^^ work for me too or do they need to be different? I havent got a clue on the Info centers buddy
|
|
anish
New Member
Posts: 2
|
Post by anish on Apr 11, 2009 7:19:10 GMT -5
Can someone please make the table for me please. This is the way i would like it being layed out wimg.co.uk/2bzwRN.pngThanks in advanced
|
|
|
Post by RoadKing on Apr 12, 2009 12:09:37 GMT -5
Sorry anish, I don't write new IC's due to time but I will change the info of one of my existing ones if you like.
|
|
anish
New Member
Posts: 2
|
Post by anish on Apr 12, 2009 13:10:19 GMT -5
would it look like the one that a drew up? If it does then could you do that please
|
|