|
Post by Trace on May 24, 2007 21:47:43 GMT -5
MF
edit the month and the member's name and you are all set!
<script type="text/javascript"> //MOTM in Info Center by Xephyr
//Enter what month it is var month = "ENTER WHAT MONTH IT IS"
//Enter Winner's Name Here var winner = "WINNER'S NAME"
var TD = document.getElementsByTagName("TD");
for(t=0;t<TD.length;t++){ if(TD[t].width=="60%" && TD[t].vAlign=="top" && TD[t].innerHTML.match(/Total Topics: /i) && TD[t].innerHTML.match(/Total Posts: /i)){ TD[t+5].innerHTML +='<br />'
TD[t+5].innerHTML += '<font size="3"><br><b>Member of the Month:</b> '+month+'<br><b>Winner: </b>'+winner+'' }} </script>
|
|
|
Post by ameliaeasterly on Jul 10, 2007 12:19:10 GMT -5
Do you know how to get the member of the month up at the top of your forum? I've been trying everything but I just can't get it up there. Because I wanted to get the history and stuff in the middle then on the outside have admins, mods, etc, then on the right hand side have the member of the month...but I everytime I try its just a big mess... lol I am so not good at this stuff. I probably made no sense of what I just said, but I can give you a link to another forum that has what I wanted. My Link: www.easterlyacademy.proboards55.com/Other Link: destinedfait.proboards84.com/-- The thing on top of their forum with the affiliates and everything, thats what I want. But I can't figure out how to get all that stuff up there.
|
|
|
Post by Jordan on Jul 10, 2007 13:33:31 GMT -5
So, you want that table and to put MOTM in there?
|
|
|
Post by ameliaeasterly on Jul 10, 2007 15:38:04 GMT -5
Yeah, i wanted to have the Motm on the right hand side, then the history in the middle, and the admins and stuff on the left hand side. But I don't know how to do it The affiliate thing would be cool to, because I have no idea how to do that either lol
|
|
|
Post by Jordan on Jul 10, 2007 17:58:55 GMT -5
|
|
|
Post by ameliaeasterly on Jul 10, 2007 18:03:25 GMT -5
Oh my gosh!! That is soo good, I love it!! It's like exactly how I want it I really like the forum colors as well hehe ;D
|
|
|
Post by Jordan on Jul 10, 2007 19:11:59 GMT -5
Here ya go:
<!-- Info Box by Jordan - (c) Jordan and OCgfx --> <table width="92%" border="0" cellpadding="4" cellspacing="1" class="bordercolor" align="center"> <tr> <td width="100%" class="titlebg" colspan="3" align="center"> <font class="text1" size="2"><b>Info Box </b></font> </td> </tr> <tr> <td width="33%" class="catbg" align="center"> <font class="cattext" size="2"><b>Staff</b></font> </td> <td width="34%" class="catbg" align="center"> <font class="cattext" size="2"><b>History</b></font> </td> <td width="33%" class="catbg" align="center"> <font class="cattext" size="2"><b>MOTM</b></font> </td> </tr> <tr> <td width="33%" class="windowbg2" valign="top"> STAFF RANKS AND NAME GO HERE </td> <td width="34%" class="windowbg2" valign="top"><marquee direction="up" scrollamount="2" onmouseover="this.stop()" onmouseout="this.start()"> ALL OF HE HISTORY STUFF THAT YOU WANTED IN HERE GOES HERE </marquee> </td> <td width="33%" class="windowbg2" valign="top"> <img src="URL TO MEMBERS AVATAR"> <hr/> <b>Winner Name:</b><a href="URL TO MEMBERS PROFILE" target="_blank">WINNER DISPLAY NAME</a> <hr/> COMMENTS HERE (Congradulations, or some news about the winner) </td> </tr> <tr> <td width="100%" colspan="3" class="windowbg2"> <marquee direction="left" scrollamount="4" onmouseover="this.stop()" onmouseout="this.start()"> <a href="URL-HERE"><img border="0" src="IMG URL HERE"></a> <a href="URL-HERE"><img border="0" src="IMG URL HERE"></a> <a href="URL-HERE"><img border="0" src="IMG URL HERE"></a> <a href="URL-HERE"><img border="0" src="IMG URL HERE"></a> <a href="URL-HERE"><img border="0" src="IMG URL HERE"></a> </marquee> </td> </tr> <tr> <td width="100%" class="catbg" colspan="3" align="center"> </td> </tr> </table> </td> </tr> </table> </center>
Headers.
Also, I will be releasing that skin soon. =)
|
|
|
Post by ameliaeasterly on Jul 10, 2007 21:44:22 GMT -5
Yayy!! Thank you soooo much, you have seriously made my week!! Ahh I could hug you right now lol!! And when you get that skin out let me know ;D, I need a good summer one and totally LOVE that one!!! Thank you again!!! Your amazing!!!
|
|
|
Post by Jordan on Jul 11, 2007 8:26:05 GMT -5
No problem need anything else just ask. But make a new thread when you do.
|
|