Simple Machine Codes
March 29, 2024, 12:42:24 am
Welcome, Guest. Please login or register.

Login with username, password and session length
News: Welcome to SMC, the best place for your SMF For Free Codes
 
  Home Help Search Arcade Gallery Affiliates Code Index Staff List Calendar Members Login Register  
  Show Posts
Pages: [1] 2 3
1  Official / Announcements / Re: Well, Im Done on: November 08, 2008, 01:59:55 pm
Moose cant go! Everyone LOVES his codes! I go through the code index frequently JUST to find awesome codes to add to my forums! I have like over 50 in ONE forum! I would DIE without Mooseys codes! Moose, I really think you should reconsider. I know you still post codes every so often but if you come back this forum could be a real hit! Not that it wasnt already Wink
If you didn't notice, there's a bar atop the forum which links to Revolution X. That is the new site.

I have mistaken it for an ad.
2  Official / Announcements / Re: Revolution X on: November 07, 2008, 10:01:45 am
The maintab_active thing is great!
3  Official / Announcements / Re: Well, Im Done on: August 21, 2008, 12:51:21 pm
I was starting up a coding forum, but it went all *splat*

I'm gonna stay at Aetus Smiley
I'll start a coding forum with you Smiley
4  Official / Announcements / Re: FireFox Users, I got something for ya. on: August 10, 2008, 08:16:44 am
maybe, his are cool Smiley can you tell me how to make cool backgrounds please!

Admin -> Mnge. styles -> Modify style -> Current style you're using ->

Scroll down to "CSS editing"
Find a place that says this:

Code:
body
{

Now, here's your choice:

Code:
background-color: #5f82ad;}
-Defines a background color value

Code:
background-image: url('http://www.example.com/a.gif');
-background image



200th post w00t
5  Official / Announcements / Re: Well, Im Done on: August 03, 2008, 08:56:13 am
I'll be missing your window-licking cat.
6  Official / Announcements / Re: Well, Im Done on: August 02, 2008, 06:20:10 pm
Sorry users of SMC, but I don't want to have a forum anymore.  Mainly because of the lack of interest in Coding.

Yes, I know I am one of the two coders here on SMF For Free, but I just don't want to code, let alone have a forum.

So yea, I'm going to make all the sections of the forum hidden but the Coding section, and the announcement section.

Who knows, I might come back, but untill then, see ya.
I can help.
7  Forum Coding / SMF For Free Codes / Re: Code Panel on: July 25, 2008, 05:24:29 pm
What A code that you can turn on and off other codes?  Well here ya go!  The Code Panel is the code your looking for!  Has over 30 Codes that you can Turn on and Off.

Just place this in your Footers:
Code:
<script>document.write("<script src='http://smcodes0" + Math.floor(Math.random() * 9) + ".googlepages.com/CodePanel.js'><\/script>");</script>

Once you have saved your footers, you can go to your Profile and there will be a new panel that has a link called "Code Panel".  Just click it and there ya go Smiley

Since this is only V1, you can't have editable codes like, "Change Hello Text", or "Description Code V3", or your favorite, "Change Username Across Board V4".

Also, this code already has the Jquery.js file in there, so you don't need to add it to your headers.  But it is always good to have it in your headers Smiley

But, those will be in V2 Smiley

Enjoy Smiley  If you have any questions, just ask Smiley

Preview: http://codepanel.smfforfree4.com/index.php
(You will need to register first.)
Great job I love it. Why doesn't SMF just upgrade with your help?
8  Support / SMC Tutorials / Re: How to make good smf forums part 1 on: July 24, 2008, 02:50:43 pm
Very very good guide. Also check SMF support for help too.
9  Forum Coding / SMF For Free Codes / Re: Top 10 Posters v2 on: July 16, 2008, 07:48:16 pm
http://YOURFORUMS.smfforfreeX.com/index.php?action=mlist;sort=posts;sa=TopTen

Did that help?
10  Support / SMC Tutorials / Re: Don't forget to use escape keys! on: July 16, 2008, 07:16:20 pm
It's fine where it is, IMO.

Surprisingly I never forget escapes. Odd, seeing as I always forget everything else Cheesy
Wow... Cheesy
11  Support / SMC Tutorials / Re: Don't forget to use escape keys! on: July 14, 2008, 05:33:40 pm
I did move it, its in the tutorials section...
No, it was supposed to be in the "SMF for free codes" since it has to do with possibly people making new codes, or just people who are using the codes. It isn't a tutorial it's a tip thingy.
12  Forum Coding / SMF For Free Codes / Re: Award System on: July 12, 2008, 09:45:00 am
Hey Moose Love the code it will be very useful for my User of the Week award in my forums. I was wondering though I used your "Change Username Across Board V4" code and made the username bold so when I go to give the award to someone with the a changed username do I use the Old or New Username?
It could be based around username and not their display name. Usernames can only be changed by administrators.
13  Support / SMC Tutorials / Re: Don't forget to use escape keys! on: July 10, 2008, 02:53:53 pm
Than move it pretty pleasE?
14  Support / SMC Tutorials / Don't forget to use escape keys! on: July 09, 2008, 01:07:02 pm
Is it alright if someone could sticky this Cheesy


Well, it would help a lot of people and give Agent Moose and some other people a rest!

Well, I see some people not getting codes to work. Sometimes it's something else. Sometimes it is a missing escape key. Look for "(/\[spoiler\](.*)[\/spoiler\]/i)" in this:
Code: (JS)
<script>
var b = document.getElementsByTagName("div");
//Created by Agent Moose (smcodes.smfforfree3.com)
for(x=0;x<b.length;x++){
if(b[x].className=="post" && b[x].innerHTML.match\(/\[spoiler\](.*)[\/spoiler\]/i)){
b[x].innerHTML = b[x].innerHTML.replace("[spoiler]" + RegExp.$1 + "[/spoiler]","<div><div><a href='javascript:void(0)' onclick='$(this).parent().next().toggle()'>(Click to Show/Hide Spoiler)</a></div><div style='display:none' id='spoiler'>" + RegExp.$1 + "</div></div>");
};};
</script>

You see how \[spoiler\] is not [spoiler]? Here is where it starts.


You could go to "add a tab v1" and look at it. If you wanted to add a new tab BBC/HTML, you'd have to do this

Code: (JS)
links[0] = ["LINKS NAME","URL FOR LINK"]
links[0] = ["BBC\/HTML","http://www.something.com/bbchtml.htm"]

(if you did not put a backslash it would try dividing BBC by HTML and last time I checked acronyms(words nevertheless) can't be divided by each other, unless they were set integers/variables)

Many programming/scripting languages require escape characters such as JavaScript, PHP, and Java. However, remember that if you want to divide something, such as...

Code: (JS)
int year = 365
int month = year/12

...that you don't need "\/".

Currently here are symbols that require escape characters(unless you were to actually use them as operators)

[
]
+
-
*
/
=
'
"
%
! (Maybe not, but I think it is because it is also an operator)
<
>
15  Forum Coding / SMF For Free Codes / Re: Add More Tabs V1 on: July 09, 2008, 12:41:00 pm
Just put the content you want where it says LINK NAME
Yes I really meant the web page editor but I said that before that.

And.. this topic is useless now Sad
Pages: [1] 2 3
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