WebsiteBaker Community Forum

General Community => WebsiteBaker Website Showcase => Topic started by: ruebenwurzel on September 17, 2007, 04:17:57 PM

Title: 2 new WB pages
Post by: ruebenwurzel on September 17, 2007, 04:17:57 PM
Hello,

just finished two projects with WB. Here are the URL's:

http://www.only-cut.de (http://www.only-cut.de)

http://www.profiltec.com (http://www.profiltec.com)

Both work with a few templates. For the profiltec.com i hade to change one core file to get routed directly to the german startpage in a subdirectory by typing the url.

Hope you like it

Matthias

Title: Re: 2 new WB pages
Post by: doc on September 17, 2007, 05:27:00 PM
Hello,

the contrast of the active menu of the only-cut homepage is not very easy to read (dark green bg and dark red), otherwise it is nice. The other side is ok (nothing special, but ok)  :-)

Regards Christian

Title: Re: 2 new WB pages
Post by: ruebenwurzel on September 17, 2007, 06:19:03 PM
Hello,

Quote
the contrast of the active menu of the only-cut homepage is not very easy to read (dark green bg and dark red)

Yes i know, but this was the wish of the owner of this page. Personally for me the page is to much graphical, but this was also the wish of the owner.

Matthias
Title: Re: 2 new WB pages
Post by: albatros on September 17, 2007, 06:26:08 PM
Hello Matthias,

http://www.only-cut.de (http://www.only-cut.de)

Well, I like it. Maybe I also would have chosen lighter colours and less contrast. But I like it as it is. What I don´t like: I couldn´t find any service-offer for my head - what about polishing?  :-D

http://www.profiltec.com (http://www.profiltec.com)

Very professional presentation! On a 19-inch-screen (which is not so big i think), sometimes there is a lot of free space in the center of the website. That´s why I prefer a fixed width.

For the profiltec.com i hade to change one core file to get routed directly to the german startpage in a subdirectory by typing the url.
Can you please explain a little bit more? It sounds very interesting to me, an maybe not only to me.

Best regards

Uwe
Title: Re: 2 new WB pages
Post by: ruebenwurzel on September 17, 2007, 07:20:39 PM
Hello,

Quote
What I don´t like: I couldn´t find any service-offer for my head - what about polishing?

:-D :-D

Quote
For the profiltec.com i hade to change one core file to get routed directly to the german startpage in a subdirectory by typing the url.

Can you please explain a little bit more? It sounds very interesting to me, an maybe not only to me.

The menu-link feature is buggy if you use it for redirect from a root folder (DE, EN) to the first subfolder page (de/startseite.php or en/welcome.php). So i tried to solve it with the intro Page tool. Simply activating this in the options of WB, create a new empty intro.php in the pages folder and the trick is change in Line 75 of class.frontend.php the path to the header location.

Original
Code: [Select]
header("Location: pages/intro.php");
Changed
Code: [Select]
header("Location: profiltec/de/startseite.php");
Not really good but it does exactly what i want. By the way i think the hardcoded "pages" dir in the original file seems to be a bug. With the hardcoded pages dir the intropage tool only works when the pages dir is "pages"  :wink:

Matthias