Page 1 of 1

Frölich und Klüpfel [Industrie]

Posted: Wed 13. Dec 2006, 14:30
by Jan212
Hello community,

I want to introduce another phpwcms project to you:
http://f-u-k.de

Feel free to give critics, design modifications or accolades.
If you think something is missing, feel also free to post it here.

Technical
It has some hand-coded enhancements, the Navigation is based on Flip-Flops solution {NAV_LIST_ALL_DEV} and splitted into individuell ID's for each point in the list. The Language switch is based on the poor man language enhancement.

Generell
For english speaking peops - the english version isn't translated complete, but if you'll see some problematic line-ups in the available content please respond to this thread.

Posted: Wed 13. Dec 2006, 18:01
by nekket
Like it ... nice design and very clear. But the font in the header logo and the logo on the intro page are a little bit low quality...

Posted: Wed 13. Dec 2006, 18:53
by Jan212
@nekket - Lol :D . Very low quality, i know, but it's not my fault. No vectorfile available from the logo, we gave our best to export it well ;). Very bitter.

Posted: Tue 26. Dec 2006, 15:30
by fellchen
Today:

Error 400

We're sorry, but we could not fulfill your request for /index.php?de on this server.

An invalid request was received. If you are using a proxy server, bypass the proxy server or contact your proxy server administrator. This may also be caused by a bug in the Opera web browser.

Your technical support key is: 508c-7707-582e-c5e4

You can use this key to fix this problem yourself.

If you are unable to fix the problem yourself, please contact fervers at null212.de and be sure to provide the technical support key shown above.

Posted: Tue 26. Dec 2006, 16:11
by Jan212
Thanks fellchen - Seems like an Opera Error, i will check it ASAP.

Posted: Tue 26. Dec 2006, 16:31
by Jan212
Problem fixed - There are problems with phpwcms 1.2.8 and Opera 9+, especially it seems to be the phpwcms bad behavior thing. I solved the problem by deactiving the include in index.php.

Line 93

Code: Select all

require_once (PHPWCMS_ROOT.'/include/inc_module/mod_bad-behavior/bad-behavior-phpwcms.php');
TO

Code: Select all

//require_once (PHPWCMS_ROOT.'/include/inc_module/mod_bad-behavior/bad-behavior-phpwcms.php');