Cityscape

Started by Bloc, December 02, 2006, 07:07:44 AM

Previous topic - Next topic

Bloc

Link to the theme


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

J. Williams

Amazing work, I'm glad you know there's someone with a passion for graphics :D
Joshua Jon Williams
Back in Action.

bloc

Gfx is half the theme really. If that don't work, no great coding will help imho. ;)

ormuz

Great work, i love it!

bloc


RanaD

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.

endurics

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.
Boardnation - Since 2001, Free & Advanced Message Board Hosting Services

bloc

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.

hanzahar

how do i change the image cityscape theme?

thanks

~Kikoish~

This one is cute as well

Chemo

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.

Deaks

this theme isnt designed for smf2 atm that may be reason :P
~~~~
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."

bloc

Thats right, its the javascript that needs to change for SMF2. Among other things.

awigeon

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.

bloc

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.

awigeon

Drat, that was easy.  I thought I tried that before.

At any rate, thanks very much!

shinbrb

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

Advertisement: