Crooked Creek golf course

by Dean Email

 

Crooked Creek is a course I play often during the Nov thru March winter rates.  It seems like it plays shorter than the score card would indicate, It's tight and you can lose a lot of balls.  It has had some business difficulties and I've heard rumors about what changes have taken place but nothing I could state as fact.  What I do know is that the course was in bad unkept shape in 2006-2007.  For the last two years it has been well taken care of and now is in very good shape.  The staff twice lost my groups tee times last year, however they quickly and apologetically made it right and got us out with little delay.  The staff also seems genuinely interested in making sure you have a pleasant experience. The electric carts are in good shape and clean.  All in all a course I recommend.
Crooked Creek Golf Club
333 S 134th St
Lincoln NE 68520-9499
Phone 402-489-7899

 

About widgets...

by Dean Email

b2evolution blogs are installed with a default selection of Widgets. For example, the sidebar of this blog includes widgets like a calendar, a search field, a list of categories, a list of XML feeds, etc.

You can add, remove and reorder widgets from the Blog Settings tab in the admin interface.

Note: to be displayed widgets are placed in containers. Each container appears in a specific place in an evoskin. If you change your blog skin, the new skin may not use the same containers as the previous one. Make sure you place your widgets in containers that exist in the specific skin you are using.

Skins, Stubs, Templates & website integration...

by Dean Email

By default, blogs are displayed using an evoskin. (More on skins in another post.)

This means, blogs are accessed through 'index.php', which loads default parameters from the database and then passes on the display job to a skin.

Alternatively, if you don't want to use the default DB parameters and want to, say, force a skin, a category or a specific linkblog, you can create a stub file like the provided 'a_stub.php' and call your blog through this stub instead of index.php .

Finally, if you need to do some very specific customizations to your blog, you may use plain templates instead of skins. In this case, call your blog through a full template, like the provided 'a_noskin.php'.

If you want to integrate a b2evolution blog into a complex website, you'll probably want to do it by copy/pasting code from a_noskin.php into a page of your website.

You will find more information in the stub/template files themselves. Open them in a text editor and read the comments in there.

Either way, make sure you go to the blogs admin and set the correct access method/URL for your blog. Otherwise, the permalinks will not function properly.

Apache optimization...

by Dean Email

In the /blogs folder there is a file called [sample.htaccess]. You should try renaming it to [.htaccess].

This will optimize the way b2evolution is handled by the webserver (if you are using Apache). This file is not active by default because a few hosts would display an error right away when you try to use it. If this happens to you when you rename the file, just remove it and you'll be fine.