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 - doggiedoo86

Pages: [1] 2 3 4 5
1
Advertise Your Board / forumrp
« on: July 02, 2009, 03:34:20 pm »
Forum Url: http://forumrp.smfforfree.com
This is a roleplaying forum. We pretend we have jobs, buy food, commit crimes  :uglystupid2: :uglystupid2:

Join today!

2
General Chat / Re: Line Rider
« on: March 08, 2009, 10:33:30 am »
No, linerider is a company goodluck mate!

3
General Chat / Question about features..
« on: February 22, 2009, 06:23:38 am »
http://Http://aerohosting.x91.info/forum

How do i add all the festures smf has? I need them to finish the forum

4
Guides and Tutorials / Re: Dealing with Spam
« on: January 06, 2009, 09:25:09 am »
Thanks for the info. Right now my forum is not being spammed. But just incase. :)

5
Graphics / Re: [Request] graphic loading screen
« on: January 06, 2009, 09:22:28 am »
http://gamedevlopement.smfforfree.com/index.php

My game just read and post some my members can help you out some. Just a cool Loading screen. Like 3D

6
General Support / Re: Can we add ad's to our site for money?
« on: January 05, 2009, 09:35:02 am »
Ok Thank you SMF your always a huge help!

7
General Support / Re: How to sorta shrink it?
« on: January 04, 2009, 12:36:07 pm »
thank you!

8
General Support / How to sorta shrink it?
« on: January 04, 2009, 11:58:54 am »
Forum Url: http://gamedevlopement.smfforfree.com
hey i want to make the width of my forum smaller can someone help?

Here is the code i am using for my theam:
Code: [Select]
/* Normal, standard links. */
a:link, a:visited
{
color: #5F594F;
text-decoration: none;
}
a:hover
{
                   color: #A7A093;
text-decoration: underline;
}

/* Navigation links - for the link tree. */
.nav, .nav:link, .nav:visited
{
color: #5F594F;
text-decoration: none;
}
a.nav:hover
{
color: #A7A093;
}

/* Tables should show empty cells. */
table
{
empty-cells: show;
}
/* The main body of the entire forum. */
body
{
background: white;
margin: 0;
padding: 0;
}
/* By default (td, body..) use verdana in black. */
body, td, th , tr
{
color: #000000;
font-size: small;
font-family: Trebuchet, sans-serif;
}



/* Input boxes - just a bit smaller than normal so they align well. */
input, textarea, button
{
color: #000000;
font-family: Trebuchet, sans-serif;
border: 1px solid #aaa;
}
input, button
{
font-size: 90%;
}

textarea
{
font-size: 100%;
color: #000000;
font-family: Trebuchet, sans-serif;
}

/* All input elements that are checkboxes or radio buttons. */
input.check
{
}

/* Selects are a bit smaller, because it makes them look even better 8). */
select
{
font-size: 90%;
font-weight: normal;
color: #000000;
font-family: Trebuchet, sans-serif;
}

/* Standard horizontal rule.. ([hr], etc.) */
hr, .hrcolor
{
height: 1px;
border: 0;
color: #666666;
background-color: #666666;
}

/* No image should have a border when linked */
a img
{
border: 0;
}
/* A quote, perhaps from another post. */
.quote
{
color: #000000;
background-color: #D8E0D8;
border: 1px solid #000000;
margin: 1px;
padding: 1px;
font-size: x-small;
line-height: 1.4em;
}

/* A code block - maybe even PHP ;). */
.code
{
color: #000000;
background-color: #D8E0D8;
font-family: "Comic Sans MS", "times new roman", monospace;
font-size: x-small;
line-height: 1.3em;
/* Put a nice border around it. */
border: 1px solid #000000;
margin: 1px auto 1px auto;
padding: 1px;
width: 99%;
/* Don't wrap its contents, and show scrollbars. */
white-space: nowrap;
overflow: auto;
/* Stop after about 24 lines, and just show a scrollbar. */
max-height: 24em;
}

/* The "Quote:" and "Code:" header parts... */
.quoteheader, .codeheader
{
color: #000000;
text-decoration: none;
font-style: normal;
font-weight: bold;
font-size: x-small;
line-height: 1.2em;
}

/* Generally, those [?] icons.  This makes your cursor a help icon. */
.help
{
cursor: help;
}

/* /me uses this a lot. (emote, try typing /me in a post.) */
.meaction
{
color: red;
}

/* The main post box - this makes it as wide as possible. */
.editor
{
width: 96%;
}

/* Highlighted text - such as search results. */
.highlight
{
background-color: yellow;
font-weight: bold;
color: black;
}

/* Alternating backgrounds for posts, and several other sections of the forum. */
.windowbg
{
color: #000000;
background-color: #E3E6E1;
}
.windowbg2
{
color: #000000;
background-color: #F2F5F0;
}
.windowbg3
{
color: #000000;
background-color: #E1E8E0;
}
/* the today container in calendar */
.calendar_today
{
background-color: #FFFFFF;
}

/* These are used primarily for titles, but also for headers (the row that says what everything in the table is.) */
.titlebg, tr.titlebg th, tr.titlebg td, .titlebg2, tr.titlebg2 th, tr.titlebg2 td
{
background-color: #E3E6E1;
padding-left: 10px;
padding-right: 10px;

}
.titlebg, tr.titlebg th, tr.titlebg td, .titlebg a:link, .titlebg a:visited, .titlebg2, tr.titlebg2 th, tr.titlebg2 td, .titlebg2 a:link, .titlebg2 a:visited
{
color: #000000;
font-style: normal;
}
.titlebg a:hover
{
color: #dfdfdf;
}
/* This is used for categories, page indexes, and several other areas in the forum.
.catbg and .catbg2 is for boardindex, while .catbg3 is for messageindex and display headers*/
.catbg , tr.catbg td , .catbg3 , tr.catbg3 td
{
background:  #A7A093;
color: #ffffff;
padding-left: 10px;
padding-right: 10px;
}
.catbg2 , tr.catbg2 td
{
background: #A7A093;
color: #777765;
padding-left: 10px;
padding-right: 10px;
}
.catbg, .catbg2, .catbg3
{
border-bottom: solid 1px #777765;
}
.catbg, .catbg2
{
font-weight: bold;
}
.catbg3, tr.catbg3 td, .catbg3 a:link, .catbg3 a:visited
{
font-size: 95%;
color: white;
text-decoration: none;
}
.catbg a:link, .catbg a:visited , .catbg2 a:link, .catbg2 a:visited
{
color: white;
text-decoration: none;
}
.catbg a:hover, .catbg2 a:hover, .catbg3 a:hover
{
color: #e0e0ff;
}

/* This is used for tables that have a grid/border background color (such as the topic listing.) */
.bordercolor
{

padding: 0px;
}

/* This is used on tables that should just have a border around them. */
.tborder
{
padding: 1px;

background-color: #FFFFFF;
}

/* Default font sizes: small (8pt), normal (10pt), and large (14pt). */
.smalltext
{
font-size: x-small;
font-family: Trebuchet, sans-serif;
}
.middletext
{
font-size: 90%;
}
.normaltext
{
font-size: small;
}
.largetext
{
font-size: large;
}


/* Posts and personal messages displayed throughout the forum. */
.post, .personalmessage
{
width: 100%;
overflow: auto;
line-height: 1.3em;
}

/* All the signatures used in the forum.  If your forum users use Mozilla, Opera, or Safari, you might add max-height here ;). */
.signature
{
width: 100%;
overflow: auto;
padding-bottom: 3px;
line-height: 1.3em;
}

/* Sometimes there will be an error when you post */
.error
{
color: red;
}


/* definitions for the main tab, active means the tab reflects which page is displayed */
.maintab_first, .maintab_back, .maintab_last
{
color: black;
text-transform: uppercase;
vertical-align: top;
}
.maintab_back
{
color: black;
text-decoration: none;
font-size:  10px;
vertical-align: top;
padding: 2px 6px 6px 6px;
font-family: tahoma, sans-serif;
}
.maintab_active_first, .maintab_active_back, .maintab_active_last
{
color: black;
text-transform: uppercase;
vertical-align: top;
}
 .maintab_active_back
{
color: black;
text-decoration: none;
font-size:  10px;
vertical-align: top;
padding: 2px 6px 4px 6px;
font-family: tahoma, sans-serif;
}
.maintab_first
{

width: 10px;
}
.maintab_back
{

}
.maintab_last
{
width: 8px;
}
.maintab_active_first
{
width: 6px;
}
.maintab_active_back
{
           border-bottom:  3px solid #B1B9AB;
}
.maintab_active_last
{
width: 8px;
}

/* how links behave in main tab. */
.maintab_back a:link , .maintab_back a:visited
{
color: #000000;
text-decoration: none;
}

.maintab_back a:hover
{
color: #A7AC96;
text-decoration: none;
}
.maintab_active_back a:link , .maintab_active_back a:visited
{
color: #000000;
text-decoration: none;
}

.maintab_active_back a:hover
{
color: #868C70;
text-decoration: none;
}

/* definitions for the mirror tab */
.mirrortab_first, .mirrortab_back, .mirrortab_last
{
color: black;
text-transform: uppercase;
vertical-align: top;
}
.mirrortab_back
{
color: black;
text-decoration: none;
font-size: 10px;
vertical-align: bottom;
padding: 6px 6px 2px 6px;
font-family: tahoma, sans-serif;
}

.mirrortab_active_first, .mirrortab_active_back, .mirrortab_active_last
{
color: black;
text-transform: uppercase;
vertical-align: top;
}
 .mirrortab_active_back
{
color: black;
text-decoration: none;
font-size: 10px;
vertical-align: bottom;
padding: 6px 6px 2px 6px;
font-family: tahoma, sans-serif;
}

.mirrortab_first
{
width: 10px;
}
.mirrortab_back
{
}
.mirrortab_last
{
width: 6px;
}
.mirrortab_active_first
{
width: 6px;
}
.mirrortab_active_back
{
}
.mirrortab_active_last
{
width: 8px;
}

/* how links behave in mirror tab. */
.mirrortab_back a:link , .mirrortab_back a:visited
{
color: #f000000;
text-decoration: none;
}

.mirrortab_back a:hover
{
color: #A7AC96;
text-decoration: none;
}


.mirrortab_active_back a:link , .mirrortab_active_back a:visited
{
color: #000000;
text-decoration: none;
}

.mirrortab_active_back a:hover
{
color: #868C70;
text-decoration: none;
}

/* The AJAX notifier */
#ajax_in_progress
{
background: #868C70;
color: white;
text-align: center;
font-weight: bold;
font-size: 18pt;
padding: 3px;
width: 100%;
position: fixed;
top: 0;
left: 0;
}

/* ################################### */

#left
{
background: url(http://s102.photobucket.com/albums/m105/mysmileyplace/scribbles/leftbg.jpg) repeat-y white;
margin: auto;
}
#right
{
background: url(http://s102.photobucket.com/albums/m105/mysmileyplace/scribbles/rightbg.gif) repeat-y top right;
}
#top
{
background: url(http://tinypic.com/view.php?pic=sf9ix2&s=5) repeat-x;
}
#topleft
{
background: url(http://i102.photobucket.com/albums/m105/mysmileyplace/scribbles/topleft-1.jpg) no-repeat;
}
#topright
{
background: url(http://s102.photobucket.com/albums/m105/mysmileyplace/scribbles/logo.jpg) no-repeat top right;
}
#main
{
padding: 90px 105px 20px 150px;
}

9
Suggestions / Re: Video Gallery
« on: January 04, 2009, 11:56:59 am »
what lawrence said it would take up WAY to much space and be waste of time for Smf.

10
General Chat / Re: How old are you?
« on: January 04, 2009, 11:27:24 am »
Im older then dust. No im 14 :)

11
General Support / Re: Annoying Feature
« on: January 04, 2009, 09:46:24 am »
Yes i know as on my forum http://gamedevlopement.smfforfree.com/index.php i have the same issue some text is green with some pop-ups. I hate it, but the wii controller is very bad. And some other ads.

12
General Support / Re: Annoying Feature
« on: January 04, 2009, 09:42:45 am »
Not for our liking, but have the forum be able to operate. With the video ads like the wii controller poping up, i find it very hard to just send a message to someone!

13
General Support / Re: Can we add ad's to our site for money?
« on: January 04, 2009, 09:40:15 am »
Ok thank you for the quick response.

Would it be allowed in the near future? I just wonder because as people are saying i need to 1 advertise my site, 2 remove the ads that are on there by placing non-annoying ads, 3 spend more money on my game coding.

Thank you!

14
General Support / Re: How do i review reported post?
« on: January 04, 2009, 09:36:17 am »
Ok i see thank you guys :)

15
General Support / Can we add ad's to our site for money?
« on: January 04, 2009, 09:34:19 am »
Forum Url: http://gamedevlopement.smfforfree.com
hey i want to add ad's to my forum but i also need money from it. Is it possible? I only want the money to my paypal. Not mailed or anything.

Pages: [1] 2 3 4 5