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 - AA Boy/Smartboy

Pages: [1]
1
General Support / Two questions...
« on: March 14, 2007, 05:18:28 pm »
First one:
If I get any ad free credits (earn them from the TOS Violations), and have enough, would I be able to redeam them for a reduced rate for backing up my forum?

Second one:
How much would it cost to back up my forum?

Thanks! :)
AA Boy

2
Stylesheet Codes / [Stylesheet] Black and silver +
« on: March 13, 2007, 02:24:15 pm »
This style is a work in progress. Basically, it is a black style with silver. This isn't graphically heavy (though I did make the pics that were there). Anyway, a preview can be found on:
aatest.smfforfree2.com

Here is the code:

Code: [Select]
/* Normal, standard links. */
a:link
{
color: #476C8E;
text-decoration: none;
}
a:visited
{
color: #476C8E;
text-decoration: none;
}
a:hover
{
color: #476C8E;
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: #000000;
font-size: small;
font-family: verdana, sans-serif;
}


/* The main body of the entire forum. */
body
{
background-color: #000000;
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: #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: #000000;
background-color: #ECEDF3;
}
.windowbg2
{
color: #000000;
background-color: #F6F6F6;
}
.windowbg3
{
color: #000000;
background-color: #E0E1E8;
}
/* 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: white;
font-style: normal;
background: url(http://i42.photobucket.com/albums/e318/smartboyathome/boardbackgroundsecondary.jpg) #E9F0F6 repeat-x;
border-bottom: solid 1px #9BAEBF;
border-top: solid 1px #FFFFFF;
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://i42.photobucket.com/albums/e318/smartboyathome/boardbackgroundsecondary.jpg) #88A6C0 repeat-x;
color: #ffffff;
padding-left: 10px;
padding-right: 10px;
}
.catbg2 , tr.catbg2 td
{
background: url(http://i42.photobucket.com/albums/e318/smartboyathome/boardbackground.jpg) #A1BFD9 repeat-x;
color: #ffffff;
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: black;
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: #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: #FFFFFF;
}

/* Default font sizes: small (8pt), normal (10pt), and large (14pt). */
.smalltext
{
color: white
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.smfboards.com/Themes2/black/images/maintab_first.gif) left bottom no-repeat;
width: 10px;
}
.maintab_back
{
background: url(http://www.smfboards.com/Themes2/black/images/maintab_back.gif) left bottom repeat-x;
}
.maintab_last
{
background: url(http://www.smfboards.com/Themes2/black/images/maintab_last.gif) left bottom no-repeat;
width: 8px;
}
.maintab_active_first
{
background: url(http://www.smfboards.com/Themes2/black/images/maintab_active_first.gif) left bottom no-repeat;
width: 6px;
}
.maintab_active_back
{
background: url(http://www.smfboards.com/Themes2/black/images/maintab_active_back.gif) left bottom repeat-x;
}
.maintab_active_last
{
background: url(http://www.smfboards.com/Themes2/black/images/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://www.smfboards.com/Themes2/black/images/mirrortab_first.gif) no-repeat;
width: 10px;
}
.mirrortab_back
{
background: url(http://www.smfboards.com/Themes2/black/images/mirrortab_back.gif) repeat-x;
}
.mirrortab_last
{
background: url(http://www.smfboards.com/Themes2/default/images/mirrortab_last.gif) no-repeat;
width: 6px;
}
.mirrortab_active_first
{
background: url(http://www.smfboards.com/Themes2/black/images/mirrortab_active_first.gif) no-repeat;
width: 6px;
}
.mirrortab_active_back
{
background: url(http://www.smfboards.com/Themes2/black/images/mirrortab_active_back.gif) repeat-x;
}
.mirrortab_active_last
{
background: url(http://www.smfboards.com/Themes2/black/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: 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;
}

/*This code will make the Navigation Tree disappear*/
.nav
{
display: none
}

3
General Support / More help wanted...
« on: March 12, 2007, 11:21:12 am »
Would someone tell me how to change the thing that is below the navagation menu on every topic, and says the title of your forum, followed by which catagory/board/topic (here, it would look like SMF For Free Support Forum > SMF For Free Support > General Support > More help wanted...)? I am having trouble finding it, and then having MORE trouble getting it to change. And if anyone is wondering, yes I am using firefox and yes I have been clearing my cache.

4
General Support / Styler not working...
« on: March 11, 2007, 06:10:01 pm »
I am trying to use the styler to create a style, and it won't work. The pictures that go behind the text (like behind the "SMF For Free Forum Support" and "Hello *yournamehere*") will not load on my board. They are staying like I had set them the first time. I have tried using both the styler itself and the CSS code, but neither work. Would someone help? Thanks!

EDIT: Now, the pictures won't even show!!! Please help!!!

EDIT 2: The URL for my test board (the one I am using) is aatest.smfforfree2.com.

5
General Support / Would someone make a guide for this?
« on: March 11, 2007, 01:37:17 pm »
I am having trouble with using the style manager. I don't know which slot to use for which thing (ie. which slot goes with which font, which slot goes with which background, ect.). I have been trying to use the pictures, but they have not been very helpful. If anyone would, it would be great (I am trying to make my own style). Thanks!

6
This guide will guide you through the administration center. I made it as a reference to the beggining forum administrator, and may serve as a refresher for others.



Table of Contents:
Getting into your administration panel
Creating Boards
Adding Membergroups to your forum
Editing Membergroups
How to add smilies
How to change the current theme
Modifying your board's theme (in more detail)
Important IPs that you should not block



Getting into your administration panel

You can only get to the administration center if you are an administrator on your site. Don't give administration powers to anyone you don't trust, as they can easily highjack your site. Anyway, to get to it, just click admin in the navigation bar (see below).



Then, you will be asked to type in a password. Don't worry, this isn't a *secret* password, it is just the same password you use every time you log yourself into the forum. When your password is accepted, you should be at a page with a menu on the left hand side (pictured below).



Congrats! You just got into your Administration Panel!



Creating Boards

You didn't sign up to SMF For Free for nothing, did you? The first step you should take is to create some boards for your site. To do this, first go to Boards.



Then, click "Create new catagory".



Call the catagory whatever you want. If you don't want that catagory to be first, click the drop down menu (below) and change it to where you want it. Then, click OK.



Now, you should have been brought back to the main board page. Scroll down to where your catagory is (it should be empty) and click add new board.



You are now brought to a page that looks like the one below.



Now, name your board and give it a discription (if you want to). When choosing who can see the board, remember that if you don't want guests to see your board, to deselect it, and that if you do not want all membergroups to see that group, to deselect the "regular members" option. Finally, select how you want your members to use that board (normal means that all users can post polls and topics on that board, no polls means that only admin (moderators and administrators) can post poles, and that everyone else can only post topics, reply only means that admin have to create a topic, then other members can post in it, and read only means only admin can post topics and reply to those topics). Finally, decide if you want to count posts on that forum. Click OK. Congrats! You have created your first board! ;D



Adding membergroups to your forum

There are two types of membergroups. The first are "Regular" membergroups. These can only given to a member by an administrator. The second are "Post-only" membergroups. These groups are updated whenever a member gets the number of posts required to get into that group.

To add a group to this list, first go to add membergroups.



Now, you should have a panel like this:



Type in a name for the member group. Then, decide if you want the member group to be decided by posts (Post-only membergroup) or by making a person a member of that group (regular members, usually saved for moderators/admins). You can only access the permissions by having the "This group is based off posts" check box unchecked. Then, you may decide which permisions they get by choosing amoung 3 items (restrictive is usually saved for spammers and other such members). Moderator allows a person in that membergroup to edit posts and delete posts, while maintenance makes the membergroup have Administrator permissions. Anyway, when you are done choosing permissions (if you decide for the membergroup to have any), it is time to select which boards you want them to view. When you are done, click "Add Group". You have made your first membergroup, congrats! ;D



Editing a membergroup

In addition to creating membergroups, you can edit them as well. To start off, make sure you are in the edit membergroups section.



Then, click the "Modify" button next to the membergroup you want to modify.



You should now have a panel similar to this:



Here, you can change the name, the number of posts (if there are any) required to get into that group, the color of a user's name in that membergroup (this uses Hex Color Codes. To get a color, I would suggest Googling "Hex Color Chart".), the number of star images shown for members in that membergroup, which boards are visible to members in that membergroup, and what the star images are.

If you want to change the star images, click "Star Filenames".



This should open a new window/tab with all the stars and their filenames below them. Simply browse through the stars until you find one you like. Then, copy the filename for the star and paste it where it says star image filename.



You should now get a preview of the star. When you are done with editing the membergroup, click save. You just edited a membergroup! ;D



How to add smilies

You cannot add smilies on server 2, unfortunately. Instead, you can replace the current smilies with ones you made. Here is a post that simply sibyl wrote describing how to do this:

How to replace smileys in SMF 1.1.2

First you need to have an understanding on how it works.
You cannot upload new smileys, nor add new smileys.

You can replace the existing smileys with smileys of your
own or smileys you have permission to use.  Most smiley
artists will allow you to use them in a forum if you ask.


You will need to rename your smileys to the exact same filenames
as the existing default smileys.   An easy way to find the filenames
is to go into your Admin Panel,  Smileys and Message Icons.

Write down the filenames you need to use.
(or keep the window open as you work on your smileys in another window)

Collect your smileys;  rename them to the same names that you earlier wrote down.

Now you need a host for your smileys.
Photobucket works very well for this.
Use your exisiting Photobucket acct, or make one if you do not have one.

Once at Photobucket make an album to place your smilies in.
If you are using your own personal webspace create a folder.

Upload the smileys into the album/folder.


Go back to your forum.  Admin Panel/Smileys, and Message Icons.
(Picture below)

Click on the Smiley Sets Tab.
Click on the New Smiley Set Button.
In the Name box put the name of the album you created at Photobucket.
In the url box put the exact same name.
Check mark the Default Smiley Set box.
Click Save Changes.



go to the Settings tab.   (picture below)
In the box for Base url put your photobucket address.  Leave OFF the
album name.    It only needs to know your address at Photobucket.
click Save Changes.
go back into settings again and this time using the dropdown box
choose the smileyset   (the name of the album you created)




Back to the Menu on the Left.
Click on Current Theme
Select default smiley set for this theme :    Choose your new smiley set

You can now go back to the smileys and message icons area,  click on the edit smileys tab and be sure your smileys are showing up. 




How to change the current theme

You can not upload a theme from the simple machines website, unfortunately. But SMF For Free gave us the Style Editor. If you want to change the look for your forum, first go to "Manage Styles".



Then, if there will be at a section like this:



Each one of those little pictures are a different style. If you like any one of them, click them. That will install the theme for you. Simply select the theme from the style picker (below) and click "Pick Forum Style". Your forum now has the style you selected added to it!



If you don't like the styles available, click Create Style to create your own.



You are now at the Create a new style page. You can edit any of the functions here, and then click Create Style when you are done. If there isn't enough functionality for you, or you want to install a style made by another member, scroll down to the bottom of the "Create a new style" page and click Create style. Now, go to and select the style you just made. Scroll down to the bottom, and you will be able to edit the CSS directly. When you are done, click Modify Style. Congrats, you have just edited the look of your board! ;D



Modifying your board's theme (in more detail)

Here is a quote from simply sibyl on how to modify your board's style.

I have created a forum for this which you can view here so you can move around the forum and see where each color is used: 

Color Guide for Manage Styles
screenshot (click to view fullsize image):





Since it is hard to see all the borders I did a close up screenshot of the area up by where the time is.
This should help you with the borders.

screenshot (click to view fullsize image):



FINDING THEM IN THE CSS


catbg, catbg2, catbg3 border bottom found here:

Code: [Select]

.catbg, .catbg2, .catbg3
{
border-bottom: solid 1px #375576;
}



.tborder can be found here:

The first number  (border)  is the tborder color
The second number (background-color) is the Table Border Background Color

Code: [Select]

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






Important IPs that you should not ban

Here are some important IPs that you should not ban (quote from Simply Sibyl):

No prob.. .   here is some IP's for info...  most (not all.. this is a short list) of the bots will start with these IP addresses, after awhile you'll recognize them:    (Dont block them:  they help to index your forum)

66.249.*.*         Googlebot
74.6.*.*            Yahoo! Slurp
72.30.*.*          Yahoo! Slurp
65.55.*.*           msnbot
207.46.*.*         msnbot
65.214.*.*        AskJeeves/Teoma
71.13.*.*          bot.bot
204.9.*.*         TurnitinBot/2.1




This was my first article. Tell me what you think! Also, tell me if there is anything else I should add, and I will try to add it! Btw, I used FlashStone Capture for my screen shots. You can get it here! ;D

7
Graphics / New logo...
« on: February 27, 2007, 03:36:34 pm »
Would anyone be able to make a logo for my board that said AA Academy and used this picture?

If you do, thanks!

8
General Support / How to put a picture as your title...
« on: February 26, 2007, 11:37:28 pm »
Just want to know how to make a picture the title. Thanks!

AA Boy

9
General Support / Another Question from Smartboy...
« on: February 12, 2007, 12:28:02 pm »
Is there *any* way to organize the posts on a certain board by when the topic was started (ie: A board was started on July 7, and it wouldn't move from its current place). I want to do this for things like my forum's news. Thanks! :)

EDIT: My board URL is: insightyugioh.smfforfree2.com

10
General Support / Quick Reply Box
« on: February 06, 2007, 09:46:47 pm »
On some of the other forums I have been on that use SMF, there has been a "Quick Reply Box". Is there any way I can set this on my board? If so, how? If not, would someone put it on my board? Everyone is wanting it. Thanks!

AA Boy

PS: My board is: insightyugioh.smfforfree2.com

Pages: [1]