News:

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

Main Menu

Synthetic + Synthetic Light

Started by Urban Themes, May 01, 2012, 03:02:36 PM

Previous topic - Next topic

Urban Themes

Link to the theme


This is a nice dark theme for SMF 2.0.2

Demo: LINK


Social Media Links are adjustable through "Current Theme" section in Admin Panel
You can specify your logo URL at the same place

Urban Themes

#1
Update 13th of May[/color] - added light version

Demo:  .:DARK:....:LIGHT:.

Adrek

Polskie wsparcie SMF na simplemachines.org

the simplest solution is most likely the right one

vbgamer45

Great theme! Social Media a must nowaday!
Community Suite for SMF - Take your forum to the next level built for SMF, Gallery,Store,Classifieds,Downloads,more!

SMFHacks.com -  Paid Modifications for SMF

Mods:
EzPortal - Portal System for SMF
SMF Gallery Pro
SMF Store SMF Classifieds Ad Seller Pro

wicked1

great theme.
is there a way to adjust the width of this forum? I've tried the ways listed for other themes, but none seemed to work for this theme.

Adrek

To change width you have to edit 'width' in this part (inside index.css):
.center
{
width: 980px;
margin: 0 auto;
}
Polskie wsparcie SMF na simplemachines.org

the simplest solution is most likely the right one

wicked1

thanks for the quick response. worked great :)

wicked1

hello again
now that i'm starting to fill up the forum with threads, I'm running into an issue with something called "LGFBlocks" which I never installed, but it seems to come with your theme?

I have a board that has 2 sub-boards (or "child" boards), when neither sub-board has posts, and I click to see the board, it shows up properly.

But if one board has posts and the other doesn't, or if one board has "new unread" posts and the other doesn't, I get this error in the column where the last post info should be on the far right:
QuoteFatal error: template_main() [function.require]: Failed opening required '/forums/Sources/LGFBlocks.php' (include_path='.:/apache/lib/php') in /forums/Sources/Load.php(2181) : eval()'d code on line 96
Along with that error, it's only showing the board that has the new unread posts in it, the other one disappears.

I don't have a file named LGFBlocks.php and never have. I redownloaded the theme and there isn't one in the zip file either.

The admin error log shows this:
Quote2: template_main(/forums/Sources/LGFBlocks.php) [<a href='function.template-main'>function.template-main</a>]: failed to open stream: No such file or directory
File: /forums/Themes/Synthetic_by_UrbanThemes/MessageIndex.template.php (eval?)
Line: 96
When I look at MessageIndex.template.php Lines 95-98 it shows:
Quoteelse{
                   require_once($sourcedir .'/LGFBlocks.php');
                   show_avatar($board['last_post']['member']['id'], 50, 1);
                    }
How to fix this error?

Madzgo

Quote from: wicked1 on May 20, 2012, 06:38:35 PM

When I look at MessageIndex.template.php Lines 95-98 it shows:
Quoteelse{
                   require_once($sourcedir .'/LGFBlocks.php');
                   show_avatar($board['last_post']['member']['id'], 50, 1);
                    }
How to fix this error?
Delete those lines


That will be fixed and theme will be updated soon

edit: just use the file from the attachment  (overwrite the existing one)

wicked1


Urban Themes

Update 22nd of May - fixed MessageIndex template

Tonkajk

I have searched the support forums and cannot find an answer to my question.  I am using smf 2.0.2 and I have your Synthetic Theme....when I click on a member's name, their profile comes up and their name (at the top of the profile page) is in black and it's difficult to read.  This also happens whenever I post a new poll, the poll question is in black...

Where do I go in the theme settings to change these titles to a different color?

Thanks for your help!

Madzgo

Find this part in your Index.css

h1, h2, h3, h4, h5, h6 {
    color: #000000;
    font-size: 1em;
    margin: 0;
    padding: 0;
}


And change color to #fff

Like this:
h1, h2, h3, h4, h5, h6 {
    color: #fff;
    font-size: 1em;
    margin: 0;
    padding: 0;
}


You can access Index.css by FTP or by going to
Admin/Configuration/Themes and Layout/Modify theme/ Synthetic / Edit this theme's stylesheets.

If you can't find that part, scroll to the bottom of the file and paste this:

h1, h2, h3, h4, h5, h6 {
    color: #fff;
    font-size: 1em;
    margin: 0;
    padding: 0;
}

Tonkajk

I just changed that and it is still black

Madzgo


Tonkajk

It's working fine now!  Thanks for the help! 

RizAIR

Very good theme!
Could you please tell how to remove gray border around avatar?

Madzgo

I don't think there is gray border around avatar specified by this theme, it's more likely in the picture that's used for avatar

Unless you think about the shadow on the index page

RizAIR

Thanks for the answer.
I mean obligatory gray border on every avatar(see pic from demo)
It is fine most of the time but looks bad on avatars with transparency

I couldn't find anything about it in index.css

Madzgo

Find this, near 3618. line  (index.css)

.avatar img {
    box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.3);
}


And remove it

Advertisement: