Link to the theme (http://themes.simplemachines.org/index.php?lemma=165)
(http://themes.simplemachines.org/index.php/action,download/lemma,165/image,thumb)
A modern theme with a urban look. It has 4 color choices, 3 width settings and the option to allow members to use these - or not.
Demo:
http://www.tinyportal.net/demo/index.php?demo=cityscape
Amazing work, I'm glad you know there's someone with a passion for graphics :D
Gfx is half the theme really. If that don't work, no great coding will help imho. ;)
Great work, i love it!
Updated to work with SMF 1.1 final.
New demo at: http://www.tinyportal.net/demo/index.php?demo=cityscape
Love this theme, especially because of the resizeable text!
We have some users with sight difficulties, and that feature puts this theme 100% above any others I've seen.
Great looking theme, nice work Bloc! One problem though, the news fader doesn't work in IE 7, SMF 1.1.2. Is there a pending fix?
As much as we encourage people to use FireFox, some people just won't convert. But anyway, life would be kinda dull without IE. This busy support forum would be reduced to a few topics here and there :)
Another cosmetic issue is the buttons on the Nav bar for changing the screen width don't match the other buttons (at least in FF), they are darker and larger/not lined up.
I am testing out using just stylesheet changing for the width, instead of using a form as now. Thats why the buttons are different - they are actually submit buttons. :P
As for the IE issue I will look into it.
how do i change the image cityscape theme?
thanks
This one is cute as well
I been using this theme in the Beta version 2.0 and works really goog, the only problem is when you log in, there is no way to change the size of the board to 96%, 98% or 800.
this theme isnt designed for smf2 atm that may be reason :P
Thats right, its the javascript that needs to change for SMF2. Among other things.
Hello! I'd like to add a new tab to the forum header. I've learned how to modify the default theme's index.template.php, but this one seems to be set up differently. I've modified everything except the name for the tab - I tried the following, but it's not working:
// website button
$context['menubox'][]=array(
'title' => $txt['website'],
'link' => 'http://www.ci.newton.ma.us/MIS%5CGIS%5CEM%5Cy9Ad200xx527%5CO23EMxzx5x64/default.htm',
'chosen' => 'website',
'memberonly' => false,
'guestonly' => false,
'permission' => '',
);
I'm imagining that I have to put something in the $txt[' '], but website doesn't seem to pass muster. Any suggestions would be appreciated.
Try to exchange it simply with your title, like:
// website button
$context['menubox'][]=array(
'title' => 'Website',
'link' => 'http://www.ci.newton.ma.us/MIS%5CGIS%5CEM%5Cy9Ad200xx527%5CO23EMxzx5x64/default.htm',
'chosen' => 'website',
'memberonly' => false,
'guestonly' => false,
'permission' => '',
);
The $txt['website'] need to be defined somewhere for it to work, either in language files or simply put the name as I showed.
Drat, that was easy. I thought I tried that before.
At any rate, thanks very much!
Quote from: Bloc on April 29, 2008, 11:21:50 AM
Thats right, its the javascript that needs to change for SMF2. Among other things.
Do you plan on updating this theme to 2.0? ;D