Page 1 of 1

www.iba-stadtumbau.de

Posted: Mon 17. Mar 2008, 19:26
by Oliver Georgi
Hi folks,

just to let you know that I had a "smooth" launch of the rebrushed website of IBA Stadtumbau 2010 http://www.iba-stadtumbau.de today.

There are still some things under development - mainly content related things - so the English part is incomplete yet.

The German part looks very well at the moment.

...but as with any website project - there will never be an end.


By the way - you can see many images of my region and my home town on that site:
http://www.iba-stadtumbau.de/index.php? ... au-rosslau
http://www.iba-stadtumbau.de/index.php?dessau-rosslau


Oliver

Re: www.iba-stadtumbau.de

Posted: Tue 18. Mar 2008, 08:11
by nuserXP
Sorry, but I only get to the start page with those links.

Re: www.iba-stadtumbau.de

Posted: Tue 18. Mar 2008, 10:04
by axelko
Great site with very much content. Nice project. And the startpages are also Xhtml valid.
Btw here the links are working ok in ie7 and ff.

Greetz,

Axel

Re: www.iba-stadtumbau.de

Posted: Tue 18. Mar 2008, 13:35
by Oliver Georgi
nuserXP wrote:
Sorry, but I only get to the start page with those links.
Maybe you use some blocking for redirecting? Or maybe DNS changes delayed...

Oliver

Re: www.iba-stadtumbau.de

Posted: Tue 18. Mar 2008, 14:55
by nuserXP
You're somehow right, but I don't understand it. I already had the problem and all at once it worked.

Right now I get an #403 error, which is really weared...
Fehlercode: 403 Verboten. Der Server hat den angegebenen URL verweigert. Wenden Sie sich an den Serveradministrator. (12202)

Re: www.iba-stadtumbau.de

Posted: Tue 18. Mar 2008, 21:56
by Jensensen
there are no dns related or any other problems with this links...

@nuserXP: are you behind a "proxied firewalled webweazle"?

Re: www.iba-stadtumbau.de

Posted: Tue 18. Mar 2008, 22:26
by Oliver Georgi
yepp, maybe intrusion detection or something like that? Who knows.

All you might get is a 301 because of language based redirection.

Oliver

Re: www.iba-stadtumbau.de

Posted: Wed 19. Mar 2008, 07:08
by nuserXP
It has to be a local problem. Yes, I'm behind a proxied firewall, don't know which one, since we outsourced our IT... The error message doesn't come from our proxy though, which I don't understand.

Oh well, this is all OT. Thanks for your help, please continue the discussion about the mentioned site^^ (all those who can access it, which should be everybody except me :D ).

Re: www.iba-stadtumbau.de

Posted: Sat 29. Mar 2008, 21:23
by GermanDevil
Hello Oliver,

It looks really very good.
The design and implementation liked me well. :lol:

When phpwcms finally gets a proper user management?! :cry:

Greetings,
Martin

Re: www.iba-stadtumbau.de

Posted: Mon 14. Apr 2008, 10:55
by rushnikus
Hi Oliver,

How can you make the first tab of navigation have "first" id?

I have {NAV_LIST_UL:F,0,3,path,active,,3,} and i tried many things and cannot force specify of the first link... I am sure I read and understand everything i can find on the forum

Right now has only all of them show li .sub_no | li .sub_no | li .sub_no active i hope I can specify li .first | li | li .active similar like you....

Thanks!!!!

Re: www.iba-stadtumbau.de

Posted: Mon 14. Apr 2008, 13:56
by flip-flop
http://code.google.com/p/phpwcms/source/list?start=113 -> r94 "NAV_LIST_UL enhanced by default class "sub_first" for the first li element of ul - ......." :D

Re: www.iba-stadtumbau.de

Posted: Tue 15. Apr 2008, 02:21
by rushnikus
Ohh thanks! I check now :D

OK I made the change, but I cant find out the correct using for {NAV_LIST_UL} RT

I have this so far: {NAV_LIST_UL:F,0,3,path,active,test,3,}

Did I make the mistake? Thanks! :D

EDIT: OK I find out the problem, need to add //$li .= ' class="'.$li_class.'"'; in the code