PostBadge tag to show // FeedBurner FeedFlare. // ------------------------- // FeedBurner account and feed required. // Sign up at http://feedburner.com //================================================ class module_feedflare { function init(){ global $gregarious; $gregarious->add_settings ( array ( 'feedburner_url' => '' ) ); $gregarious->add_page ( 'FeedFlare', 'modules/feed-flare/icn_Flare.png', 'page_feedflare();', 'feedFlare' ); } function postbadge_tags(){ return array ( array ( 'tag' => '%FLARE%', 'replacewith' => 'feed_flare("",false)' ), ); } function update_info(){ return 100; } } //------------------------------------------ // TEMPlATE TAGS //------------------------------------------ function feed_flare($settings = '', $echo = true){ global $wp_query; $post = $wp_query->post; $sets = array('postID' => $post->ID, 'before' => '', 'after' => 'Gregarious FeedFlare', 'force' => 0 ); grab_sets($settings, $sets); if ( !$sets['force'] && hideOnID($sets['postID']) ){ return ''; } if( !$path = _get_feedburner_url() ) return ''; if( substr( $path, -1 ) == '/' ){ $path = substr( $path, 0, strlen( $path ) -1 ); } $path = str_replace ( 'feedburner.com/', 'feedburner.com/~s/', $path ); $path .= '?i='.get_permalink($sets['postID']); $result = $sets['before'] . "" . $sets['after']; if($echo) echo $result; else return $result; } function _get_feedburner_url(){ $feedurl = greg_get_option( 'feedburner_url' ); if ( $feedurl ){ return attribute_escape($feedurl); } else { $feedburner_settings = get_option('feedburner_settings'); if( is_array($feedburner_settings) && ($feedurl = $feedburner_settings['feedburner_url']) ) { return attribute_escape($feedurl); } else { return false; } } } //------------------------------------------ // OPTIONS PAGE //------------------------------------------ function page_feedflare(){ $feedurl = _get_feedburner_url(); ?> Back from NY. Back on the Blog. at spencerb.net



Back from NY. Back on the Blog.

I just had a great trip to New York to compete in the Columbia Mock Trial tournament.  Our team was 9th out of 22 and the other NU team was 6th with three of their team members taking individual awards.

This was my second trip to NY and I enjoyed the city a lot more this time around.  Honestly, the first time I was not a big fan.  I did a bit more sight seeing and got to go out a few times this trip.  It made a big difference.

This week, I’m going to post up some photos and give a more detailed account.

Happy Monday!

[?]
Share This

Related posts:

  1. Weekend Blogging Hiatus 2 Ends
  2. Blog Improvements
  3. The Trip Begins
  4. Consider This
  5. Winter Break
  1. Tony Schwab posted the following on January 27, 2009 at 3:05 pm.

    Congrats man! It’s good to hear the ass kicking has not been lost in translation from debate to mock trial! :) Hopkins nigga!

    It’s good you got the opportunity to explore NYC. Something tells me you could dedicate an entire week to doing that and still miss out on some stuff. Oh well, just an excuse to go back! :P


Leave a reply



Get Adobe Flash playerPlugin by wpburn.com wordpress themes

Close
E-mail It