|
Reid
|
Jan 25 2010, 09:18 AM
Post #1
|
È una trappola!
- Posts:
- 6,767
- Group:
- Developer
- Member
- #223,645
- Joined:
- October 30, 2006
- I'm Browsing With
- Firefox
|
This topic has been moved from our official support board.
Originally posted by: PlatinumIce - Make catergorys and forums move from right to left; i put in some codes tried to edit it and
-
ok this is not mine i found it out by mistake but i think it is kool thank you to all who made these codes that are in this previewit is pretty nifty just have a look at it for first off i donnot offer support for this just cause i made none of this code I SUGGEST U MAKE A NEW FORUM ALL UP REGISTER A NEW ONE TO TRY THIS AND JUST PUT ALL THIS CODE IN PUT THIS IN HEADER AND BODY in board wrappers in Admincp - Code:
-
<body bgcolor="#FFFFFF" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" alink="#000000" vlink="#000000"> <% BOARD HEADER %> <script>//New PM Flasher - By Markup userLinks=document.getElementById('userlinks'); if(userLinks.innerHTML.match("Inbox")) { newMsg=false; a=userLinks.getElementsByTagName("A"); for(i=0;i<a.length;i++)if(a[i].innerHTML.match(/Inbox\s\([0-9]+\)/)&&a[i].innerHTML.match(/[0-9]+/)>0)newMsg=i; if(newMsg) { inbox=a[newMsg]; inbox.style.fontWeight="Bold"; inbox.style.color="Red"; flash(); } } function flash() { if(inbox.style.visibility=="hidden")inbox.style.visibility="visible"; else inbox.style.visibility="hidden"; setTimeout("flash()",500) } </script> <% NAVIGATION %>
<table width="100%" border="0" cellpadding="2" cellspacing="0" class="tableborder"><tr> <td width="90%" valign="top"> <div class='maintitle' align='left'>v2.0 Will release sometime April</div> <table width="100%" border="0" cellspacing="1" cellpadding="4"> <tr> <td class="row2" width="33%" height=”65” valign="top"><center><font color=black> <!-- Code done and edited by Kamakzee, Preview at http://s9.invisionfree.com/lrp com. This is my second Verison of the code. Please leave this Copyright attached to the code. Thank you and enjoy. Do not repost without asking please. v2.0 -->
<b>Site Infomation</b></font></center><hr color="000000"><center>
<!-- START LEFT SIDE NEWS -->
This week Siggy of the Week Winner<br> KAMAkzee
<!-- END LEFTSIDE NEWS -->
</center></td> <td class="row2" width="33%" valign="top"><center>
<font color=black><b>ANNOUNCEMENTS</b></font></center> <hr color="000000"><center><marquee height="65" width="300" onmouseover="this.stop()" onmouseout="this.start()" direction="up" scrollamount="2" style="Filter:Alpha(Opacity=100, FinishOpacity=0, Style=1, StartX=0, StartY=0, FinishX=0, FinishY=0);"><font face="verdana" color="000000"></center><center><u></u><font color="black">
<!--START SCROLLING CENTER -->
NEWS AND ANNOUNCEMENTS HERE (Scrolls to change speed of scroll change scrollamount up or down.<br><br>
This is v2.0 without scrolling left side and added affiliates bottom.<br><br> Can put links or pictures I use this for my roster. Contest Winners so forth
<!--END SCROLLING CENTER -->
</font></center></marquee></center></td> <td class="row2" height=”65” width="40%" valign="top"> <center><font color=black><b>Useful Links</b></font></font></center> <hr color="000000"> <center>
<!-- START RIGHT SIDE LINKS -->
<a href="SITE TO GO TO "><b>NAME OF SITE</i></b></a><br><br><Br>
<!-- END RIGHT SIDE LINKS -->
</td></tr></table></div></td></tr><br>
<table align="center" border="0" width="92%" cellspacing="0" cellpadding="0" class="tableborder"> <tr><td><table cellpadding="1" cellspacing="1" border="0" width="100%"><tr> <td class=align=”center" colspan="3"></td></tr><tr><td width="70%" valign="middle" class="row4"> <marquee scrollamount="4" onMouseover="this.scrollAmount=0" onMouseout="this.scrollAmount=3">
<% BOARD %>
highlite wat is in your header and body and delete it and put the code above in it second step highlite wat is in your footers and replace everything with this code - Code:
-
<!-- START AFFILATES LINKS -->
<a href="URL IMG TO LINK TO "><img src="IMG LOCATION" width="88" height="31" border="0"></a>
<!-- END AFFILATES LINKS --> </marquee></td></tr></table></td></tr></table></script>
<!-- // BBC Tags v1.3 Beta by cheater007 and Xcom923 // http://s3.invisionfree.com/007CF/ // http://www.libihost.net/cheater/ // http://ja2.web1000.com // This header cannot be removed
//Get username section var username, tds = document.getElementsByTagName('td'); for (i = 0; i < tds.length; i++) { if (tds[i].innerHTML.match('Log In')) { username = "Guest"; } else if (tds[i].innerHTML.match('Logged in as:')) { username = tds[i].getElementsByTagName('a')[0].innerHTML; } }
var Tags = new Array();
Tags[0] = new Array(
/\[spoiler\](.*)\[\/spoiler\]/, /\[glow=(\w*),(\d*)\](.*)\[\/glow\]/, /\[xray\](.*)\[\/xray\]/, /\[bgcolor=(\w*)\](.*)\[\/bgcolor\]/, /\[marquee=(\w*)\](.*)\[\/marquee\]/, /\[blur=(\d*)\](.*)\[\/blur\]/, /\[strike\](.*)\[\/strike\]/, /\[shadow=(\w*),(\d*)\](.*)\[\/shadow\]/, /\[wave=(\w*),(\d*)\](.*)\[\/wave\]/, /\[transparency=(\d*)\](.*)\[\/transparency\]/, /\[you\]/);
Tags[1] = new Array('<center><p><b>Spoiler: (highlight to see)</b><br><span class="spoiler">$1</span></center><p>', '<span style="height: 20; Filter: Glow(Color=$1, Strength=$2)">$3</span>', '<span style="width: 100%; Filter: Xray">$1</span>', '<span style="background-color: $1">$2</span>', '<marquee direction="$1">$2</marquee>', '<span style="width:100%; Filter: Blur(Strength=$1)">$2</span>', '<s>$1</s>','<span style="height: 20; Filter: Shadow(Color=$1, Direction=$2)">$3</span>','<span style="height: 20; Filter: Wave(Add=0, Freq=$1, LightStrength=20, Phase=20, Strength=$2)">$3</span>', '<span style="width:100%; Filter: Alpha(Opacity=$1)">$2</span>',username);
if (location.href.match('act=Post')) { var tds = document.getElementsByTagName('td'); var post_form = document.REPLIER; for (i = 0; i < tds.length; i++) { if (tds[i].innerHTML.match('accesskey')) { tds[i].innerHTML += "<br><input type='button' class=codebuttons value='Spoiler' onmouseover='descript(\"Spoiler (alt + d)\")' onclick='addtext(\"[spoiler]TEXT[/spoiler]\")' accesskey='d' style='font-size: 10px'> <input type='button' class=codebuttons value='Glow' onmouseover='descript(\"Glow (alt + o)\")' onclick='addtext(\"[glow=red,2]TEXT[/glow]\")' accesskey='o' style='font-size: 10px; Filter: Glow(Color=red, Strength=2)'> <input type='button' class=codebuttons value='Xray' onmouseover='descript(\"X-Ray (alt + x)\")' onclick='addtext(\"[xray]TEXT[/xray]\")' accesskey='x' style='font-size: 10px; Filter: Xray'> <input type='button' class=codebuttons value='BGCOLOR' onmouseover='descript(\"Background Color (alt + c)\")' onclick='addtext(\"[bgcolor=red]TEXT[/bgcolor]\")' accesskey='c' style='background-color: red; font-size: 10px'> <input type='button' class=codebuttons value='Marquee' onmouseover='descript(\"Move (alt + m)\")' onclick='addtext(\"[marquee=left]TEXT[/marquee]\")' accesskey='m' style='font-size: 10px'> <input type='button' class=codebuttons value='Blur' onmouseover='descript(\"Blur (alt + r)\")' onclick='addtext(\"[blur=5]TEXT[/blur]\")' accesskey='r' style='font-size: 10px; Filter: Blur(Strength=5)'><br> <input type='button' class=codebuttons value='Strike' onmouseover='descript(\"Strike (alt + t)\")' onclick='addtext(\"[strike]TEXT[/strike]\")' accesskey='t' style='text-decoration: line-through; font-size: 10px'> <input type='button' class=codebuttons value='Shadow' onmouseover='descript(\"Shadow (alt + s)\")' onclick='addtext(\"[shadow=red,220]TEXT[/shadow]\")' accesskey='s' style='font-size: 10px; Filter: Shadow(Color=black, Direction=255)'> <input type='button' class=codebuttons value='Wave' onmouseover='descript(\"Wave (alt + w)\")' onclick='addtext(\"[wave=2,2]TEXT[/wave]\")' accesskey='w' style='font-size: 10px; Filter: Wave(Add=0, Freq=2, LightStrength=20, Phase=20, Strength=2)'> <input type='button' class=codebuttons value='Transparency' onmouseover='descript(\"Transparency (alt + q)\")' onclick='addtext(\"[transparency=50]TEXT[/transparency]\")' accesskey='q' style='font-size: 10px; Filter: Glow(Color=red, Strength=2)'> <input type='button' value='You' class=codebuttons onmouseover='descript(\"You (alt + y)\")' onclick='addtext(\"[you]\")' accesskey='y' style='font-size: 10px'>" function descript(text) { post_form.helpbox.value = text; } function addtext(text) { if (post_form.Post.createTextRange && post_form.Post.caretPos) { var caretPos = post_form.Post.caretPos; caretPos.text = caretPos.text.charAt(caretPos.text.length - 1) == ' ' ? text + ' ' : text; } else { post_form.Post.value += text; } } } } } if (location.href.match('showtopic=') || location.href.match('act=Msg')|| location.href.match('act=Post')|| location.href.match('act=ST')|| location.href.match('index.php?')) { tds = document.getElementsByTagName('td'); for (i = 0; i < tds.length; i++) { if (tds[i].className == "post1" || tds[i].className == "post2" || tds[i].className == "row1") { for (a = 0; a < Tags[1].length; a++) { tds[i].innerHTML = tds[i].innerHTML.replace(Tags[0][a], Tags[1][a]); } } } } //--> </script>
remember i offer no support this is just a joke thing alrite thank you thanks to whoever made the bbc code and the flashin pm code and the announcment bar code enjoy this kool look
|