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.


Topics - trevix

Pages: [1] 2 3 4 5
1
General Chat / Smf Suport Favicon
« on: November 27, 2007, 11:43:24 pm »
Forum Url: http://canvas.co.nr/

should smf4free support have a favicon? And what would it look like?

2
Advertise Your Board / Ad Machine
« on: November 25, 2007, 04:47:50 pm »
Forum Url: http://admachine.smfforfree4.com
Tips on promoting your board and a new dynamic ad you can sign up for for free.

3
General Chat / Ad idea i can do
« on: November 23, 2007, 06:14:40 pm »
Forum Url: http://canvas.co.nr/
I had an awesome idea for an ads

i can create a separate file with everyones forums they want an ad for, then i can put in a rotate code to the page.  Then we all can just use iframe to the file and now everyone has like a google ad but for other forums.

what do you think of this idea?

4
General Chat / what does your brainscan say
« on: November 21, 2007, 03:25:57 am »
Whats in your head, just go to
http://brainscannr.com/index.php
and post your results


5
General Chat / What monster are you
« on: November 21, 2007, 02:50:25 am »
just go here and post what monster you are  :P
Ps. i booby trapped the r in here lol


6
Graphics / japanese image i made :P
« on: November 19, 2007, 03:10:24 am »

rate plz

PS japanese text says canvas, i translated it at altavista

7
General Chat / My First Aniboom Animation :)
« on: November 18, 2007, 06:30:54 am »
http://www.aniboom.com/ShapeshifterPlayer.aspx?v=97134

i'm proud of this, even though theres no sound.  I LOVE CHAT BUBBLES!!!!!!

8
JavaScript / Random Selection
« on: November 18, 2007, 06:18:42 am »
Simple script, took me a while to work it out just right.  I used it on my sytlesheet generator.


<SCRIPT LANGUAGE="JAVASCRIPT">
<!--
var op_text = new Array ();
op_text[0] = "what ever you want, html is ok 2";
op_text[1] = "some more stuff";
op_text[2] = "guess what...";
op_text[3] = "more stuff";
var i = Math.round(3*Math.random());

document.write(op_text[i]);

//-->
</SCRIPT>


you can delete options and add as many as you want, upon refresh it will display a diff option.
after you got the all the options take the last one (in this case 3) and plug it into "var i = Math.round(3*Math.random());" replace the three with the last option so it know how many there are.

Your first option is always 0

Combine it with mr.css refresh script for fun lol

9
Graphics / my new horror sig
« on: November 12, 2007, 02:57:04 am »
Forum Url: http://canvas.smfforfree3.com


who doesn't like cute little rodents that look like they want to eat your eyes  :smitten:
my dark side tends to leap out of my when im working on images  :2funny:
but to bad, this would of made a good holloween sig  :buck2:
look at that, my text gets smaller and  ???
the smilies keep changing :P
click my sig  :uglystupid2:

sad part that started out unintentional    :crazy2:

10
Stylesheet Codes / [Stylesheet] CS Blue
« on: November 11, 2007, 06:13:51 pm »
Forum Url: http://canvas.smfforfree3.com


Code: [Select]
/* Normal, standard links. */
a:link
{
color: #2370b6;
text-decoration: none;
}
a:visited
{
color: #2370b6;
text-decoration: none;
}
a:hover
{
color: #ffffff;
text-decoration: underline;
}

/* Navigation links - for the link tree. */
.nav, .nav:link, .nav:visited
{
color: #2370b6;
text-decoration: none;
}
a.nav:hover
{
color: #ffffff;
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: #d0d0d0;
font-size: small;
font-family: verdana, sans-serif;
}

/* The main body of the entire forum. */
body
{
background-color: #E5E5E8;
margin: 0px;
padding: 12px 30px 4px 30px;
        background-image: url(http://www.smfforfree3.com/gallery/trevixtests/thumb_1_11_11_07_4_46_32.gif);
}

/* 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: #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: #D7DAEC;
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: #dddddd;
font-family: "courier new", "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: #d0d0d0;
background-color: #737373;
}
.windowbg2
{
color: #d0d0d0;
background-color: #4d4d4d;
}
.windowbg3
{
color: #d0d0d0;
background-color: #999999;
}
/* 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: d0d0d0;
font-style: normal;
background: url(http://www.smfforfree3.com/gallery/trevixtests/thumb_1_11_11_07_5_39_30.gif) #164c7d repeat-x;
border-bottom: solid 1px #000000;
border-top: solid 1px #000000;
padding-left: 10px;
padding-right: 10px;
}
.titlebg, .titlebg a:link, .titlebg a:visited
{
font-weight: bold;
color: d0d0d0;
font-style: normal;
}

.titlebg a:hover
{
color: #d0d0d0;
}
/* same as titlebg, but used where bold text is not needed */
.titlebg2 a:link, .titlebg2 a:visited
{
color: black;
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.smfforfree3.com/gallery/trevixtests/thumb_1_11_11_07_4_44_18.gif) #262626 repeat-x;
color: #ffffff;
padding-left: 10px;
padding-right: 10px;
}
.catbg2 , tr.catbg2 td
{
background: url(http://www.smfforfree3.com/gallery/trevixtests/thumb_1_11_11_07_4_47_40.gif) #202020 repeat-x;
color: #d0d0d0;
padding-left: 10px;
padding-right: 10px;
}
.catbg, .catbg2, .catbg3
{
border-bottom: solid 1px #000000;
}
.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: #d0d0d0;
}
/* This is used for tables that have a grid/border background color (such as the topic listing.) */
.bordercolor
{
background-color: #000000;
padding: 0px;
}

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

/* 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, .maintab_active_first, .maintab_active_back, .maintab_active_last
{
color: white;
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.smfforfree3.com/gallery/trevixtests/thumb_1_11_11_07_6_00_58.gif) left bottom no-repeat;
width: 10px;
}
.maintab_back
{
background: url(http://www.smfforfree3.com/gallery/trevixtests/thumb_1_11_11_07_6_00_38.gif) left bottom repeat-x;
}
.maintab_last
{
background: url(http://www.smfforfree3.com/gallery/trevixtests/thumb_1_11_11_07_6_01_10.gif) left bottom no-repeat;
width: 8px;
}
.maintab_active_first
{
background: url(http://www.smfforfree3.com/gallery/trevixtests/thumb_1_11_11_07_6_00_16.gif) left bottom no-repeat;
width: 6px;
}
.maintab_active_back
{
background: url(http://www.smfforfree3.com/gallery/trevixtests/thumb_1_11_11_07_6_00_05.gif) left bottom repeat-x;
}
.maintab_active_last
{
background: url(http://www.smfforfree3.com/gallery/trevixtests/thumb_1_11_11_07_6_00_27.gif) left bottom no-repeat;
width: 8px;
}

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

.maintab_back a:hover, .maintab_active_back a:hover
{
color: #e0e0ff;
text-decoration: none;
}
/* definitions for the mirror tab */
.mirrortab_first, .mirrortab_back, .mirrortab_last, .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.smfforfree3.com/gallery/trevixtests/thumb_1_11_11_07_5_48_55.gif) no-repeat;
width: 10px;
}
.mirrortab_back
{
background: url(http://www.smfforfree3.com/gallery/trevixtests/thumb_1_11_11_07_5_48_35.gif) repeat-x;
}
.mirrortab_last
{
background: url(http://www.smfforfree3.com/gallery/trevixtests/thumb_1_11_11_07_5_54_42.gif) no-repeat;
width: 6px;
}
.mirrortab_active_first
{
background: url(http://www.smfforfree3.com/gallery/trevixtests/thumb_1_11_11_07_5_48_07.gif) no-repeat;
width: 6px;
}
.mirrortab_active_back
{
background: url(http://www.smfforfree3.com/gallery/trevixtests/thumb_1_11_11_07_5_47_57.gif) repeat-x;
}
.mirrortab_active_last
{
background: url(http://www.smfforfree3.com/gallery/trevixtests/thumb_1_11_11_07_5_48_19.gif) no-repeat;
width: 8px;
}

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

.mirrortab_back a:hover, .mirrortab_active_back a:hover
{
color: #e0e0ff;
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;
}

Please visit: Canvas

edit:  added to the stylesheet index

11
Stylesheet Codes / [Stylesheet] CS Green
« on: November 11, 2007, 05:23:39 pm »
Forum Url: http://canvas.smfforfree3.com


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

/* Navigation links - for the link tree. */
.nav, .nav:link, .nav:visited
{
color: #c49400;
text-decoration: none;
}
a.nav:hover
{
color: #ffffff;
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: #d0d0d0;
font-size: small;
font-family: verdana, sans-serif;
}

/* The main body of the entire forum. */
body
{
background-color: #E5E5E8;
margin: 0px;
padding: 12px 30px 4px 30px;
        background-image: url(http://www.smfforfree3.com/gallery/trevixtests/thumb_1_11_11_07_4_46_32.gif);
}

/* 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: #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: #D7DAEC;
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: #dddddd;
font-family: "courier new", "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: #d0d0d0;
background-color: #737373;
}
.windowbg2
{
color: #d0d0d0;
background-color: #4d4d4d;
}
.windowbg3
{
color: #d0d0d0;
background-color: #999999;
}
/* 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: d0d0d0;
font-style: normal;
background: url(http://www.smfforfree3.com/gallery/trevixtests/thumb_1_11_11_07_4_45_48.gif) #0b430d repeat-x;
border-bottom: solid 1px #000000;
border-top: solid 1px #000000;
padding-left: 10px;
padding-right: 10px;
}
.titlebg, .titlebg a:link, .titlebg a:visited
{
font-weight: bold;
color: d0d0d0;
font-style: normal;
}

.titlebg a:hover
{
color: #d0d0d0;
}
/* same as titlebg, but used where bold text is not needed */
.titlebg2 a:link, .titlebg2 a:visited
{
color: black;
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.smfforfree3.com/gallery/trevixtests/thumb_1_11_11_07_4_44_18.gif) #262626 repeat-x;
color: #ffffff;
padding-left: 10px;
padding-right: 10px;
}
.catbg2 , tr.catbg2 td
{
background: url(http://www.smfforfree3.com/gallery/trevixtests/thumb_1_11_11_07_4_47_40.gif) #202020 repeat-x;
color: #d0d0d0;
padding-left: 10px;
padding-right: 10px;
}
.catbg, .catbg2, .catbg3
{
border-bottom: solid 1px #000000;
}
.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: #d0d0d0;
}
/* This is used for tables that have a grid/border background color (such as the topic listing.) */
.bordercolor
{
background-color: #000000;
padding: 0px;
}

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

/* 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, .maintab_active_first, .maintab_active_back, .maintab_active_last
{
color: white;
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.smfforfree3.com/gallery/trevixtests/thumb_1_11_11_07_4_45_21.gif) left bottom no-repeat;
width: 10px;
}
.maintab_back
{
background: url(http://www.smfforfree3.com/gallery/trevixtests/thumb_1_11_11_07_4_45_09.gif) left bottom repeat-x;
}
.maintab_last
{
background: url(http://www.smfforfree3.com/gallery/trevixtests/thumb_1_11_11_07_4_45_35.gif) left bottom no-repeat;
width: 8px;
}
.maintab_active_first
{
background: url(http://www.smfforfree3.com/gallery/trevixtests/thumb_1_11_11_07_4_44_47.gif) left bottom no-repeat;
width: 6px;
}
.maintab_active_back
{
background: url(http://www.smfforfree3.com/gallery/trevixtests/thumb_1_11_11_07_4_44_34.gif) left bottom repeat-x;
}
.maintab_active_last
{
background: url(http://www.smfforfree3.com/gallery/trevixtests/thumb_1_11_11_07_4_44_59.gif) left bottom no-repeat;
width: 8px;
}

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

.maintab_back a:hover, .maintab_active_back a:hover
{
color: #e0e0ff;
text-decoration: none;
}
/* definitions for the mirror tab */
.mirrortab_first, .mirrortab_back, .mirrortab_last, .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.smfforfree3.com/gallery/trevixtests/thumb_1_11_11_07_5_12_02.gif) no-repeat;
width: 10px;
}
.mirrortab_back
{
background: url(http://www.smfforfree3.com/gallery/trevixtests/thumb_1_11_11_07_5_11_49.gif) repeat-x;
}
.mirrortab_last
{
background: url(http://www.smfforfree3.com/gallery/trevixtests/thumb_1_11_11_07_5_12_11.gif) no-repeat;
width: 6px;
}
.mirrortab_active_first
{
background: url(http://www.smfforfree3.com/gallery/trevixtests/thumb_1_11_11_07_5_11_23.gif) no-repeat;
width: 6px;
}
.mirrortab_active_back
{
background: url(http://www.smfforfree3.com/gallery/trevixtests/thumb_1_11_11_07_5_11_12.gif) repeat-x;
}
.mirrortab_active_last
{
background: url(http://www.smfforfree3.com/gallery/trevixtests/thumb_1_11_11_07_5_11_39.gif) no-repeat;
width: 8px;
}

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

.mirrortab_back a:hover, .mirrortab_active_back a:hover
{
color: #e0e0ff;
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;
}

If you like it please visit my forum: canvas.smfforfree3.com

edit:  added to the stylesheet index

12
Code Requests / [Request] Hide group name
« on: November 09, 2007, 10:28:41 pm »
i want to remove the stupid group names, newbie, jr. member, etc.  I tried to delete them but then its hard to figure out whats what when i want to edit the groups.

13
Guides and Tutorials / [Guide] Set up Objects for Portal
« on: November 09, 2007, 03:35:43 pm »
Forum Url: http://canvas.smfforfree3.com

Most objects, like shout box and chat, have a defined width.  To make it so that it will resize width with the portal boxes, first your going to have to find in the code "width".  Now look at the end of width, it should be set to like 90, Ex. width=90px.  To set it up so that it will dynamically change with the portal width, remove the set number and delete the suffix. It should look sumthing like width= now.  Now some will have the number and suffix wrapped in quotes, do not remove the quotes their there for a reason.  Now just add 100% at the end, so now it should look like width=100% or width="100%".  This will make it expand to the width of the box, and stay there.  I have an example of my forum, check the shoutbox on the front page, you'll have to sign up to see it.

14
Stylesheet Requests and Support / Ridiculous Question
« on: November 09, 2007, 01:57:30 am »
Forum Url: http://canvas.smfforfree3.com/
I was wondering in if can put the member/guest class on the stylesheet, so i can have the forum change from red to blue or sumthin.

Accually, classes are CSS.

15
Suggestions / Portal Side Bar
« on: November 08, 2007, 05:51:44 pm »
i think you should make it so you have an options of allowing the side bars on portal to stay on all pages of the forum rather then the front one, so we don't need the sidebar code to make a sidebar for all pages.

Pages: [1] 2 3 4 5