News:

Wondering if this will always be free?  See why free is better.

Main Menu

Minimalistic Theme

Started by CrimeS, February 19, 2012, 02:31:07 PM

Previous topic - Next topic

CrimeS

Link to the theme


New Minimalistic SMF2 Theme,


//UPDATE3
Fixed major issues with theme, mainly stylistical
Added option to change logo without changing files, however if you prefer you can just replace smflogo.png
Added hungarian theme strings, thanks Ralesk!

//UPDATE2
Adds Login or Register on top

//UPDATE
Removes text for unregistered users


All of those updates are included in current package.

Live demo: http://demo.studiocrimes.com

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

CrimeS

Thanks for comments and downloads. If I will find some time then I will make darker version of this theme.

impreza

Very nice style, I like.

Choć może można napisać i po PL - fajnie wygląda.
Portal ToTemat.pl - treści w postaci artykułów i filmów tematycznych.

CrimeS

#4
I released update 2 which adds and removes few problems on the top of the theme.

Oczywiście, że po polsku można :)

Truts2

Brawo, fajnie wygląda :)

Great, looks nice :)

ARG01

No, I will not offer free downloads to Premium DzinerStuido themes. Please stop asking.

Anbieter

Thank you for this theme, it's exactly what i was looking for :-)

abhirupmanna

Damn I love your themes..
Quote
" When there is a will there is a way. If there is no way make one "

Please do read my blog
I would love to hear your comments.

Touchline Reporter : for the hardcore soccer fans

Tennant


CrimeS


DEANO3528

I was directed to ask my question here from another section so hope you can help.
I have 2.0.9 that is incorporated into a Joomla website via an external url module. I easily managed to change the smf logo to the one for the main site but I can't see what to change in index.template.php to alter the url in the logo to the website, to act like a kind of 'Back' button.
Theme is Minimalistic_SMF2 the colours of which work perfectly with the website it is linked to.
Any help appreciated, cheers.

CrimeS

In index.template.php find this code, which is responsible for logo image and url:

if (empty($context['header_logo_url_html_safe']))
echo '<a href="', $scripturl ,'"><img src="' . $settings['images_url']  . '/smflogo.png" alt="' . $context['forum_name'] . '" /></a>';
else
echo '
<a href="', $scripturl, '"><img src="' . $context['header_logo_url_html_safe'] . '" alt="' . $context['forum_name'] . '" />', '</a>';


Now you need need to change those bits in two places:

', $scripturl ,'

It can be changed to any url you want to.

DEANO3528


gonencemlak.com.tr

I liked it. Thank you for sharing this theme.

CrimeS

No problem and thank you very much for kind words.

oljo

Hello.

I have a few questions about your theme that looks awsome btw!

I am a total newbie when it comes to SMF.

Is it possible to move the search line down to the "menu" line and have the black line on top go all the way down just over the "menu" line? so the logo is inside the black top?


CrimeS

I'm not sure if that's what you want, but here's the modified index.template.php. Just replace it with the one on your forum.

oljo


Ouh Thanks!

Its almost right.

i have paintet it in so you can se :)

I REALY appreciate that you do this for me!

Thanks you!

CrimeS

I can't make out from screenshot what do you want to do with the (Unread/Messages), but if you want to translate it into your language then go into /languages and create the following files:
ThemeStrings.YOUR_LANGUAGE_NAME.php
ThemeStrings.YOUR_LANGUAGE_NAME-utf8.php

YOUR_LANGUAGE_NAME needs to be changed appropriately.

This is what goes into those 2 files (translate it first):
<?php

$txt
['theme_welcome'] = 'Welcome, ';
$txt['theme_messages'] = 'messages,';
$txt['theme_unread'] = ' unread';
$txt['theme_login'] = 'Login';
$txt['theme_or'] = 'or';
$txt['theme_register'] = 'Register';

?>





I attach index.template.php with removed search.




Logo background can be changed in index.css. Find this (it's just at the end):
.logo
{
height: 75px;
width: 100%;
border-top: #dadada solid 1px;

background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top,  #ffffff 0%, #f3f3f3 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f3f3f3)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ffffff 0%,#f3f3f3 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ffffff 0%,#f3f3f3 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ffffff 0%,#f3f3f3 100%); /* IE10+ */
background: linear-gradient(top,  #ffffff 0%,#f3f3f3 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f3f3f3',GradientType=0 ); /* IE6-9 */


}


and replace it to for example this:
.logo
{
height: 75px;
width: 100%;
border-top: #dadada solid 1px;
background: #000;
}

Advertisement: