Advertise Here

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - JayB

Pages: 1 2 [3] 4
31
SMF For Free Codes and Support / [Code] Welcome Cookie
« on: June 23, 2009, 08:27:43 am »
I know the pop up at when you go to the page are kinda annoying but some people like em so here is a welcome cookie


Headers:

Code: [Select]
<html>
<head>
<script type="text/javascript">
//Code Made By:JayB
function getCookie(c_name)
//..http://thepogohideout.mysmf.com
{
if (document.cookie.length>0)
  {
    c_start=document.cookie.indexOf(c_name + "=");
 if (c_start!=-1)
    {
    c_start=c_start + c_name.length+1 ;
      c_end=document.cookie.indexOf(";",c_start);
    if (c_end==-1) c_end=document.cookie.length
     return unescape(document.cookie.substring(c_start,c_end));
    }
  }
return ""
}

function setCookie(c_name,value,expiredays)
{
var exdate=new Date();
exdate.setDate(exdate.getDate()+expiredays);
document.cookie=c_name+ "=" +escape(value)+    ((expiredays==null) ? "" : "; expires="+exdate.toGMTString());
}

  function checkCookie()
{
username=getCookie('username');
if (username!=null && username!="")
  {
    alert('Hello and Welcome back, '+username+'!');
  }
else
  {
  username=prompt('Welcome visitor please type your name and hit enter.',"");
    if (username!=null && username!="")
    {
    setCookie('username',username,365);
    }
  }
}
</script>
</head>
<body onLoad="checkCookie()">
</body>
</html>

If it's your first visit to the forum then a text box will pop up and say "Welcome visitor please type your name and hit enter" once that's done what ever name you type in when you go back to that forum it will say Hello and Welcome back, USERNAME THAT YOU TYPED IN i hope some one finds this useful does take a while to make...

32
Stylesheet Requests and Support / Re: i have a request
« on: June 23, 2009, 07:23:40 am »
Ok well im sure He'll have you something soon.

33
Stylesheet Requests and Support / Re: i have a request
« on: June 23, 2009, 07:05:51 am »
Well you should still always look first.

34
Stylesheet Requests and Support / Re: i have a request
« on: June 23, 2009, 07:03:02 am »
Well first make sure and look in the StyleSheet Index Before request as well as Style Your Forum There is no way to get a portal like they have on SMF For Free

35
SMF For Free Codes and Support / [Code] Email Form on your forum
« on: June 23, 2009, 06:56:02 am »
This is just a simple email form that you can put anywhere on your forum that will allow your users to fill out a form and EMAIL you not PM

Preview:
http://emailform.smfforfree.com

Add this anywhere in your forum

Code: [Select]
<html>
<body>
<form action="MAILTO:YOUREMAIL@YOURMAIL.COM" method="post" enctype="text/plain">

<h3>This form send an E-mail to ME</h3>
Your Name:<br>
   <input type="text" name="name"
 value="your full name" size="30">
<br>
 E-Mail:<br>
<input type="text" name="mail"
value="your e-mail account" size="30">
<br>
Your Message:<br>
 <input type="text" name="comment"
value="yourmessage" size="40">
 <br><br>
<input type="submit" value="Send E-Mail">
 <input type="reset" value="Retry">

</form>
</body>
</html>

Edit:
Code: [Select]
YOUREMAIL@YOURMAIL.COM to your email address
        
Code: [Select]
This form sends an E-mail to ME to what ever you want


36
General Chat / Re: Log in time
« on: June 23, 2009, 06:52:06 am »
Oh

37
General Chat / Re: Band Names?
« on: June 23, 2009, 06:23:46 am »
Six String Revival
The Apostles
The Sons of Thunder
Faith Bringers
GODSTRUCK
Saved!
the brothers of faith
Children of The Lord
GIMS (god is my savior)

38
General Chat / Re: Keyboard Shortcut Characters
« on: June 23, 2009, 06:13:35 am »
JayB™ Thanks Andrew

39
General Chat / Log in time
« on: June 23, 2009, 05:59:02 am »
What is your Total Time Logged in here at support?

40
General Support / Re: need some help
« on: June 23, 2009, 05:05:54 am »
Quote
.IF Donations Dont Get Reached Each Month Then Boosterscape Will Close Down, Until They Are Reached... They Are To Help Pay For Boosterscape Payments... This is a big help and would like to thank everyone who donates... Thanks........Push the buttuns up here to donate ^
If your talking about changing that you need a HTML code... add this to your headers.
Code: [Select]
<span style="color: red;">.IF Donations Dont Get Reached Each Month Then Boosterscape Will Close Down, Until They Are Reached... They Are To Help Pay For Boosterscape Payments... This is a big help and would like to thank everyone who donates... Thanks........Push the buttuns up here to donate ^</span> if you want to change the board description color add this
Code: [Select]
<span style="color: red;">text</span>

41
Living Avatars / Re: My Favorite Living Avatar
« on: June 23, 2009, 04:30:44 am »
Looks good.

42
Nintendo / Re: Animal Crossing: City Folk
« on: June 23, 2009, 04:29:35 am »
Only played this game one time and...not to big of a fan.

43
Graphics / Re: El Mafioso's Gallery
« on: June 23, 2009, 04:26:19 am »
Second one is definately my favorite nice sigs.

44
Not a bad idea I guess.

45
Suggestions / Re: body suggestion
« on: June 23, 2009, 04:07:06 am »
Quote
I believe he is asking for a way to edit the body area of the page.
Thats what I was thinking guess when he comes back on we'll find out.

Pages: 1 2 [3] 4