TheCripZone SMF Themes Site

All Things Public => Theme Support => Topic started by: lurkalot on May 04, 12, 05:39:29 AM

Title: Back n Black
Post by: lurkalot on May 04, 12, 05:39:29 AM
Hi guys.

Just noticed I.m getting a lot of errors in my server log (not the SMF error log) regarding a missing file,

"[Fri May 04 02:42:46 2012] [error] [client 95.146.229.204] File does not exist: /xxxx/xxxxxx/xxxx_xxx/forum/Themes/backnblack_20g/images/theme, referer: http://xxxxxxxxxxxx.com/forum/index.php"

There doesn't appear to be a  images/theme  folder hence the errors.  Any idea why this is happening please, and how to fix it?

Running SMF 2.0.2 and Tinyportal

Cheers
Title: Re: Back n Black
Post by: Crip on May 04, 12, 06:31:45 AM
Hey Lurk ,
where did You get your Download of "Back-n-Black" Theme?--  I know what your saying and I will check on it ASAP.

==> Core Templates / Theme has No theme Folder , only images..like BnB Theme.

==> It should look like this in >>Current Theme in admin-panel...if not I will need a link to Theme / site?

------------or a Temp Admin Account & I will fix whatever it is.
Title: Re: Back n Black
Post by: Crip on May 04, 12, 11:28:45 AM
I looked at the CSS and this maybe the error........Please just remove stuff like: background: url(../images/submit_bg.png) no-repeat;


/* The font size of textareas should be just a little bit larger. */
textarea
{
font: 130%/150% verdana, Helvetica, sans-serif;
}

/* Buttons should be styled a bit differently, in order to make them look more button'ish. */
.button_submit, .button_reset
{
background: url(../images/theme/submit_bg.png) no-repeat;    <=======remove theme=======>
border: 1px solid #3D3D3D;
cursor: pointer;
font-weight: normal;
}
input:hover, textarea:hover, button:hover, select:hover
{
border: 1px solid #3D3D3D;
}
.button_submit:hover, .button_reset:hover
{
border: 1px solid #3D3D3D;
background: url(../images/theme/submit_bg.png) no-repeat 0 -140px;    <=======remove theme=======>
}
input:focus, textarea:focus, button:focus, select:focus
{
border: 1px solid #3D3D3D;
}
/* All input elements that are checkboxes or radio buttons shouldn't have a border around them. */
input.input_check, input.input_radio
{
border: none;
background: none;
}



======= cuz there is no theme folder...my bad Mick.
AND HERE......


/* Some BBC related styles.
------------------------------------------------------- */

/* A quote, perhaps from another post. */
blockquote.bbc_standard_quote, blockquote.bbc_alternate_quote {
font-size: x-small;
color: #8A8A8A;
line-height: 1.4em;
background: url(../images/theme/quote.png) 0.1em 0.1em no-repeat;    <=======remove theme=======>
border-top: 2px solid #1B1B1B;
border-bottom: 2px solid #1B1B1B;
padding: 1.1em 1.4em;
margin: 0.1em 0 0.3em 0;
overflow: auto;
}

/* Alterate blockquote stylings */
blockquote.bbc_standard_quote {
background-color: #2B2B2B;
}
blockquote.bbc_alternate_quote {
background-color: #2B2B2B;
}

/* A code block - maybe PHP ;). */
code.bbc_code {
display: block;
font-family: "courier new", "monaco", "lucida console", monospace;
font-size: 11px;
background: #2B2B2B;
border-top: 2px solid #1B1B1B;
border-bottom: 2px solid #1B1B1B;
line-height: 1.5em;
padding: 3px 1em;
overflow: auto;
white-space: pre;
/* Show a scrollbar after about 24 lines. */
max-height: 24em;
}

/* The "Quote:" and "Code:" header parts... */
.codeheader, .quoteheader {
color: #666;
font-size: x-small;
font-weight: bold;
padding: 0 0.3em;
}


Title: Re: Back n Black
Post by: lurkalot on May 04, 12, 12:49:23 PM
Thanks Jeff.  Is it just those couple of lines I have to remove, or the whole sections that you posted?  You know me, I'm bound to mess it up, lol..   I'll attach my index.css file. ;)
Title: Re: Back n Black
Post by: Crip on May 04, 12, 01:21:04 PM
Just those few places , not the entire code.
Title: Re: Back n Black
Post by: lurkalot on May 04, 12, 01:54:07 PM
Thanks Jeff, you're a star. ;)  I'll keep an eye on the server log now, and see what happens.

Cheers.  :up:
Title: Re: Back n Black
Post by: Crip on May 04, 12, 01:58:25 PM
Ok bro ' ,
I kinda sure that is the error.
Title: Re: Back n Black
Post by: lurkalot on May 05, 12, 03:29:19 AM
Quote from: Crip on May 04, 12, 01:58:25 PM
Ok bro ' ,
I kinda sure that is the error.

Jeff thanks that did indeed fix that error.  But there's a couple more "file does not exist" errors in the server log.

It seems to be looking for quote.png  and  submit_bg.png  and these two images apear to be missing from the images folder

"/Themes/backnblack_20g/images/quote.png, referer: http://xxxxxxxxxxxx.com/forum/Themes/backnblack_20g/css/index.css?fin20"

"/Themes/backnblack_20g/images/submit_bg.png, referer: http://xxxxxxxxxxx.com/forum/Themes/backnblack_20g/css/index.css?fin20"

Rgrds

Mick

Title: Re: Back n Black
Post by: Crip on May 05, 12, 06:30:39 AM
I can add those in the ../Themes/backnblack/images/.. in a new Zip on SMF..look for it This Day! :up:
Title: Re: Back n Black
Post by: lurkalot on May 07, 12, 07:13:39 AM
oops, forgot to post back.  Thanks Jeff, adding those images fixed my errors.

Cheers.  ;)
Title: Re: Back n Black
Post by: Crip on May 07, 12, 07:15:47 AM
Great Mick ,
Title: Re: Back n Black
Post by: lurkalot on May 07, 12, 07:32:27 AM
It's a great theme Jeff  O0  I think I have quite a few members using it.  They prefer darker themes on photography websites, it makes the images stand out.

To be honest it's hard to find decent dark themes which fit photography based sites, which are easy on the eye when reading the forums, and look good on the front page when using a portal.  If you see what I mean.
Title: Re: Back n Black
Post by: Crip on May 07, 12, 07:38:14 AM
I have a *New Dark Theme coming soon..Basic White n Black. ;)
Title: Re: Back n Black
Post by: lurkalot on May 07, 12, 07:55:16 AM
Quote from: Crip on May 07, 12, 07:38:14 AM
I have a *New Dark Theme coming soon..Basic White n Black. ;)

Thanks, I'll look out for that one.  O0
Title: Re: Back n Black
Post by: Crip on May 07, 12, 07:57:46 AM
                          :bf: