June 14, 2025, 08:52:09 pm
Welcome, Guest. Please login or register.

Login with username, password and session length
News: Welcome to Revolution X, where Coding meets Graphics.
 
  Home Help Search Arcade Affiliates Staff List Calendar Members Login Register  
  Show Posts
Pages: 1 [2]
16  Coding Community / Coding Snippets / Re: Spoiler Tag on: November 08, 2008, 03:08:58 pm
Not sure if im right but, a spoiler is test that doesnt appear unless highlighted, no?
17  Coding Community / Coding Snippets / When using jQuery codes... on: November 08, 2008, 02:52:18 pm
Remembers, when using most of the codes here on RX, if you dont have this in your header, they most likely wont work. So if you dont have this in your header, and you are using some of the codes on here, add it to your header!

Code:
<script src="/jquery.js"></script>
18  Coding Community / Coding Snippets / Re: SMF Page on: November 08, 2008, 08:07:26 am
OOORRR you could just click the button in teh web editor that says "Veiw HTML source"

I think thats what it says
19  Coding Community / Coding Snippets / Re: SMF Page on: November 07, 2008, 07:38:03 pm
Oh lol. I didnt see that before I posted XD
20  Coding Community / Coding Snippets / Re: SMF Page on: November 07, 2008, 07:30:25 pm
Quote
In the first code you can see.

Code:
document.title=""+title+"";
I took that out in the second code. What it does is instead of making it the title of the whole page AND the title of the first box, it only makes it the title of the new box. If that makes sense

All that taking that out does is remove the Title, Example if you use IE, at the top it would have like SMF Page - Windows Internet Explorer, All taking out the document.title thing would do would be get rid of that

Yes, but if you have the original code, AND the tweaked code, the new code will add a box without changing the title from the original code. Sorry im not good at explaining XD
21  Coding Community / Coding Snippets / Re: SMF Page on: November 07, 2008, 07:22:31 pm
In the first code you can see.
Code:
document.title=""+title+"";

I took that out in the second code. What it does is instead of making it the title of the whole page AND the title of the first box, it only makes it the title of the new box. If that makes sense
22  Coding Community / Coding Snippets / Re: [Code] SMF Page on: November 07, 2008, 04:02:48 pm
Lol. Dont his parent this hes too old for grounding??
23  Coding Community / Coding Snippets / Re: [Code] SMF Page on: November 06, 2008, 10:15:11 pm
Lol sorry. I thought it would be fine posting it as long as I gave credit to him

Quote
Well I'll see what moose says about it cause he is grounded from the computer.

Lol hes what, 17? And hes grounded!? LOL
24  Graphics Community / Dark Themes / Re: Phoenix on: November 06, 2008, 05:57:34 pm
This has got to be my FAVORITE theme from you death. AMAZING work! Keep it up!
25  Official / Announcements / Re: Grand Opening on: November 06, 2008, 05:49:36 pm
Wow the forum has been open longer than I thought XD
26  Coding Community / Coding Snippets / SMF Page on: November 06, 2008, 05:38:48 pm
To start off, I DID NOT make either of these codes. Agent Moose made em. I tweaked the second one.

This code is to add a custom page to your forums.

Footers
Code:
<script>
function smf_page_v1(link,title,content){
//Created by Agent Moose (smcodes.smfforfree3.com)
if(location.href.match("action="+link)){
document.title=""+title+"";
$("#bodyarea").hide()
$("#bodyarea").before("<div class='tborder'><div class='catbg' style='padding: 6px; vertical-align: middle; text-align: center; '>"+title+"</div><div id='upshrinkHeaderIC'><table border='0' width='100%' cellspacing='1' cellpadding='4' class='bordercolor'><tr><td class='windowbg2' width='100%'>"+content)
$("#bodyarea").after("</td></tr></table></div></div>")
};};
smf_page_v1("URL","TITLE","CONTENT")
</script>

Replace "URL" with the URL you want for the page. (action=URL)
Replace "TITLE" with the title of the page.
Replace "CONTENT" with the content you want in the page.

Note: In the content of your page, you CANNOT have any enters or double quotes ("). You MUST use <BR> when you want a line break and use single quotes (') instead of double (").



This code is to add extra content boxes to one of your existing custom pages.

Footers:
Code:
<script>
function smf_page_v1(link,title,content){
//Created by Agent Moose (smcodes.smfforfree3.com)
if(location.href.match("action="+link)){
$("#bodyarea").hide()
$("#bodyarea").before("<div class='tborder'><div class='catbg' style='padding: 6px; vertical-align: middle; text-align: center; '>"+title+"</div><div id='upshrinkHeaderIC'><table border='0' width='100%' cellspacing='1' cellpadding='4' class='bordercolor'><tr><td class='windowbg2' width='100%'>"+content)
$("#bodyarea").after("</td></tr></table></div></div>")
};};
smf_page_v1("URL","TITLE","CONTENT")
</script>

Replace "URL" with the page URL you want to add the box to.
Replace "TITLE" with the Title of the new box.
Replace "CONTENT" with the content of the new box.

Just as in the code to add a page, you CANNOT use enters or double quotes (").

Again, I DID NOT make these. I only tweaked the second one. Moose did all the good work Wink
27  Graphics Community / Light Themes / Re: Smooth Blue on: November 06, 2008, 02:41:18 pm
VERY cool death. Your styles are the BEST Cheesy
Pages: 1 [2]
Powered by EzPortal
Bookmark this site! | Upgrade This Forum
SMF For Free - Create your own Forum

Powered by SMF | SMF © 2016, Simple Machines
Privacy Policy