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

Pages: [1]
1
General Support / EzPortal Problem.
« on: February 04, 2010, 02:58:09 pm »
Okay, so I've noticed that EzPortal has its own tab now under the admin control panel. I always thought it was under the configuration tab, labeled as something like "Legacy Portal Editor" again, not sure if that is correct. What I am trying to get at is now my forum is messed up. I've had it enabled before, I remember noticing that is wasn't up-to-date with it's current version and now it is. Now when I re-enable the it removes my other "Home" like completely erases the page, leaving where the portal should be blank. Something else I've noticed is that the in the navigation of the forums I now have TWO "Forum" tabs which I know for a fact is not correct. Now when I disable the "Enable Portal Hompage" box back at the admin panel. It all goes back to normal. Any suggestions on fixing this?

Forum Link:
http://gamerscoreachievements.smfforfree3.com/index.php

2
General Support / Custom Profile Fields?
« on: January 17, 2010, 06:47:37 pm »
I've been trying to work around "Custom Profile Fields" on the SMF forums and well quite frankly I cannot get them to work. I've been trying to get it to link with my (or anyone else Xbox Live GamerTag) but it doesn't work. I've added these settings and it only appears in the profiles and not in Posts
Quote
Name               GamerTag
   Field Description      Users GamerTag for the Xbox 360.
   Show in profile?      (Checked)
   Show in posts?      (Show Next to images)
   Parse BBC?              (Checked)
   Text to display before field (BBC is ok if enabled above)
        [ URL="http://live.xbox.com/en-US/profile/profile.aspx?GamerTag=
   Text to display after field (BBC is ok if enabled above)
        "][IMG ]http://www.nextgenupdate.com/forums/images/crests/Xbox360.gif[ /IMG][ /URL]    
   Field ID    ConsoleGamertag
   Add a horizontal rule before field?      (Don't Show)
   Show field on registration?              (Optional Input)
   Only allow admins to edit field?      (Not Checked)
   Only allow admins to view field?      (Not Checked)

 - (Spaced out IMG and URL tags to prevent them from linking in post)
 - Image size is 15 x 15px
 
(NOTE: This only shows in the "Profile" part of the website and when I hover over it, it displays the link as "http:///" in the status bar)

Therefore I am clearly not an expert with this and can use some assistance, Please and Thanks, Mystickid2k6

3
SMF For Free Codes and Support / help with Quick Message
« on: December 30, 2008, 10:23:29 am »
Forum URL http://unknownserver.smfforfree3.com/index.php

Well I was browsing around on smcodes and I found "Quick Message V2" by Agent Moose, and I added the code to my footers but what I didn't really understand is what he said :P

Quote
V2 is no where near like Quick Message V1!  Why don't you see for yourself!  Just add the code to your board and once done that, there will be a tab that says Create Message!

What I don't understand is what I underlined..Do I have to add the same code as the one he said for the footers? Because if so nothing appeared, and also does he want us to add it to the description or the board?
Also another problem I have.. I kind of made a new category with a board and instead of putting the code in the description I've added it to the name..so now nothing appears in that category and I can't even delete it..? Any help?





4
Stylesheet Codes / [Stylesheet] Unknown Stylesheet?
« on: December 28, 2008, 09:27:43 pm »
Well I could think of a name for this Stylesheet :| So I guess I should name it Unknown? :P
Also, this is my first StyleSheet aswell, so tell me what you think.

Preview:


Live Preview

For the New/Old post icons I know they aren't great but I made them very quickly I'll change them later.


Code: [Select]
http://i180.photobucket.com/albums/x303/mystickid2k6/on-2.png
http://i180.photobucket.com/albums/x303/mystickid2k6/on2.png
http://i180.photobucket.com/albums/x303/mystickid2k6/off-1.png
http://i180.photobucket.com/albums/x303/mystickid2k6/new_some-1.png
http://i180.photobucket.com/albums/x303/mystickid2k6/new_none.png

Code: [Select]
/* Forum width. */
.temp-width {
width: 80%;
text-align: left;
}
/* Normal, standard links. */
a:link
{
color: #5CB1A2;
text-decoration: none;
}
a:visited
{
color: #47A194;
text-decoration: none;
}
a:hover
{
color: #75C3B7;
text-decoration: underline;
}

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

/* The main body of the entire forum. */
body
{
background: url(http://i180.photobucket.com/albums/x303/mystickid2k6/bg-1.gif);
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: #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: #3E5550;
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: #ffffff;
background-color: #181D1D;
}
.windowbg2
{
color: #ffffff;
background-color: #181D1D;
}
.windowbg3
{
color: #ffffff;
background-color: #293131;
}
/* 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: black;
font-style: normal;
background: url(http://i180.photobucket.com/albums/x303/mystickid2k6/titlebg.png) #E9F0F6 repeat-x;
border-bottom: solid 1px #9BAEBF;
border-top: solid 1px #000000;
padding-left: 10px;
padding-right: 10px;
}
.titlebg, .titlebg a:link, .titlebg a:visited
{
font-weight: bold;
color: black;
font-style: normal;
}

.titlebg a:hover
{
color: #404040;
}
/* 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://i180.photobucket.com/albums/x303/mystickid2k6/cat_bg-2.png) #88A6C0 repeat-x;
color: #5D8C80;
padding-left: 10px;
padding-right: 10px;
}
.catbg2 , tr.catbg2 td
{
background: url(http://i180.photobucket.com/albums/x303/mystickid2k6/cat_bg-2.png) #A1BFD9 repeat-x;
color: #5D8C80;
padding-left: 10px;
padding-right: 10px;
}
.catbg, .catbg2, .catbg3
{
border-bottom: solid 1px #375576;
}
.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: 5CB1A2;
text-decoration: none;
}
.catbg a:hover, .catbg2 a:hover, .catbg3 a:hover
{
color: #75C3B7;
        text-decoration: underline;
}
/* This is used for tables that have a grid/border background color (such as the topic listing.) */
.bordercolor
{
background-color: #ADADAD;
padding: 0px;
}

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

/* 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://i180.photobucket.com/albums/x303/mystickid2k6/maintab_first.png) left bottom no-repeat;filter:alpha(opacity=60);opacity:.60;
width: 10px;
}
.maintab_back
{
background: url(http://i180.photobucket.com/albums/x303/mystickid2k6/maintab_back.png) left bottom repeat-x;filter:alpha(opacity=60);opacity:.60;
}
.maintab_last
{
background: url(http://i180.photobucket.com/albums/x303/mystickid2k6/maintab_last.png) left bottom no-repeat;filter:alpha(opacity=60);opacity:.60;
width: 8px;
}
.maintab_active_first
{
background: url(http://i180.photobucket.com/albums/x303/mystickid2k6/maintab_first.png) left bottom no-repeat;
width: 6px;
}
.maintab_active_back
{
background: url(http://i180.photobucket.com/albums/x303/mystickid2k6/maintab_back.png) left bottom repeat-x;
}
.maintab_active_last
{
background: url(http://i180.photobucket.com/albums/x303/mystickid2k6/maintab_last.png) 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: #000000;
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://images.smfboards.com/Themes2/default/images/mirrortab_first.gif) no-repeat;
width: 10px;
}
.mirrortab_back
{
background: url(http://images.smfboards.com/Themes2/default/images/mirrortab_back.gif) repeat-x;
}
.mirrortab_last
{
background: url(http://images.smfboards.com/Themes2/default/images/mirrortab_last.gif) no-repeat;
width: 6px;
}
.mirrortab_active_first
{
background: url(http://images.smfboards.com/Themes2/default/images/mirrortab_active_first.gif) no-repeat;
width: 6px;
}
.mirrortab_active_back
{
background: url(http://images.smfboards.com/Themes2/default/images/mirrortab_active_back.gif) repeat-x;
}
.mirrortab_active_last
{
background: url(http://images.smfboards.com/Themes2/default/images/mirrortab_active_last.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: #ffffff;
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;
}



5
SMF For Free Codes and Support / [Help] Add Text to Copyright
« on: March 20, 2008, 05:58:27 pm »
Ok so I've followed everything correctly:
Code: [Select]
<script>
function add_copyright_text(){
//Created by Agent Moose
$(function() {
text = "ENTER TEXT HERE"
$("#footerarea").append("<center><span class='smalltext'>"+text+"</span></center>");
});}

add_copyright_text();
</script>
Put in Footers

This will add text to the copy right.  Just change where is says "ENTER TEXT HERE".  Make sure you have this code for all the codes I make for now on!!!  Put this in your Headers:
Code: [Select]
<script language="JavaScript" type="text/javascript" src="http://209.85.48.12/9581/134/upload/p4217340.ibf">//Jquery code</script>
All worked correctly, except for this part lolz:
You can add HTML, you just cant use double Quotes.  If you want to add a link, you need to do this:

<a href='blah'>test</a>

Notice that I don't use double quotes.
This is what I get in result:

6
SMF For Free Codes and Support / [Help] Warned system
« on: March 13, 2008, 03:32:22 pm »
As you all know the Warning system made by Angent Moose is awsome! I just wanted to know about it you know when you add the codes ni the headers and footers it works perfectly but what I wanted to know is why are the ones on my "Warned" on my forums bold and the ones on moparscape are not? it this because he's downloaded his own forums?

7
SMF For Free Codes and Support / [HELP]Group Post Background Color
« on: March 04, 2008, 06:06:44 pm »
Forum Url: http://Mupescape.smfforfree4.com
This is for Angent Moose because simply sibyl told me to put this because this is his code and there is a problem with it
I've got this code in my headers:
Code: [Select]
<script src='jquery.js'></script>and this one in my footers:
Code: [Select]
<script>
if (location.href.match("topic,")){
var postColor = new Array()
postColor[postColor.length] = ["Administrator","Gold"]
postColor[postColor.length] = ["Global","Blue"]
postColor[postColor.length] = ["Moderator","Green"]


for(f=0;f<postColor.length;f++){
$("tbody:contains(" + postColor[f][0] + ")").each(function(){
$(this).addClass(postColor[f][0]+"Class");
});
document.write("<st"+"yle>." + postColor[f][0] + "Class{background-color: " + postColor[f][1] +";}</st"+"yle>")
};};
</script>
and in Result I get this like both Administartors and Global's are mixed together
Preview Picture:

Now I know if some of you guys are professional coders you may be able to fix it but if not I would appreciate it if Agent Moose would reply A.S.A.P. and try and fix this code problem.
Sincerly,
         Mystickid2k6

8
Code Requests / [REQ/Help] Is there a code like this?
« on: March 04, 2008, 05:38:36 pm »
Forum Url: http://Mupescape.smfforfree4.com
Ok so you know how when a mod on runescape forums post and it turns gold
Like this:

is there anyway to make something like this? Just wondering because I'de thought it would be pretty sweet

9
Stylesheet Requests and Support / [HELP] Runescape Theme
« on: March 03, 2008, 03:38:29 pm »
Ok so I've made another topic and only one person responded but never responded so I've decided to make a new topic so hopefully someone will respond.
Code: [Select]
/* Normal, standard links. */
a:link
{
color: #90C040;
text-decoration: none;
}
a:visited
{
color: #90C040;
text-decoration: none;
}
a:hover
{
color: #90C040;
text-decoration: underline;
}

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

/* The main body of the entire forum. */
body
{
background-color: #000000;
background: url(http://www.smfboards.com/Themes2/userstyles/runescape/Background.jpg);
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: #382418;
background-color: #382418;
}

/* 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: #FFFFFF;
background-color: #1B1610;
}
.windowbg2
{
color: #FFFFFF;
background-color: #261D14;
}
.windowbg3
{
color: #FFFFFF;
background-color: #000000;
}
/* the today container in calendar */
.calendar_today
{
background-color: #261D14;
}

/* 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: white;
font-style: normal;
background: url(http://i56.photobucket.com/albums/g174/KimmieB_01/runescape/titlebg.jpg) #C7AC75 repeat-x;
border-bottom: solid 1px #362418;
border-top: solid 1px #362418;
padding-left: 10px;
padding-right: 10px;
}
.titlebg, .titlebg a:link, .titlebg a:visited
{
font-weight: bold;
color: white;
font-style: normal;
}

.titlebg a:hover
{
color: #404040;
}
/* same as titlebg, but used where bold text is not needed */
.titlebg2 a:link, .titlebg2 a:visited
{
color: white;
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://i56.photobucket.com/albums/g174/KimmieB_01/runescape/catbg.gif) #000000 repeat-x;
color: #ffffff;
padding-left: 10px;
padding-right: 10px;
}
.catbg2 , tr.catbg2 td
{
background: url(http://i56.photobucket.com/albums/g174/KimmieB_01/runescape/catbg.gif) #000000 repeat-x;
color: #ffffff;
padding-left: 10px;
padding-right: 10px;
}
.catbg, .catbg2, .catbg3
{
border-bottom: solid 1px #382418;
}
.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
{
background-color: #382418;
padding: 0px;
}

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

/* 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: black;
text-transform: uppercase;
vertical-align: bottom;
}
.maintab_back, .maintab_active_back
{
color: black;
text-decoration: none;
font-size:  9px;
vertical-align: top;
padding: 2px 6px 6px 6px;
font-family: tahoma, sans-serif;
}

.maintab_first
{
background: url(http://i56.photobucket.com/albums/g174/KimmieB_01/runescape/maintab_first.gif) left bottom no-repeat;
width: 10px;
}
.maintab_back
{
background: url(http://i56.photobucket.com/albums/g174/KimmieB_01/runescape/maintab_back.gif) left bottom repeat-x;
}
.maintab_last
{
background: url(http://i56.photobucket.com/albums/g174/KimmieB_01/runescape/maintab_last.gif) left bottom no-repeat;
width: 8px;
}
.maintab_active_first
{
background: url(http://i56.photobucket.com/albums/g174/KimmieB_01/runescape/maintab_active_first.gif) left bottom no-repeat;
width: 6px;
}
.maintab_active_back
{
background: url(http://i56.photobucket.com/albums/g174/KimmieB_01/runescape/maintab_active_back.gif) left bottom repeat-x;
}
.maintab_active_last
{
background: url(http://i56.photobucket.com/albums/g174/KimmieB_01/runescape/maintab_active_last.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://i56.photobucket.com/albums/g174/KimmieB_01/runescape/mirrortab_first.gif) no-repeat;
width: 10px;
}
.mirrortab_back
{
background: url(http://i56.photobucket.com/albums/g174/KimmieB_01/runescape/mirrortab_back.gif) repeat-x;
}
.mirrortab_last
{
background: url(http://i56.photobucket.com/albums/g174/KimmieB_01/runescape/mirrortab_last.gif) no-repeat;
width: 6px;
}
.mirrortab_active_first
{
background: url(http://i56.photobucket.com/albums/g174/KimmieB_01/runescape/mirrortab_active_first.gif) no-repeat;
width: 6px;
}
.mirrortab_active_back
{
background: url(http://i56.photobucket.com/albums/g174/KimmieB_01/runescape/mirrirtab_active_back.gif) repeat-x;
}
.mirrortab_active_last
{
background: url(http://i56.photobucket.com/albums/g174/KimmieB_01/runescape/mirrortab_active_last.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;
}
h1
{
font-size: small;
}
Don't make fun of me if I get this wrong, but do I put this in the CSS Editing?
This quite didn't work out because my forums still looks stupid and the code didn't change it at all...

10
Stylesheet Requests and Support / [REQ] RuneScape Theme
« on: March 03, 2008, 03:04:55 pm »
Ok I've wanted a runescape theme for my forums because I've seen it on another forums (http://rs3.smfforfree3.com) and I thought It looked preety sweet because I too like MoparScape and RuneScape so I would appreciate it if someone would help me with this theme because I've kind of messed up my forums doing this.

11
Code Requests / [Request]Some pretty wierd codes..
« on: February 02, 2008, 08:12:06 pm »
I want a request you know how on moparscape forums you know when you when you want to give someone [Rep++] and then it makes you give a reason for why your giving it, anyone got the code for that?
and another code is you know when you get started off at 10 rep and you have to build your rep to 15 to give rep to other people..I want that one two I know they won't be pretty easy to find but I would really appreciate it if someone does  ;D

EDIT:you know how it says on the bottom like for example I'll use SMF For Free Support Forum
Code: [Select]
Powered by SMF 1.1.4 | SMF © 2006-2007, Simple Machines LLC
Seo4Smf v0.2 © Webmaster's Talks
I wanted to change the thing like that on my forums I remember Agent Moose made a tut on this but I can't remember where to find it..
 

12
SMF For Free Codes and Support / Starpreview on my forums..
« on: December 15, 2007, 08:35:35 pm »
Forum Url: http://Runescapequesthelping.smfforfree4.com
Umm ok I am not so sure if this is the right section of forums I justed started today (will plan on be these forums more) Anyway..., I just wanted to know you know how there is the Star Filenames and Idk if anyone was ever on moparscape forums and seen how they have above there names I would like to know how do I make something like that of mine own... :-\ I would really appreciate it for any one of your peoples help
Thanks ;D
Mystickid2k6

and please mods if you lock this topic please move it because like I said earlier I just began and I'm not sure where this belongs Thanks again ;D

Pages: [1]