News:

Want to get involved in developing SMF, then why not lend a hand on our github!

Main Menu

DarkModern

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

Previous topic - Next topic

ronnyeriksen

Oh yes that would be great, because this is the only theme  I use.  ;D By the way, do you know how to center the forum title ?

ronnyeriksen

Seriously, DarkModern is actually the only theme I use, so I would really appreciate if you could provide the fix to me.

numus

Quote from: Crip on April 06, 2010, 11:04:55 AM
Quote from: numus on April 05, 2010, 01:15:24 PM
Quote from: Crip on March 30, 2010, 06:29:36 PM
you need to delete it from Admin Panel too.
I did.. but it keeps regenerating all the files somehow

This isn't the Themes fault but the Admin's problem..
How so? If you delete the entire theme folder.. how is it possible for it to be regenerating every file?

Crip

Quote from: ronnyeriksen on April 12, 2010, 02:41:36 PM
Seriously, DarkModern is actually the only theme I use, so I would really appreciate if you could provide the fix to me.

ronny --
change in Themes/default/scripts/register.js ==>To:

function smfRegister(formID, passwordDifficultyLevel, regTextStrings)
{
this.addVerify = addVerificationField;
this.autoSetup = autoSetup;
this.refreshMainPassword = refreshMainPassword;
this.refreshVerifyPassword = refreshVerifyPassword;

var verificationFields = new Array();
var verificationFieldLength = 0;
var textStrings = regTextStrings ? regTextStrings : new Array();
var passwordLevel = passwordDifficultyLevel ? passwordDifficultyLevel : 0;
register.js
var validColor = '#F5FFF0';  <<===// 2e2d2d \\==>     See--
var invalidColor = '#FFF0F0';  <<===// 282828 \\==>   See--


..this will change the Bg area of Register .. this is all i know /?/ should be a place in the css/index.css .... but i've not found it?
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

ronnyeriksen

Thanks a lot ! A good fix indeed. Now I only need to center the forum title, I have checked around, but can't find any solution. Do you have any chance to help me out with this one too ?

clevelife

Quote from: Crip on April 13, 2010, 07:38:18 AM
ronny --
change in Themes/default/scripts/register.js ==>To:

..this will change the Bg area of Register .. this is all i know /?/ should be a place in the css/index.css .... but i've not found it?

Thank you!  I was having the same issue and just found out.  This is an awesome theme and did not want to switch back to the default for people to register with.

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

pyro1082

Hi, so I'm still trying to add my logo. I have a .psd too. Whenever I try to add it it just overflows into the main part. All I need to do is extend the header I suppose. Any ideas?

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

ronnyeriksen

Hello again. This is maybe a very stupid question, but do you know if it's possible to put in some flash buttons/ a .swf file with buttons ?

Crip

I haven't a clue about Flash / .swf ?
...
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

ronnyeriksen

Ok, thanks anyway.

okae

hi, first at all thx for this great theme ;), i have one question, can i modify the weight of the forum? i want that forum weight = 99% of the browser, is this possible?

Crip

#53
Quote from: okae on September 11, 2010, 03:49:28 PM
hi, first at all thx for this great theme ;), i have one question, can i modify the weight of the forum? i want that forum weight = 99% of the browser, is this possible?

Dang bro .. I really don't know anything about that? ..

unless , You meant Width: 99%;  ? .. if so go to: Admin>>Config.>>Current-Theme--->
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

okae

#54
Quote from: Crip on September 11, 2010, 06:44:44 PM
Quote from: okae on September 11, 2010, 03:49:28 PM
hi, first at all thx for this great theme ;) , i have one question, can i modify the weight of the forum? i want that forum weight = 99% of the browser, is this possible?

Dang bro .. I really don't know anything about that? ..

unless , You meant Width: 99%;  ? .. if so go to: Admin>>Config.>>Current-Theme--->

yes, thats im talking about, i try it but dont work, thats why im asking you :S

Crip

Change this::

/* Set a fontsize that will look the same in all browsers. */
body
{
background: #E9EEF2 url(../images/theme/backdrop.png) repeat-x;
font: 78%/130% "Verdana", "Arial", "Helvetica", sans-serif;
margin: 0 auto;
padding: 15px 5%;
}

To this , that 5%; stays   ===== -- unless your wantning something like full width =======> 100%; or 99%;

/* Set a fontsize that will look the same in all browsers. */
body
{
background: #E9EEF2 url(../images/theme/backdrop.png) repeat-x;
font: 78%/130% "Verdana", "Arial", "Helvetica", sans-serif;
margin: 0 auto;
padding: 15px 1%;          • <========= or 0%;   2%; ===>
}

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

okae

Quote from: Crip on September 12, 2010, 06:30:28 AM
Change this::

/* Set a fontsize that will look the same in all browsers. */
body
{
background: #E9EEF2 url(../images/theme/backdrop.png) repeat-x;
font: 78%/130% "Verdana", "Arial", "Helvetica", sans-serif;
margin: 0 auto;
padding: 15px 5%;
}

To this , that 5%; stays   ===== -- unless your wantning something like full width =======> 100%; or 99%;

/* Set a fontsize that will look the same in all browsers. */
body
{
background: #E9EEF2 url(../images/theme/backdrop.png) repeat-x;
font: 78%/130% "Verdana", "Arial", "Helvetica", sans-serif;
margin: 0 auto;
padding: 15px 1%;          • <========= or 0%;   2%; ===>
}



sorry for the delay of this reply, thx Crip, thats exactly what i was searching for.

RoCKeT-88

I just wanted to say what an awesome theme this is~  It's very well done~
Insert Witty Signature Here.

ARG01

I just don't understand it? I still cannot see any images on any Crip themes. Even Crip created themes that are used on others websites. This happens only while viewing Crip's themes, nobody elses. Anyone know of a reason why this is happening?
This happens with the latest version of Firefox.  :-\
No, I will not offer free downloads to Premium DzinerStuido themes. Please stop asking.

Crip

Quote from: G1 on October 14, 2010, 05:18:05 PM
I just don't understand it? I still cannot see any images on any Crip themes. Even Crip created themes that are used on others websites. This happens only while viewing Crip's themes, nobody elses. Anyone know of a reason why this is happening?
This happens with the latest version of Firefox.  :-\

I dunno G1 .. not a clue.. ??
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

Advertisement: