News:

SMF 2.1.4 has been released! Take it for a spin! Read more.

Main Menu

DarkModern

Started by Crip, December 26, 2009, 06:13:52 PM

Previous topic - Next topic

ARG01

This has been going on for quite some time bro. I have checked some sites that are using your themes and even installed one on my server and none show any images. I was hoping someone could could shed a little light on this as I seem to be missing out on some good themes with FF. Using IE is fine but I hate using IE.  ;D
No, I will not offer free downloads to Premium DzinerStuido themes. Please stop asking.

Crip

Sure thing it has , your a techie so this is your new project..Lol.. :P
I have become comfortably numb!


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



TOTM Winner. | Demo Site1on1 Theme Support

Crip

I have become comfortably numb!


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



TOTM Winner. | Demo Site1on1 Theme Support

SoLoGHoST

Thanks, I really like this theme and the feel of it :)

nickschickuk

Hi! my members love your theme.

We have one problem with it. The "Quick reply" box stretches the forum to the right. When we click on it, the box spreads for another page length to the right. Any ideas?

Thanks!

MrGrumpy

This should fix it

Open the index.css and find

#quickReplyOptions form textarea
{
    height: 100px;
    margin: 0.25em 0 1em 0;
}


Replace with

#quickReplyOptions form textarea
{
    height: 100px;
    width: 635px;
    max-width: 100%;
    min-width: 100%;
    margin: 0.25em 0 1em 0;
}

the possession of knowledge is worthless unless imparted upon others
My Custom Themes
2.0 themes only - I don't do 1.1.x

nickschickuk

Thanks very much! That sorted it right out! x

Crip

Thanks Grumpy ..
it'S updated , just not upload just yet....
I have become comfortably numb!


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



TOTM Winner. | Demo Site1on1 Theme Support

Crip

I have become comfortably numb!


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



TOTM Winner. | Demo Site1on1 Theme Support

Skystone

Hi one of and maybe THE best themes ever. There are more themes by Crip in my theme basket than any other. I maintain several boards dark and light themed.

Anyway Love this theme but it is the only one of Crips themes I ever had a problem with that I couldn't sort out myself.

The problem is the verification image is not showing up. Not for the registration page nor any other instances such as newbie post verification etc

I'm stumped. Thankfully I am still able to use this theme because the 'listen to the letters' function works for registrations. Without that I couldn't use the theme until I figured out this issue and corrected it.

Because the registration form asks the registering user to 'enter the letters in the image' and there is no image. :o

So I will turn off the first post verification restrictions and warn newbies that they will have to 'Listen' to the letters to register.

O btw it's a fresh install that has the latest 2.0.1 patch/upgrade and NO mods installed (as of this typing).

This isn't on a 'live' site yet, so no big problem here. If I get to the bottom of this I will come back and post the solution.

8)

Crip

#70
I will check on that asap!

--
I checked , my demo-site shows it well , see pic.
I have become comfortably numb!


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



TOTM Winner. | Demo Site1on1 Theme Support

Skystone

Sorry I didn't get back sooner on this but it's not a live site and I had to go out of town for a couple of days.

There isn't a thing wrong with SMF or Crips theme. (I should have known).

The problem was with the id10t modifying the themes....me.

I put a full width banner image that I needed to be above the #wrapper <div> (so it would stretch the entire width and not be in the header or wrapper)

So I put the banner in this way:
echo '<img src="', $settings['images_url'], '/wm3bbbwoodsbnnr.png" style="margin: 0px;" alt="', $context['forum_name'], '"/>';

Just above the #wrapper. Right after the < body > tag:
</head>
<body>';

}
part.

Like so:
</head>
<body>';
echo '<img src="', $settings['images_url'], '/wm3bbbwoodsbnnr.png" style="margin: 0px;" alt="', $context['forum_name'], '"/>';
}


The banner was right where it needed to be (for me) and looked and worked great. Except it broke the image verification and Crips theme. I should have known anything I want and need would cause problems. >sigh<

Before I discovered the problem...I learned a lot of stuff researching image verifiacation.
---

So the moral of the story is when you want to put a banner image on the top of your forum above the #wrapper....don't do what I did above.

Now I get to play around and try to find a way to get that banner up there at the top...above the #wrapper, without breaking Crips theme again.

>goes back to the drawing board<

Skystone

Final update:

I ended up ditching the idea of adding an additional 'echo' statement, and just placing a regular htm <img> tag inside an already established echo statement.
this one:
echo !empty($settings['forum_width']) ? 'I plopped the <img> after that, still within the flow of the echo statement.

Everything works great now and doesn't break anything (as far as I can tell, so far)...the image verification looks great. The world is a happy place again and I can make this the default theme.

So Sorry for the false alarm everyone. I'm not that well versed in php as you can tell. I had no idea that adding an additional echo statement with a simple image could be so finicky. And certainly no idea it could interfere with the image verification.
Thanks again Crip, for yet another great theme ! (for dummies like me to break)

Wolphard

Hi there Crip and thank for creating this theme. It's very close to the theme we used on our SMF1.1.xx site (a modded Backbox). Things have gotten a bit different since SMF1 it seems, and I've become rather rusty at this. So I'd like to ask you 2 questions if you don't mind.

1. Where can I change the width of the Darkmodern theme? ~ I like my forums to be full screen usually.
2. Where do I change the header height? ~ Our guild mascotte "Cherry" need to be fitted in and I'd like to give her some room. :)

Thanks in advance for any help you can give me.

Crip

Change the WIDTH just like on Default Curve , you can't AFAIK adjust the Header...
I have become comfortably numb!


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



TOTM Winner. | Demo Site1on1 Theme Support

RoCKeT-88

This theme is awesome but the signature box in the edit profile is white and so is the text so you can not see what you type.  Can someone tell me where to change the back ground color on the signature box in edit profile.  My friend and I trying but not finding it.  I believe a mod caused this issue.

Thanks.
Insert Witty Signature Here.

OnzeDanny

I like the most of Crip's themes, but this one is very very ... nice  8)

Crip

Quote from: RoCKeT-88 on March 31, 2012, 06:46:54 PM
This theme is awesome but the signature box in the edit profile is white and so is the text so you can not see what you type.  Can someone tell me where to change the back ground color on the signature box in edit profile.  My friend and I trying but not finding it.  I believe a mod caused this issue.

Thanks.

Must be a .mod ? .. Demosite I see this:
Pic:
I have become comfortably numb!


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



TOTM Winner. | Demo Site1on1 Theme Support

RoCKeT-88

Quote from: Crip on April 02, 2012, 10:41:37 AM
Quote from: RoCKeT-88 on March 31, 2012, 06:46:54 PM
This theme is awesome but the signature box in the edit profile is white and so is the text so you can not see what you type.  Can someone tell me where to change the back ground color on the signature box in edit profile.  My friend and I trying but not finding it.  I believe a mod caused this issue.

Thanks.

Must be a .mod ?
.. Demosite I see this:
Pic:

Yes I do believe so(I think we have some 20 mods or so installed) but how can I go about finding the where the css is for the sig box?  I think we can fix it if I just can figure out where the CSS is for this.  I am not the best at this stuff and now have someone helping me but we can't figure it out. 

Thanks and this has to be one the best themes ever made for SMF~
Insert Witty Signature Here.

RoCKeT-88

I still can not figure out how to fix this issue.  Where is the CSS for the sig box in edit your profile?  If I can get to that I can probably fix it I think.

Thanks.
Insert Witty Signature Here.

Advertisement: