Recent Topics

Members
Stats
  • Total Posts: 10,754
  • Total Topics: 1,374
  • Online today: 192
  • Online ever: 879
  • (Jan 21, 20, 05:49:15 PM)
Users Online
Users: 0
Guests: 78
Total: 78

Back n Black

Started by lurkalot, May 04, 12, 05:39:29 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

lurkalot

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

Crip

#1
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.
I have become comfortably numb!


No PM's for Support unless invited! 

I remember my mother's prayers and they have always followed me.
   - Abraham Lincoln -
TOTM Winner.

Crip

#2
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;
}


I have become comfortably numb!


No PM's for Support unless invited! 

I remember my mother's prayers and they have always followed me.
   - Abraham Lincoln -
TOTM Winner.

lurkalot

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. ;)

Crip

#4
Just those few places , not the entire code.
I have become comfortably numb!


No PM's for Support unless invited! 

I remember my mother's prayers and they have always followed me.
   - Abraham Lincoln -
TOTM Winner.

lurkalot

Thanks Jeff, you're a star. ;)  I'll keep an eye on the server log now, and see what happens.

Cheers.  :up:

Crip

Ok bro ' ,
I kinda sure that is the error.
I have become comfortably numb!


No PM's for Support unless invited! 

I remember my mother's prayers and they have always followed me.
   - Abraham Lincoln -
TOTM Winner.

lurkalot

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


Crip

#8
I can add those in the ../Themes/backnblack/images/.. in a new Zip on SMF..look for it This Day! :up:
  • Or you can add those yourself..Attached B - low..
I have become comfortably numb!


No PM's for Support unless invited! 

I remember my mother's prayers and they have always followed me.
   - Abraham Lincoln -
TOTM Winner.

lurkalot

oops, forgot to post back.  Thanks Jeff, adding those images fixed my errors.

Cheers.  ;)