General Community > WebsiteBaker Website Showcase
2 new WB pages
(1/1)
ruebenwurzel:
Hello,
just finished two projects with WB. Here are the URL's:
http://www.only-cut.de
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
doc:
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
ruebenwurzel:
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)
--- End quote ---
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
albatros:
Hello Matthias,
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
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.
--- Quote from: ruebenwurzel on September 17, 2007, 04:17:57 PM ---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.
--- End quote ---
Can you please explain a little bit more? It sounds very interesting to me, an maybe not only to me.
Best regards
Uwe
ruebenwurzel:
Hello,
--- Quote ---What I don´t like: I couldn´t find any service-offer for my head - what about polishing?
--- End quote ---
:-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.
--- End quote ---
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: ---header("Location: pages/intro.php");
--- End code ---
Changed
--- Code: ---header("Location: profiltec/de/startseite.php");
--- End code ---
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
Navigation
[0] Message Index
Go to full version