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

Pages: [1] 2 3 4 ... 20
1
General Discussion / Re: forum transfers
« on: May 18, 2008, 04:25:05 pm »
aww dang, thanxs crazy. been busy at my site melsgraphics.com and thot id like to meld the ones i had in the past...oh well history will remain where tis  ;)

2
General Discussion / forum transfers
« on: May 18, 2008, 03:33:41 pm »
im not sure if this is what its called. but does smf for free still do forum transfers....i was thinkin that i would like to get my smf for free forum transfered to my site and what would be the estimated cost http://mbbsl.smfforfree.com/index.php

3
Code Requests / Re: Disable "Right-clicking"?
« on: July 31, 2007, 04:13:23 pm »
makin a person not be able to right click save...only stops the "stealing" of gif files...for a person can click PrtScr/SysRq and paste the image into photoshop or psp to crop and there they have the image you have been trying to make sure they dont get. perhaps it will make you feel better knowing they cant right click save...but it doesnt stop copyright infringement sad to say

This is the net....an if a person wants it..they will find a way of getting it an using it to whatever ways they want....

4
Graphics / Re: New images I made
« on: July 29, 2007, 07:54:16 pm »
very nice....the cartoon characters, their yours? or is it the background and text is what you designed? didnt see any CP
I really like the first one's effect...cloud like....the text i feel could use something..whether it be a fine pixel outline of a red....or a glow, yet if its the face you want to be prominant...a  glow or color added then the opacity changed to give it the effect its in the clouds. I'd say 8/10

Cool background on the second...makes one feel they are from hell lol im not familiar with the charactures... 9/10

good work...i remember using the gimp many moons ago, before going to PSP

5
Stylesheet Requests and Support / Re: Cat theme
« on: June 04, 2007, 05:01:38 pm »
thank you for your help.

