Blogs

smitty's picture

Yeay, I have a blog

Curious to see what this does on our site. So much capability here, so little time to play with it. :-(

Swan Falls Clean-up

Check out www.frontboise.blogspot.com for photos of the Swan Falls clean-up. Thank you to all who came out and supported this event. Together, we showed Idaho Power and the BLM that climbers care and respect the environment. As we continue to build community, we will continue to gain support, and continue to have a voice.

Climbing society with IT

Advertising for climbers on issues regarding access is what I can understand of the Boise Climbers Alliance, which has an effect on other climbing related material; to promote low-impact, environmentally sensitive, safe climbing practices; to advance communication between local climbers by using microsoft training and to serve the climbing society with Microsoft tools.

URL tricks

If you want to create a link on a page but don't want it to break if it is in http://www.boiseclimbers.org/test-site or http://www.boiseclimbers.org, you can do this:

<a href="<?php echo url(NULL, NULL, NULL, TRUE); ?>bca-board-members">BCA Board</a>

or this:

<?php echo l("BCA Board", "bca-board-members", array(), NULL, NULL, FALSE, TRUE); ?>

The PHP code above will turn into whatever is the root of the Drupal installation you are using:

BCA Board

One point to note is that that the first one doesn't require "PHP code" for the input format - it appears to work just fine in "Full HTML" mode as well. For the second one, however, "PHP code" input format seems to be required.

Syndicate content