.Extreme 6.

Started by Fussilet, October 08, 2008, 04:40:47 PM

Previous topic - Next topic

woodsters

Ithink i misunderstood stargatecorner...I would like to have the new post envelope lighter or a different color than the black, it's hard to see it ...

stargatecorner

It's ok, I change the icon off to on!

RedCairo

You have been very polite and professional and have helped many people with questions that really had nothing to do with your theme and only to do with basic coding. I respect that. If people are impatient or rude please don't take it personally... since they don't know you personally. Your theme is really beautiful. I'm going to add some buttons, change out logo and side inclusions, but it has saved me a massive amount of work, finding something so elegant to begin with.

I have been hesitant about a new theme because I don't want to modify a theme only to have to redo it all for v2.0 and my co-webmaster is hesitant to put a beta theme on a big forum. But you are helpful enough that I think I am willing to risk it, knowing I can ask a question if I get into trouble I can't get myself out of. Thanks for providing this nice design.

PS Your english is pretty good actually. ;-)

stargatecorner

Fussilet for president!  :D

funcouldron

Quote from: palyne on November 15, 2008, 02:34:17 PM
You have been very polite and professional and have helped many people with questions that really had nothing to do with your theme and only to do with basic coding. I respect that. If people are impatient or rude please don't take it personally... since they don't know you personally. Your theme is really beautiful. I'm going to add some buttons, change out logo and side inclusions, but it has saved me a massive amount of work, finding something so elegant to begin with.

I have been hesitant about a new theme because I don't want to modify a theme only to have to redo it all for v2.0 and my co-webmaster is hesitant to put a beta theme on a big forum. But you are helpful enough that I think I am willing to risk it, knowing I can ask a question if I get into trouble I can't get myself out of. Thanks for providing this nice design.

PS Your english is pretty good actually. ;-)


i totally agree with you....
Visit us at  ww.4moreFun.com

funcouldron

can you people design theme like this site have

http://w4rz.org

it is running v bulletin... but this theme is realty gr8
Visit us at  ww.4moreFun.com

Fussilet

necessary to take the permission, some difficult work :)

funcouldron

i dont think so ,, coz its V bulletine and we are using smf.. still if you make that then it will be gr8..

the best part i like in that theme is their post view ,,
Visit us at  ww.4moreFun.com

Szalony Szeryf

#88
Hello
First, I want to thanx for this great temlate.

I want to add a line on the top of the post. In SMF 2.0.4 version there is no space betwen post, and menu, so the text look illegible.
Here is a screen where I mark it:

hxxp:www.fotosik.pl/showFullSize.php?id=af39ab01de4ccc48 [nonactive]

How I can change this ?
Thanks, and sorry for my language  ;)

EDIT:
I made this.

You must edit style.css
And change:

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

with line:
Quote{
    width: 100%;
    overflow: auto;
    line-height: 1.3em;
}
/* add a visual divider between subject and post */
.post
{
    margin-top: 0.7em;
    padding-top: 0.7em;
    border-top: solid 1px #888;
}
:D

woodsters

Any help on getting the words to show up on the left side under the post count that you can do with a mod like "custom Profile Fields" ... it worked when I used the classic them version, but once I changed to this theme, they are not visible now.

stargatecorner

#90
Fussilet,the icon moderate for the italian version 2.0b4?? Also I have problem with members


woodsters

Another problem...my logo will not show up completely in the header...how can I adjust the board to allow more space up there to show the whole logo? It cuts it of on the bottom and right side with black...

Fussilet

Quote from: stargatecorner on November 20, 2008, 05:12:03 PM
Fussilet,the icon moderate for the italian version 2.0b4?? Also I have problem with members



Hello stargatecorner, I added  languages file for 2.0 beta versiyon...

Quote from: woodsters on November 20, 2008, 05:17:21 PM
Another problem...my logo will not show up completely in the header...how can I adjust the board to allow more space up there to show the whole logo? It cuts it of on the bottom and right side with black...

hello woodters,
open style.css find

#logo {
    position: absolute;
    top: 30px;
    left: 30px;
    display: block;
    width: 350px;
    height: 105px;
    cursor: pointer;
    background: url(./images/logo.png) no-repeat;
}

width and height Exchange the dimensions

regards...

stargatecorner

I upload a new italian 2.0 language file but I have not change. Why?

woodsters

Quote from: Fussilet on November 20, 2008, 06:15:58 PM
Quote from: stargatecorner on November 20, 2008, 05:12:03 PM
Fussilet,the icon moderate for the italian version 2.0b4?? Also I have problem with members



Hello stargatecorner, I added  languages file for 2.0 beta versiyon...

Quote from: woodsters on November 20, 2008, 05:17:21 PM
Another problem...my logo will not show up completely in the header...how can I adjust the board to allow more space up there to show the whole logo? It cuts it of on the bottom and right side with black...

hello woodters,
open style.css find

#logo {
    position: absolute;
    top: 30px;
    left: 30px;
    display: block;
    width: 350px;
    height: 105px;
    cursor: pointer;
    background: url(./images/logo.png) no-repeat;
}

width and height Exchange the dimensions

regards...

My file is 500 width and 100 heigth and it still cuts off at the bottom...

funcouldron

#95
i got few problems with alignment .. see the below images



Visit us at  ww.4moreFun.com

Szalony Szeryf

#96
Hello again
My another question. How I can make background in a "qoute" area ?
Because, there's only on the nick. Like in this picture:

hxxp:www.fotosik.pl/showFullSize.php?id=9c0294c9bc1a12bd [nonactive]

And why text in the post - in Internet Explorer - is on the bottom ?

hxxp:www.fotosik.pl/showFullSize.php?id=8c29043679b4b461 [nonactive]

Thank you

One more time, I will reply to myself.
To change quote background edit style.css :
Replace:
Quote
/* A quote, perhaps from another post. */
.quote
{
   color: #000000;
   background-color: #959595;
   margin: 1px;
   padding: 1px;
   font-size: x-small;
   font-style: italic;
   line-height: 1.4em;
}
to this
Quote/* A quote, perhaps from another post. */
blockquote
{
   color: #000000;
   background-color: gray;
   border: 1px solid white;
   margin: 1px;
   padding: 1px;
   font-size: normal;
   line-height: 1.4em;
}


You can visit my forum and see this: hxxp:www.forum.spartan7.pl [nonactive]
8)

funcouldron

Visit us at  ww.4moreFun.com

Szalony Szeryf

#98
I put tip how to fi this bug in IE, but it was wrong, so I delete it. I know only the way to fix this bug in default template.
To fix it in Default Template add to: Themes/default/css/ie6.css

Quote#forumposts .postarea
{
margin-left: 1%;
float: right;
}

How to fix it in this template - I don't know.

funcouldron - to change colour of links, and font you should edit style.css .

For example - to change link colour:
Edit:
Quote/* Normal, standard links. */
a:link
{
    color: #FFFFD2;
    text-decoration: none;
}
a:visited
{
    color: #FFFFD2;
    text-decoration: none;
}
a:hover
{
    color: white;
    text-decoration: underline;
}
And change colors like this:
Quote/* Normal, standard links. */
a:link
{
    color: grey;
    text-decoration: none;
}
a:visited
{
    color: grey;
    text-decoration: none;
}
a:hover
{
    color: white;
    text-decoration: underline;
}

To make font colour the same in all posts edit:
Quote/* Alternating backgrounds for posts, and several other sections of the forum. */
.windowbg, #preview_body, #windowbg
{
   background: #1a1a1a;
   color: #FFFFD2;
   font: 11px;
   font-family: tahoma;
   border: solid 1px #252525;
}
And change color:
Quote/* Alternating backgrounds for posts, and several other sections of the forum. */
.windowbg, #preview_body, #windowbg
{
   background: #1a1a1a;
   color: grey;
   font: 11px;
   font-family: tahoma;
   border: solid 1px #252525;
}
You can change almost every colour in the style.css , just play  ;)

Gentlemen (and ladies), I'm new at this forum. Maybe somewhere, somebody find a way to fix this bug ??

stargatecorner

Fussilet wrote: I added  languages file for 2.0 beta versiyon...
??

Advertisement: