Simple Machines Community Forum

Customizing SMF => Graphics and Templates => Theme Site Themes => Topic started by: Bloc on December 02, 2006, 07:07:44 AM

Title: Cityscape
Post by: Bloc on December 02, 2006, 07:07:44 AM
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
Title: Re: Cityscape
Post by: J. Williams on December 02, 2006, 10:46:31 AM
Amazing work, I'm glad you know there's someone with a passion for graphics :D
Title: Re: Cityscape
Post by: bloc on December 02, 2006, 11:32:42 AM
Gfx is half the theme really. If that don't work, no great coding will help imho. ;)
Title: Re: Cityscape
Post by: ormuz on December 02, 2006, 12:25:47 PM
Great work, i love it!
Title: Re: Cityscape
Post by: bloc on December 13, 2006, 04:35:47 PM
Updated to work with SMF 1.1 final.

New demo at: http://www.tinyportal.net/demo/index.php?demo=cityscape
Title: Re: Cityscape
Post by: RanaD on April 07, 2007, 04:06:35 PM
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.
Title: Re: Cityscape
Post by: endurics on May 13, 2007, 03:10:31 PM
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.
Title: Re: Cityscape
Post by: bloc on May 14, 2007, 06:36:29 PM
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.
Title: Re: Cityscape
Post by: hanzahar on June 01, 2007, 08:22:39 AM
how do i change the image cityscape theme?

thanks
Title: Re: Cityscape
Post by: ~Kikoish~ on June 26, 2007, 03:12:35 AM
This one is cute as well
Title: Re: Cityscape
Post by: Chemo on April 24, 2008, 05:28:36 AM
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.
Title: Re: Cityscape
Post by: Deaks on April 24, 2008, 07:19:29 AM
this theme isnt designed for smf2 atm that may be reason :P
Title: Re: Cityscape
Post by: bloc on April 29, 2008, 11:21:50 AM
Thats right, its the javascript that needs to change for SMF2. Among other things.
Title: Re: Cityscape
Post by: awigeon on September 18, 2008, 05:12:27 PM
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.
Title: Re: Cityscape
Post by: bloc on September 19, 2008, 03:44:59 AM
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.
Title: Re: Cityscape
Post by: awigeon on September 19, 2008, 11:57:09 AM
Drat, that was easy.  I thought I tried that before.

At any rate, thanks very much!
Title: Re: Cityscape
Post by: shinbrb on January 19, 2009, 07:16:06 PM
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