
Your participation in our efforts to keep our local crags clean is appreciated! Thank you to all who came out to clean up, and to all of the local businesses that supported us. It was a great success. Please keep an eye on the sight for updates about future events and a full write-up about the recent Adopt-a-Crag.

Curious to see what this does on our site. So much capability here, so little time to play with it. :-(
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.
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.
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:
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.