blood of death |
March 16, 2025, 01:35:53 am | ||||
|
News: Welcome to the forums of Blood Of Death! |
Home | Help | Search | Staff List | Login | Register |
21
on: December 14, 2007, 08:11:45 pm
|
||
Started by G4M3 FR34K - Last post by G4M3 FR34K | ||
To get an example of this go to my site at http://gamerschoice.smfforfree4.com it is the bar on the left.
|
22
on: December 14, 2007, 08:10:58 pm
|
||
Started by G4M3 FR34K - Last post by G4M3 FR34K | ||
I will be adding to my site soon enough but since there realy isn't an example I can't exactly "SHOW" you guys.
Use it on a test forum ands go do something for an hour =) |
23
on: December 14, 2007, 08:09:52 pm
|
||
Started by G4M3 FR34K - Last post by G4M3 FR34K | ||
You can find a sample of this at my website at http://gamerschoice.smfforfree4.com
|
24
on: December 14, 2007, 08:09:11 pm
|
||
Started by G4M3 FR34K - Last post by G4M3 FR34K | ||
You can find a sample of this at my website at http://gamerschoice.smfforfree4.com
|
25
on: December 14, 2007, 08:07:43 pm
|
||
Started by G4M3 FR34K - Last post by G4M3 FR34K | ||
Code: <script src="http://YOUR_FORUM.smfforfreeX.com/jquery.js"></script> add this to your headers if you don't allreadyCHANGE THE YOUR_FORUM ABOVE TO THE URL AND THE X TO YOUR SERVER. FOR THIS SITE IT WOULD BE <script src="http://bloodofdeath.smfforfree4.com/jquery.js"></script> add this to your footer. Code: <script> var n = 0;var Online = new Array(); Online[n++] = ["ID","USER"] var loc = window.location.href.split("/index.php")[0]; for(c=0;c<Online.length;c++) { //Created by Agent Moose (smcodes.smfforfree3.com) $("td b a").each(function(){ if(this.href.match("profile;u="+Online[c][0]) && this.innerHTML == Online[c][1]){ $("span.smalltext").each(function() { if(this.innerHTML.match("Offline")) { this.innerHTML = this.innerHTML.replace("Offline","Online"); };}); $("div.smalltext a").each(function(){ if(this.title == "Personal Message (Offline)"){ this.title = this.title.replace("Offline","Online") };}); $("div.smalltext a img").each(function(){ if(this.alt == "Offline"){ this.src = "http://www.smfboards.com/Themes2/default/images/useron.gif" };});};});}; </script> Obviously edit ID to yours or the always online users ID and then edit the USER to their name. |
26
on: December 14, 2007, 08:01:25 pm
|
||
Started by G4M3 FR34K - Last post by G4M3 FR34K | ||
Code: .tablepad { background-color:#FFFFFF; padding:6px; border:1px solid #000000; } copy and paste this to the very bottom of your cssedit : #FFFFFF to the color o9f your background then add this to your header Code: <table align=center valign=top> <tr> <td width=150 valign=top> <div class='maintitle'>Welcome!</div><div class="tablepad" border='1'><span class='desc'><center> <br> <center><b><font size="2" color=#B22222>Information about the Site</font></b><br> Just put some information about your site and current events here. <center> <font size="2"><b><BR><BR><a href="http://z8.invisionfree.com/YourSite/index.php?showtopic=8&view=getnewpost">We are looking for staff!</a></font></b><br><br></center> </span></div></div> <center><div class='maintitle'>Mandatory Reads</div> <div class="tablepad"><span class='desc' ><font size="2"> <a href="http://z8.invisionfree.com/YourSite/index.php?showtopic=3&st=0">Rules and Guidelines</a><br> <a href="http://z8.invisionfree.com/YourSite/index.php?showtopic=4&view=getnewpost">Plot Information</a></font><br><br> </span></div></div> <center> <div class="maintitle">C-Box </div> <div class="tablepad"><span class='desc' > <!-- BEGIN CBOX - http://www.cbox.ws --> <!-- END CBOX --> <br><br> </span></div></div> <center> <div class="maintitle">Staff </div> <div class="tablepad"><span class='desc' ></b> You may contact the staff through the private message link in their profiles.<br><br> <b><u>Admins</b> </u><br> <a href="http://z8.invisionfree.com/YourSite/index.php?showuser=1"><b>Admin 1</b></a><br> <a href="http://z8.invisionfree.com/YourSite/index.php?showuser=2"><b>Admin 2 </b></a><br> </b> <br><br><u><b>Moderators</u><br> <a href="http://z8.invisionfree.com/YourSite/index.php?showuser=5"><b>Mod 1</b></a> <br> <a href="http://z8.invisionfree.com/YourSite/index.php?showuser=9"><b>Mod 2</b></a> <br> </span></div></div> </center> <div class='maintitle'>Advertise Us! </div> <div class="tablepad"><span class='desc'> <img src="88x31banner.jpg"> <br> <br><b><u>Listed At</b></u></b> <marquee scrolldelay="151"><BR> <a href="http://www.technochicks.org/forum" target="_blank"><img src="http://i113.photobucket.com/albums/n212/technochicks/technochicks_88px-33px_117.jpg" alt="TechnoChicks"></a> </marquee><br> <div class='maintitle'>Credits </div> <div class="tablepad"><span class='desc'> Skin © <br><br> Side-bar © <a href="http://iql.ancientmagicrpg.com/">Roswenth</a> </span></div></div> <br /></center> </td> <td height="100%" valign=top> find the stuff that matches to nthe sidebar and you can edit the stuff but when you are all done editing press refresh not to a new page... refresh.... here is a pic. http://i127.photobucket.com/albums/p133/lts19/smfsidebar.jpg |
27
on: December 14, 2007, 07:56:06 pm
|
||
Started by G4M3 FR34K - Last post by G4M3 FR34K | ||
all right soi heres the table suitabe for putting some stuff on right at top iof page and stuff on left.
Code: <table width="100%"align="center"> <td align="left"> stuff here </td> <td align="right"> stuff here </td> </table> |
28
on: December 14, 2007, 07:54:11 pm
|
||
Started by G4M3 FR34K - Last post by G4M3 FR34K | ||
F4LL1NG 0BJ3CTS
Code: <marquee behavior="scroll" direction="down" scrollamount="5" style="position:absolute; left:130px; top:150px; width:100px; height:548px;"><span style="color: !important;">TEXT HERE</span></marquee> <marquee behavior="scroll" direction="down" scrollamount="3" style="position:absolute; left:177px; top:170px; width:100px; height:388px;"><span style="color: !important;">TEXT HERE</span></marquee> <marquee behavior="scroll" direction="down" scrollamount="5" style="position:absolute; left:225px; top:190px; width:100px; height:324px;"><span style="color: !important;">TEXT HERE</span></marquee> <marquee behavior="scroll" direction="down" scrollamount="5" style="position:absolute; left:265px; top:180px; width:100px; height:499px;"><span style="color: !important;">TEXT HERE</span></marquee> <marquee behavior="scroll" direction="down" scrollamount="5" style="position:absolute; left:325px; top:160px; width:100px; height:411px;"><span style="color: !important;">TEXT HERE</span></marquee> <marquee behavior="scroll" direction="down" scrollamount="5" style="position:absolute; left:239px; top:190px; width:100px; height:251px;"><span style="color: !important;">TEXT HERE</span></marquee> <marquee behavior="scroll" direction="down" scrollamount="1" style="position:absolute; left:141px; top:150px; width:100px; height:221px;"><span style="color: !important;">TEXT HERE</span></marquee> <marquee behavior="scroll" direction="down" scrollamount="7" style="position:absolute; left:289px; top:170px; width:100px; height:230px;"><span style="color: !important;">TEXT HERE</span></marquee> <marquee behavior="scroll" direction="down" scrollamount="5" style="position:absolute; left:108px; top:230px; width:100px; height:241px;"><span style="color: !important;">TEXT HERE</span></marquee> <a href="http://www.smfsupport.com/support/smf_for_free_codes/falling_objects-t6876.0.html" target="_blank"">Click here to learn how to do this on smf</a> <marquee behavior="scroll" direction="down" scrollamount="2" style="position:absolute; left:370px; top:190px; width:100px; height:386px;"><span style="color: !important;">TEXT HERE</span></marquee> <marquee behavior="scroll" direction="down" scrollamount="2" style="position:absolute; left:394px; top:150px; width:100px; height:484px;"><span style="color: !important;">TEXT HERE</span></marquee> <marquee behavior="scroll" direction="down" scrollamount="2" style="position:absolute; left:430px; top:170px; width:100px; height:442px;"><span style="color: !important;">TEXT HERE</span></marquee> <marquee behavior="scroll" direction="down" scrollamount="3" style="position:absolute; left:475px; top:200px; width:100px; height:423px;"><span style="color: !important;">TEXT HERE</span></marquee> <marquee behavior="scroll" direction="down" scrollamount="6" style="position:absolute; left:559px; top:170px; width:100px; height:541px;"><span style="color: !important;">TEXT HERE</span></marquee> <marquee behavior="scroll" direction="down" scrollamount="2" style="position:absolute; left:580px; top:200px; width:100px; height:423px;"><span style="color: !important;">TEXT HERE</span></marquee> <marquee behavior="scroll" direction="down" scrollamount="5" style="position:absolute; left:533px; top:170px; width:100px; height:385px;"><span style="color: !important;">TEXT HERE</span></marquee> <marquee behavior="scroll" direction="down" scrollamount="1" style="position:absolute; left:614px; top:200px; width:100px; height:332px;"><span style="color: !important;">TEXT HERE</span></marquee> <marquee behavior="scroll" direction="down" scrollamount="3" style="position:absolute; left:651px; top:250px; width:100px; height:386px;"><span style="color: !important;">TEXT HERE</span></marquee> <marquee behavior="scroll" direction="down" scrollamount="5" style="position:absolute; left:684px; top:290px; width:100px; height:514px;"><span style="color: !important;">TEXT HERE</span></marquee> <marquee behavior="scroll" direction="down" scrollamount="1" style="position:absolute; left:658px; top:180px; width:100px; height:247px;"><span style="color: !important;">TEXT HERE</span></marquee> <marquee behavior="scroll" direction="down" scrollamount="1" style="position:absolute; left:694px; top:160px; width:100px; height:216px;"><span style="color: !important;">TEXT HERE</span></marquee> <marquee behavior="scroll" direction="down" scrollamount="2" style="position:absolute; left:738px; top:200px; width:100px; height:392px;"><span style="color: !important;">TEXT HERE</span></marquee> <marquee behavior="scroll" direction="down" scrollamount="1" style="position:absolute; left:753px; top:150px; width:100px; height:544px;"><span style="color: !important;">TEXT HERE</span></marquee> <marquee behavior="scroll" direction="down" scrollamount="5" style="position:absolute; left:800px; top:180px; width:100px; height:404px;"><span style="color: !important;">TEXT HERE</span></marquee><a href="" target="_blank"><img src="" alt="" style="position:absolute; left:0px; top: 0px;" border="0"></a> |
29
on: December 14, 2007, 07:50:34 pm
|
||
Started by the second destructor - Last post by G4M3 FR34K | ||
1 R3G1ST3R3D
|
30
on: December 14, 2007, 07:49:59 pm
|
||
Started by xx rs2 xx - Last post by G4M3 FR34K | ||
L0L 1 L1K3 1T T0 1 L0V3 H0W 1T H4S TH3 RUN3SC4P3 B4CKGR0UND.
1T'D L00K PR3TTY C00L W1TH F4LL1NG T3XT 4LS0 4ND R3M3MB3R 1 W0RK W4YS W1TH F4LL1NG T3XT 4ND C0D1NG |