|
Post by DetectiveDupin on Mar 2, 2004 12:07:08 GMT -5
I have been making a forum! It's not about anything in particular, but abut everything! escapology.proboards27.com/index.cgiIf nothing shows up, then I'm sorry. It comes up when you register/log in. If anyone knows how to stop that, then thanks. But maybe it's just doing that to me. So, I hope you join!
|
|
|
Post by DetectiveDupin on Mar 21, 2004 8:58:04 GMT -5
*flies over the rainbow in a less hyperactive way*
Anyone?
|
|
|
Post by SlightlyMad on Mar 21, 2004 9:13:55 GMT -5
Joinded , I am open for moderation!
|
|
|
Post by DetectiveDupin on Mar 21, 2004 9:27:23 GMT -5
Read the Moderator thread.
|
|
|
Post by ŘỠßëřŦ on Mar 28, 2004 11:27:44 GMT -5
You need a skin on that forum and some gradients. Visit the ProBoards Support Forum for the codes to do that stuff. ;D
|
|
|
Post by ŘỠßëřŦ on Mar 28, 2004 13:58:19 GMT -5
Here's the code for gradients <style type="text/css"> <!-- .catbg {background-image: url(URL OF IMAGE); background-repeat: repeat;} --> </style>
Here's one for an info box at the top of the page <table border=0 width="92%" cellspacing="0" cellpadding="0" class="bordercolor" align="center" style="position: relative; bottom: 14px;"> <tr> <td> <table cellpadding="4" cellspacing="1" border="0" width="100%"> <tr> <td class="catbg" colspan="2"> <font size="2" class="catbg"><b>Forum Information</b></font></td> </tr> <tr> <td class="windowbg2" width="100%" valign="middle" align="center"> <font size="1"> <table width="98%" cellpadding="3" align="center"> <tr> <td valign="top" align="left" width="60%"> Administrators - ENTER NAMES OF ADMINS HERE <br> Global Moderators - ENTER NAMES OF GLOBAL MODERATORS HERE <br> Moderators - ENTER NAMES OF MODERATORS HERE </td> <td valign="top" align="left" width="40%"> Total Boards - ENTER NUMBER OF BOARDS HERE <br> Total Categories - ENTER NUMBER OF CATEGORIES HERE <br> Page Hits - INSERT COUNTER CODE HERE </td> </tr> </table> </td> </tr> <tr> <td class="catbg" colspan="2"><font size="2" class="catbg"><b>Top Sites</b></font></td> </tr> <tr> <td class="windowbg2" width="100%" valign="middle" align="center"> PUT TOP SITES CODE HERE </td> </tr> <tr> <td class="catbg" colspan="2"><font size="2" class="catbg"><b>Links</b></font></td> </tr> <tr> <td class="windowbg2" width="100%" valign="middle" align="center"> PUT MINI BANNERS HERE </td> </tr> </table> </td> </tr> </table>
Here's Cell Highlight: <SCRIPT LANGUAGE="JavaScript"> <!-- /* Cell Highlight & Link Copyright © 2003 Craig Suffolk, ProBoards.com All Rights Reserved */
var mouseOverColor = 'HEX COLOR'; var statusMessage = 'TEXT'; window.status = statusMessage;
cellHigh = document.getElementsByTagName('TD'); for(ch=0;ch<cellHigh.length;ch++) { if((cellHigh[ch].className=="windowbg2" && cellHigh[ch].width=="66%") || (cellHigh[ch].className=="windowbg" && cellHigh[ch].width=="48%")) { if (cellHigh[ch].width=="48%") {var num=0;} else {var num=1;} cellHigh[ch].onmouseover = function(){this.style.cursor='hand';this.style.backgroundColor=mouseOverColor; window.status=this.getElementsByTagName('b')[0].innerHTML;}; cellHigh[ch].onmouseout = function(){this.style.backgroundColor=this.bgColor;window.status=statusMessage;}; cellHigh[ch].onclick = function(){location = this.getElementsByTagName('a')[num].href;}; }} // --> </script>
And you can download skins here: 986129065.proboards23.com/index.cgi
|
|
|
Post by ŘỠßëřŦ on Mar 28, 2004 14:19:35 GMT -5
Here's one for a music box: <script language="javascript" type="text/javascript"> <!-- Proboards Forum Musicbox --> <!-- Copyright © 2004 Ryan M Herbel, ProBoards.com --> <!-- YOU MAY MODIFY THE HEX CODES TO MATCH YOUR FORUM --> <!-- hide from old browsers var stuff = '<title> PB Musicbox </title><body bgcolor=C6DBAF text=007751 link=000000><p align="center">'+
'<bgsound src="URL OF MUSIC" loop="X">'+
'<!-- DO NOT MODIFY THE FOLLOWING --><center><font face="arial, verdana" size="-1"><b>Proboards Forum Musicbox</b> <a href="http://proboards.com" target="_blank">Proboards.com</a></font></center>'
function openMusicbox() { window.open("","newwin","height=50,width=200").document.write(stuff); } --> </script>
<center><a href="#" onClick="javascript:openMusicbox();"><b>Open Musicbox</b></a></center>
Here's a code that allows you to resize the forum width and height: <SCRIPT LANGUAGE="JavaScript"> <!-- tablew = document.getElementsByTagName('TABLE'); for(t=0;t<tablew.length;t++) { if(tablew[t].width=="PUT PERCENT OF HEIGHT HERE"){ tablew[t].width='PUT THE PERCENT OF WIDTH HERE'; } } // --> </script>
Affiliating Code: <table align="center" border="0" width="92%" cellspacing="0" cellpadding="0" class="bordercolor"> <tr> <td> <table cellpadding="4" cellspacing="1" border="0" width="100%"> <tr> <td class="titlebg" align="center" colspan="3"> <font color="000000" size="2"> <b><center><font style="filter:glow(color=white, strength=2); height: 2;">Affiliates</font></center></b> </font> </td> </tr> <tr> </td> <td width="60%" class="windowbg2" valign="top"> <!-- Begin Mini Banners --> <P> <marquee height="50" width="500" onmouseover="this.stop()" onmouseout="this.start()" direction="left" scrollamount="3" style="Filter:Alpha(Opacity=100, FinishOpacity=0, Style=1, StartX=0, StartY=40, FinishX=0, FinishY=0);"><font face="verdana" color="#000000">
<center>
<a href="URL OF SITE" Target="_blank"> <img src="URL OF BANNER" width=88 height=31 border=0 alt="BANNER NAME"></a>
</center></font></marquee>
<!-- End Mini Banners --> </td> <td width="35%" valign="top" class="windowbg"> <img src="URL OF YOUR BANNER"> <textarea rows="2" name="S1" cols="20">THE HTML CODE FOR YOUR BANNER</textarea></form> </td> </tr> </table> </td> </tr> </table>
Here's one for making an image instead of a color for your border lines: <style type="text/css"> <!-- .bordercolor {background-image: url(URL OF IMAGE); background-repeat: repeat;} --> </style>
There's some. Hope you use some of them.
|
|
|
Post by DetectiveDupin on Mar 28, 2004 14:33:47 GMT -5
Can you explain what they are? Thanks.
|
|
|
Post by ŘỠßëřŦ on Mar 28, 2004 15:03:38 GMT -5
The codes add extra attatchments to your forum. Like on the gradients, it takes away the color from your category and makes it an image. And the Info Box, it puts a big boz at the top of the home page that has information about the site and staff.
|
|