Welcome, Guest. Please login or register.
Did you miss your activation email?
May 27, 2012, 05:41:35 AM

Login with username, password and session length
Search:     Advanced search
Interested in joining the WebsiteBaker team?
For more Information read here or on our new website.
155555 Posts in 21715 Topics by 7737 Members
Latest Member: gx-world
* Home Help Search Login Register
Pages: [1]   Go Down
Print
Author Topic: 2 new WB pages  (Read 1240 times)
ruebenwurzel
WebsiteBaker Org e.V.

Offline Offline

Posts: 7973



WWW
« on: September 17, 2007, 03:17:57 PM »

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

Logged
doc
Guest
« Reply #1 on: September 17, 2007, 04: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)  smiley

Regards Christian

Logged
ruebenwurzel
WebsiteBaker Org e.V.

Offline Offline

Posts: 7973



WWW
« Reply #2 on: September 17, 2007, 05: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
Logged
albatros

Offline Offline

Posts: 674


WWW
« Reply #3 on: September 17, 2007, 05:26:08 PM »

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?  grin

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
Logged
ruebenwurzel
WebsiteBaker Org e.V.

Offline Offline

Posts: 7973



WWW
« Reply #4 on: September 17, 2007, 06:20:39 PM »

Hello,

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

grin grin

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:
header("Location: pages/intro.php");

Changed
Code:
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
Logged
Pages: [1]   Go Up
Print
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.16 | SMF © 2011, Simple Machines Valid XHTML 1.0! Valid CSS!