News:

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

Main Menu

DarkBreak

Started by Bikken, January 27, 2008, 06:53:57 PM

Previous topic - Next topic

Bikken

Link to the theme


DarkBreak is a dark modern looking gaming type theme but can also be used for all kind of other projects.

http://demo.dzinerstudio.com


falguni1


Augh


Apllicmz




VegaTheChosen

beautiful theme!
Quick question the fonts are a bit small for my eyes
any pointers on how to fix that?
thank you

Bikken

Thanks guys!  :)

@ VegaTheChosen:

Open up the file style.css and search for:

body {
    color: #645e50;
    line-height: 135%;
font-family: tahoma, sans-serif;
font-size: 11px;
}


and change 11px to 13px or whatever you like. You can do the same for other font-sizes in that file.

Hope this helps.

dwaynewadeblade

when ı want use a dark theme then I did look for themes of crip.first of all ,i like DarkBreak so much.it s perfect working with turkish language and also a lot of mods.first of all  ı want say ^^ur all themes is interesting .superrrrrr!!!
TNX so much. its number one in my theme pack .darkbreak.!!!
///arkadaslar bence hos bir theme turkçe ile uyumlu modlar super çalışiyor. bence deneyin. ben çok beğendim.///yapmanız gereken theme/ default/language/ setting.turkish.php yi darkbreak/language/  içine atmak  zipleyim.darkbreak temasını güvenle kurabilirsiniz.///

Bikken

*Theme has been updated with a version for SMF 2.0b3

markym

#9
Love your theme and thanks for getting it out there for 2.0 Beta 3 dude.  My questions is ...can you add a news section to this theme in your next release or update?  I'm missing that from my old forum where I used to post hot news items and I don't see any area for news on your theme. However I still have all my news items in the admin area.  Is that a simple update you have planned?  I hope so because we love your theme for our DODS clan the West Coast Party Pirates.  Let me know Bikken and thanks much for a great theme.

markym

Oh ..one other bug issue I've noticed in the theme. The pop up for the help blue icon? ...when the box pops up you can't read any of the text in the help box ....

Bikken

Updated the theme with a few fixes:

- changed color text/links in pop up box
- changed background color in calendar today

@ markym

No, other than the default news fader on boardindex, there's no news section. Admin -> Current Theme -> enable "Show news fader on board index"

sandramichelle

I'm a complete newbie at SMF and have only very basic knowledge about the coding, so I have had some trouble with the following things, and was hoping someone might be able to point me in the right direction!

1.  On the front page, I can not get the series of three numbers to disappear.  I received advice to uncheck one of the boxes in Admin/Current Theme and I did so, but the numbers are still there.

2.  The "new post" icon is not working.  It is showing up as a red X in Internet Explorer.  It WAS working for me in Firefox, however, we want it to work properly with IE, too.

Any ideas!  Help is sincerely appreciated!! 

Lastly, we LOVED this theme!  We've modified it a bit from the original. 
hxxp:www.graphic-fatality.com/forum [nonactive]

Thanks!

siath70

I installed for 2.0 beta public and my smileys don't work.

It's trying to track them back to my url/Smileys/1/default

Where did the 1 come from?

sandramichelle

Just a follow-up... I fixed the issues I was having!

siath70, I can't answer your particular question except to say that my "new" button was tracking back to a folder that did not exist.  I simply changed it in the code to redirect it to the correct folder, and it works fine.  Have you tried that?

Good luck!

siath70

I couldn't find the code for where it tracked the smilies. I just created the sub folder so they would work.

Siath

ssaudio

I can't even install this mod, keep getting this message

"The package you tried to upload either is not a valid package or has become corrupted."

I'm running 2.0b3

thanks for any and all help.  I love this skin.  One of the best i've seen.


Cadderpidder

#17
Maybe we're just blind, but how do we change (if at all) the DarkBreak text at the top left and make it our own? We have a .gif (yes, I know - I didn't do it) image set to go in there, but it isn't reading it right. Eventually it'll be a .png

Also, is there any way to add a boarder between forum posts to separate each post by user?

Thanks in advance for anyones help.

ssaudio

any updates on my question?  I'm feen'ing for this skin.

btw my site is here:  http://www.caraudio-forum.com [nofollow]

siath70

Quote from: Cadderpidder on April 09, 2008, 12:35:53 PM

Also, is there any way to add a boarder between forum posts to separate each post by user?

Thanks in advance for anyones help.

This is done in the CSS file, I have borders around my posts and boards.

I can't remember where it is off the top of my head. But it say something about it being the tables for messages and boards. Just define a border color.

JuniorD

uh where can you find the fonts for the DarkBreak logo?

Ninoslav

How can I make the banner height bigger?
∑∆T M∑! :)

123kid

is there a way to install a shoutbox for this theme :)

it keeps on overlaping on my board...

TIA!

azn102

nice theme i hope u can make it to 1.1.5

markym

Bikken - I've been using your theme now for many months and love it. I especially like using the subscription feature in the 2.0 beta 3.1.  However, I've never been able to get the subscription feature to send out either the email prior to expiration based on my setting of 15 days or the email at the end of the subscription term.  And it's also set to run daily in the scheduled tasks area.  Is that an SMF problem that's corrected in Beta 4?  Does anyone know

