stinhambo - 12 June 2008 10:05 PM
Superb looking site but perhaps you can tidy up the login/registration links at the top. Looks like there is a bit of left margin/padding going on there.
Steven,
Thanks! I appreciate that. Can you tell me what browser you’re using? For some reason I had a heck of a time with the login/registration area and I thought I finally had it sorted out at least in the majority of browsers. It should look fine in FireFox, Opera, Safari (windows) and IE7.
As for removing the index.php, I’m using the “file and directory check” method found on this wiki page: http://expressionengine.com/wiki/Remove_index.php_From_URLs/
Essentially all I’ve done is copy/paste:
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ /index.php/$1 [L]
into an htaccess file in the root directory of my server.
And the 404 Error Page, I’ve just set up template which I’ve named “404-error” and placed the static code/text in that template for the 404 page. Under the global template preferences you can set what template you’d like to use for your 404 page.
I don’t know how far you browsed into the site, but I’ve already done some geolocation with google maps myself using the CoolLocation Extension see this page as an example: Kearney Hill Golf Links. I’m going to check out your code more closely tomorrow as I want to do something like Derek suggested with a map which has nodes for all the courses. Do you have a live example of yours?