in the bg window1 (i think thats wat its called)....as shown in the image below....what exactly do i look for in the css to change it to the color #C8BEB5
[img=http://img529.imageshack.us/img529/2123/sampleft3.th.jpg]

Code: [Select]
/* Normal, standard links. */
a:link
{
color: #3B332D;
text-decoration: none;
}
a:visited
{
color: #3B332D;
text-decoration: none;
}
a:hover
{
color: #5C4F46;
text-decoration: underline;
}

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

/* Tables should show empty cells. */
table
{
empty-cells: show;
}

/* By default (td, body..) use verdana in black. */
body, td, th , tr
{
color: #5C4F46;
font-size: small;
font-family: verdana, sans-serif;
}

/* The main body of the entire forum. */
body
{
background: url() #E6E1DD;
margin: 0px;
padding: 12px 30px 4px 30px;

}

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

textarea
{
font-size: 100%;
color: #000000;
font-family: verdana, 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: verdana, sans-serif;
}

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

/* No image should have a border when linked */
a img
{
border: 0;
}
/* A quote, perhaps from another post. */
.quote
{
color: #5C4F46;
background-color: #E6E1DD;
border: 1px dotted #3B332D;
margin: 1px;
padding: 1px;
font-size: small;
line-height: 1.4em;
}

/* A code block - maybe even PHP ;). */
.code
{
color: #5C4F46;
background-color: #E6E1DD;
font-family: "courier new", "times new roman", monospace;
font-size: small;
line-height: 1.3em;
/* Put a nice border around it. */
border: 1px dotted #3B332D;
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: #5C4F46;
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: #5C4F46;
background: url(http://www.smfboards.com/Themes2/userstyles/Cat/pback.jpg) #DFDAD4 repeat-x;
}
.windowbg2
{
color: #5C4F46;
background: url(http://www.smfboards.com/Themes2/userstyles/Cat/pback.jpg) #DFDAD4 repeat-x;
}
.windowbg3
{
color: #5C4F46;
background: url(http://www.smfboards.com/Themes2/userstyles/Cat/pback.jpg) #DFDAD4 repeat-x;
}
/* 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
{
color: #3B332D;
font-style: normal;
background: url(http://www.smfboards.com/Themes2/userstyles/Cat/title.jpg) #E6E1DD;
border-bottom: solid 1px #AF9D8F;
border-top: solid 1px #AF9D8F;
padding-left: 10px;
padding-right: 10px;
}
.titlebg, .titlebg a:link, .titlebg a:visited
{
font-weight: bold;
color: #3B332D;
font-style: normal;
}

.titlebg a:hover
{
color: #5C4F46;
}
/* same as titlebg, but used where bold text is not needed */
.titlebg2 a:link, .titlebg2 a:visited
{
color: #3B332D;
font-style: normal;
text-decoration: underline;
}

.titlebg2 a:hover
{
text-decoration: underline;
}

/* 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: url(http://www.smfboards.com/Themes2/userstyles/Cat/title.jpg) #E6E1DD;
color: #3B332D;
padding-left: 10px;
padding-right: 10px;
}
.catbg2 , tr.catbg2 td
{
background: url(http://www.smfboards.com/Themes2/userstyles/Cat/title.jpg) #E6E1DD;
color: #3B332D;
padding-left: 10px;
padding-right: 10px;
}
.catbg, .catbg2, .catbg3
{
border-bottom: solid 1px #E6E1DD;
}
.catbg, .catbg2
{
font-weight: bold;
}
.catbg3, tr.catbg3 td, .catbg3 a:link, .catbg3 a:visited
{
font-size: 95%;
color: #3B332D;
text-decoration: none;
}
.catbg a:link, .catbg a:visited , .catbg2 a:link, .catbg2 a:visited
{
color: #3B332D;
text-decoration: none;
}
.catbg a:hover, .catbg2 a:hover, .catbg3 a:hover
{
color: #5C4F46;
}
/* This is used for tables that have a grid/border background color (such as the topic listing.) */
.bordercolor
{
background-color: #AF9D8F;
padding: 0px;
}

/* This is used on tables that should just have a border around them. */
.tborder
{
padding: 1px;
border: 1px solid #AF9D8F;
background-color: #E6E1DD;
}

/* Default font sizes: small (8pt), normal (10pt), and large (14pt). */
.smalltext
{
font-size: x-small;
font-family: verdana, 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: white;
text-transform: uppercase;
vertical-align: top;
}

.maintab_active_first, .maintab_active_back, .maintab_active_last
{
color: #3B332D;
text-transform: uppercase;
vertical-align: top;
}

.maintab_back, .maintab_active_back
{
color: white;
text-decoration: none;
font-size:  9px;
vertical-align: top;
padding: 2px 6px 6px 6px;
font-family: tahoma, sans-serif;
}

.maintab_first
{
background: url(http://www.smfboards.com/Themes2/userstyles/Cat/maintab_first.gif) left bottom no-repeat;
width: 10px;
}
.maintab_back
{
background: url(http://www.smfboards.com/Themes2/userstyles/Cat/maintab_back.gif) left bottom repeat-x;
}
.maintab_last
{
background: url(http://www.smfboards.com/Themes2/userstyles/Cat/maintab_last.gif) left bottom no-repeat;
width: 8px;
}
.maintab_active_first
{
background: url(http://www.smfboards.com/Themes2/userstyles/Cat/maintab_active_first.gif) left bottom no-repeat;
width: 6px;
}
.maintab_active_back
{
background: url(http://www.smfboards.com/Themes2/userstyles/Cat/maintab_active_back.gif) left bottom repeat-x;
}
.maintab_active_last
{
background: url(http://www.smfboards.com/Themes2/userstyles/Cat/maintab_active_last.gif) left bottom no-repeat;
width: 8px;
}

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

.maintab_active_back a:link , .maintab_active_back a:visited
{
color: #3B332D;
text-decoration: none;
}

.maintab_back a:hover
{
color: #E0D7D0;
text-decoration: none;
}
/* definitions for the mirror tab */
.mirrortab_first, .mirrortab_back, .mirrortab_last
{
color: white;
text-transform: uppercase;
vertical-align: top;
}

.mirrortab_active_first, .mirrortab_active_back, .mirrortab_active_last
{
color: white;
text-transform: uppercase;
vertical-align: top;
}

.mirrortab_back, .mirrortab_active_back
{
color: white;
text-decoration: none;
font-size: 9px;
vertical-align: bottom;
padding: 6px 6px 2px 6px;
font-family: tahoma, sans-serif;
}

.mirrortab_first
{
background: url(http://www.smfboards.com/Themes2/userstyles/Cat/mirrortab_first.gif) no-repeat;
width: 10px;
}
.mirrortab_back
{
background: url(http://www.smfboards.com/Themes2/userstyles/Cat/mirrortab_back.gif) repeat-x;
}
.mirrortab_last
{
background: url(http://www.smfboards.com/Themes2/userstyles/Cat/mirrortab_last.gif) no-repeat;
width: 6px;
}
.mirrortab_active_first
{
background: url(http://www.smfboards.com/Themes2/userstyles/Cat/mirrortab_active_first.gif) no-repeat;
width: 6px;
}
.mirrortab_active_back
{
background: url(http://www.smfboards.com/Themes2/userstyles/Cat/mirrortab_active_back.gif) repeat-x;
}
.mirrortab_active_last
{
background: url(http://www.smfboards.com/Themes2/userstyles/Cat/maintab_active_last.gif) no-repeat;
width: 8px;
}

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

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

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

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

6
Stylesheet Requests and Support / Cameo Theme
« on: May 31, 2007, 08:08:43 pm »
i no theres a way to not have the camoflage background....in the css...i thought it was somewhere here but the search wont work for me.... :-\

7
Stylesheet Requests and Support / Cat theme
« on: May 31, 2007, 07:26:54 pm »
i love the base colors in the cat theme...but for the life of me i cant figgure how to eliminate those cats in the background...with css i am at a loss....would some one be able to help as to what to do

8
General Support / Re: Problem found
« on: April 05, 2007, 10:37:28 pm »
i just got it sybil.....thanks so much .....was changen it just a few minutes ago :smitten:

9
General Support / Re: My forum is getting attacked
« on: April 05, 2007, 10:24:43 pm »
one must watch when banning by host an use it as a last resort....for  if tis a member an not a spammer...u cood be bannin potential members frum ever being able to come to your site...just keep that in mind

10
General Support / Problem found
« on: April 04, 2007, 03:16:58 pm »
at my site when a thread is more than one page an one is reading it....you cant see all the pages to be able to click on the next page or the previous page....you have to exit the thread to be able to click on the page you want to read......never was this way before....must be a glitch??  ???

http://mbbsl.smfforfree.com/index.php#1

11
General Support / Help with Adding Smilies
« on: March 25, 2007, 09:18:51 pm »
so with 1.1.2  there is only 19 smilies one has to work with?  will this at any time be changing?

12
General Support / Re: permission help
« on: February 13, 2007, 01:37:13 pm »
well gawd luv ya, twas right under me nose... :-[  thanks sooooo much

13
General Support / Re: permission help
« on: February 13, 2007, 12:21:19 pm »
i started a smf for free forum yesterday an at de bottom it says 1.1.2  http://nfwebbers.smfforfree2.com/index.php  now i do have another forum and is of the old server i believe and  the set up looks alot different  so i am inquirin what exactly to do ;)   so maybe  the server 1 an server 2 is the term you are using hear  i am not sure, i havent been in in a while

14
General Support / permission help
« on: February 13, 2007, 11:41:02 am »
i have gone on stunned mode an cant figgure this one....on the new 1.1  there is no permissions for the newbies/jr member etc in other words the post count membergroups. before i was able to edit the newbies one so to limit things until they posted so many posts...how is this possible to do now in the 1.1 ???

15
General Support / Re: My Own Rank images...
« on: October 30, 2006, 09:38:06 am »
you have to give him the images tho,  be percise an all info when askin, he's a busy man an doesnt have time to play tag to get images to add. show him the images an ask if they be added when he has time ;)

Pages: [1] 2 3 4 ... 20