themekings

#25
What about the correct code for a GALLERY BUTTON using SMF Gallery Lite?

Anyone able to post that. I have several forums but my button code isnt the same as the others. I'm using:

// Show the [gallery] button.
                  echo '
               <li><a href="', $scripturl, '?action=gallery">' , $txt[smfgallery_menu] , '</a></li>
               <li class="mainnavDivider"><!-- /--></li>';

themekings

Heres the answer for others to use. I got this from the Coding section from member "Chris"

Quote from: cme1st2302 on September 23, 2008, 11:14:51 PM
See if this one works:

// How about the [gallery] button?
echo '<li><a' , $current_action=='gallery' ? ' class="current"' : '' , ' href="', $scripturl, '?action=gallery"><span>' , "Gallery" , '</span></a></li>';


then find this above the buttons

if (in_array($context['current_action'], array('search', 'admin', 'calendar', 'profile', 'mlist', 'register', 'login', 'help', 'pm')))
$current_action = $context['current_action'];


and add gallery to the array like this

if (in_array($context['current_action'], array('gallery', 'search', 'admin', 'calendar', 'profile', 'mlist', 'register', 'login', 'help', 'pm')))
$current_action = $context['current_action'];


Let me know if this works for ya.

Chris

Galatasaray!

where is this theme display.template.php i couldn't find it?

Kethra

There is no custom display.template.php.

You'll need to take a copy of it from the default theme.  I would suggest downloading it, doing your changes, then uploading that to the DarkBreak directory, so you'll have a default copy still intact if you need to revert.
hxxp:kidsneedtoread.org [nonactive]  hxxp:www.dzinerstudio.com [nonactive]

Bikken

Theme updated for SMF 2.0 RC3

popeosorio

#30
hi such, install your theme in the RC3 version and I get this error
Could not load template 'main_above'.
some idea of the solution
thanks

Masterd

Nice theme, but I don't like the picture.

Antechinus

So you can change it. :)

Liam.

Quote from: Masterd on June 04, 2010, 12:05:25 PM
Nice theme, but I don't like the picture.

Ditto to Ant, whip open Photoshop or GIMP or something, and change it ;)

Quote from: popeosorio on June 02, 2010, 01:08:51 AM
hi such, install your theme in the RC3 version and I get this error
Could not load template 'main_above'.
some idea of the solution
thanks

Did you install the correct copy?

thesikaleon

very nice theme


Any idea how to set a wallpaper image as background cause its not just a colour (#252525) to the background, there is a small image repeated.

Antechinus

It's possible but you'd have to edit the frame images around the main part of the forum too. DarkBreak uses quite a few images to do the framing and they all are made for the dark background. Honestly you're probably better asking over at DzinerStudio if you want to get into customising this one much. There is a dedicated board there for this theme (and for all the others).

mitk0o0o0

Awesome theme, using it.

Do you still happen to have the project file for the logo? It looks really awesome and i suck at making suchs stuff.

foempspeedy

Can anyone tell me how i can make the forum wide fullscreen ?
thanks

Bikken

@ mitk0o0o0 - All source files are available in our download section.

@ foempspeedy - Find #wrapper in your css file and change width to 100% or whatever you like.

Tip: Most of these questions have already been asked and answered over at our site.  ;)

Kacper

Hi!
It's a nice theme, author will still updating it to the newest SMF versions, or what?

Deaks

should work with 2.0.2 if not go to there main site and you can get a version that will work there

http://www.dzinerstudio.com/index.php?topic=540.0
~~~~
Former SMF Project Manager
Former SMF Customizer

"For as lang as hunner o us is in life, in nae wey
will we thole the Soothron tae owergang us. In truth it isna for glory, or wealth, or
honours that we fecht, but for freedom alane, that nae honest cheil gies up but wi life
itsel."

Painous

How to center banner on this theme?

Adrek

In index.css:
Code (Find) Select
#logo {
position: absolute;
top: 0;
left: 0;
display: block;
width: 320px;
height: 85px;
background: url(../images/custom/logo.gif) no-repeat;
cursor: pointer;
}


Code (Replace with) Select
#logo {
position: relative;
top: 0;
left: 0;
display: block;
width: 320px;
height: 85px;
background: url(../images/custom/logo.gif) no-repeat;
cursor: pointer;
margin: 0 auto;
}
Polskie wsparcie SMF na simplemachines.org

the simplest solution is most likely the right one

Painous

That is for logo,I asked for banner :)

Adrek

change background: url(../images/custom/banner.jpg) 0 0 repeat-x;
to background: url(../images/custom/banner.jpg) 50% 50% no-repeat;
Polskie wsparcie SMF na simplemachines.org

the simplest solution is most likely the right one

Painous

Thank you,do you know how to put userarea ahead?

Sick Boy!

I want the stars for this theme

TSF666


Hello!
I have a question, how to change height of modules visible on picture.

??

Jacek666

Hello I have the same theme and would like to do the same will help anyone?

Quote from: TSF666 on February 09, 2016, 01:26:16 PM

Hello!
I have a question, how to change height of modules visible on picture.

??

Advertisement: