Simple Machine Codes
April 16, 2024, 05:35:43 pm
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 ... 11
1  Official / Announcements / Re: Well, Im Done on: August 02, 2008, 10:20:40 pm
oh noes. Didn't see this coming tbh. Its a pity.
2  Forum Coding / SMF For Free Codes / Re: Remove AJAX Notifier on: July 04, 2008, 07:10:59 am
Kalphiter, that means the script would change the display: none to display:block on it's own.
3  Forum Coding / SMF For Free Codes / Re: Remove AJAX Notifier on: July 02, 2008, 04:03:58 am
So all you have to do is change that to this-
Code:
#ajax_in_progress
{
   display:none;
}

That's better because it would work with non-javascript enabled browsers as well.
4  Official / Announcements / Re: Sorry SMC Members on: June 26, 2008, 10:28:27 am
I would have offered to do the requests, but I've got exams now. Until Sunday, anyway.
5  Official / Announcements / Re: New Affiliate Page on: June 21, 2008, 03:35:01 am
Ummm... I think it would be better if the cursor changed to a hand when you hover on the 'Add you affiliate' text to make it obvious that it's clickable.
Awesome otherwise. Smiley
6  Support / SMC Tutorials / Re: How to get a Tk domain! on: June 17, 2008, 08:20:14 am
I never liked .tk. Well, tbh I hated it. I wouldn't recommend anyone using it. Problems with logging in, and the ads on top ruin it.
7  Forum Coding / SMF For Free Codes / Re: Button that says your name! on: June 17, 2008, 04:07:35 am
I think it should be
Code:
<center> </center>
8  Forum Coding / SMF For Free Codes / Re: Private servers status on: June 15, 2008, 12:48:00 am
It might be better to make a thread in the general section for this... off-topic discussion.
9  Support / SMC Tutorials / Re: A sorta dumb thing... on: June 15, 2008, 12:46:48 am
I don't think this deserves to be in the codes section but Agent will have to decide what to do. xp
10  Forum Coding / SMF For Free Codes / Re: .lixygen forum index view on: June 14, 2008, 03:46:29 pm
Forum URL?
11  Official / Announcements / Re: Spam posts on: June 10, 2008, 02:25:41 am
Quote from: Agent Moose
Also, I know many of you want the little Anti-Spammer Code that is here on SMC.  Well, Honestly, I might not release it.  There will be different versions of it, it will not be like the one on SMC, but they will work and be just as effective.
12  Forum Coding / SMF For Free Codes / Re: Quick Edit Signature on: June 05, 2008, 12:54:23 am
I saw a mod request for something like this on sm.org
13  Official / Announcements / Re: Happy Birthday SMC! on: May 18, 2008, 07:35:13 am
Ah, that was horrible. What saw his site, downloads.smfforfreex.com?
14  Official / Announcements / Re: Happy Birthday SMC! on: May 18, 2008, 01:46:53 am
I've got to say, the spam bots were the most fun parts. What were the fake users about? Are you referring to me?
15  Forum Coding / SMF For Free Codes / Custom BBC v2 on: May 08, 2008, 12:45:02 pm
Code:
<script>
// Created by Omikron 9861 of Aetus Designs (aetus.net)
function custombbc(BBC,HTML,CLOSING_BBC,CLOSING_HTML){var b=document.getElementsByTagName("div");for(x=0;x<b.length;x++){if(b[x].className=="post"&&b[x].innerHTML.match(BBC+"(.*)+"+CLOSING_BBC)){b[x].innerHTML=b[x].innerHTML.split(BBC+RegExp.$1+CLOSING_BBC).join(HTML+RegExp.$1+CLOSING_HTML);}}}
custom_bbc('[bbc]','html','[/bbc]','close html');
</script>

To add more BBC, at the end add more lines like the one above. For example, if I wanted a [bold] BBC, I'd put
Code:
custom_bbc('[bold]','<b>','[/bold]','</b>');

Just before the </script> line.

This is like v1 except for the fact that, thanks to slayer, there is no more limitation of being able to use only one per post.
Pages: [1] 2 3 ... 11
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