Simple Machines Forum

I setup a website for my warcraft guild and have been playign around with it the past few days. I started with WordPress, but then quickly switched to Simple Machines Forum with a portal. I was going to try and integrate BBpress into the site, but it’s just too much trouble, it’s buggy and just not worth it to bother using.

I really like SMF, I found a few nice theme and one I liked in particular called Inferno by dzinerstudio. I looked around for a Warcraft theme for the forum, but couldn’t find one, so I just ended up adding a logo to another theme. After I did that I setup a test site and started working on a warcraft theme by modifying the inferno theme. I didn’t do much yet but edit a bit of css and change some images, but here’s a screenshot of it so far.

SMF Warcraft theme

I still want to add a new navigation to it, I’m not sure how hard that’s going to be, but the original author seems helpful on his forums.

UPDATE: I won’t be continuing with this.

Posted in Code, Other Stuff | Tagged , , , | Leave a comment

Twenty Ten Child Theme part 2

I’ve been playing around a bit more with Twenty ten did a few neat things with it. One thing I added was a search to the header on my site, you can see it at the top.

To do this, I searched Google for some code for a search box, wrapped it in a div and added the style to my own CSS.

First make a copy of Twenty Tens header.php then open it in any editor. I wanted mine to show on the right in the Nav menu, so do a search for

<?php wp_nav_menu( array( 'sort_column' => 'menu_order', 'container_class' => 'menu-header' ) ); ?>

This is the code that shows the Menu at the top of my site. At the end of it, go down a line and add the code for the actual search form.

<form method="get" id="searchform" action="<?php bloginfo('home'); ?>/">
<input type="text" value="<?php echo $search_text; ?>"name="s" id="s"onblur="if (this.value == '')
{this.value = '<?php echo $search_text; ?>';}"onfocus="if (this.value == '<?php echo $search_text; ?>')
{this.value = '';}" /><input type="hidden" id="searchsubmit" />
</form>

Now save your new header.php into your child themes folder and refresh your page. You should see a search box near the left above your links. If you do, great, now we need to style it so it looks better.

Continue reading

Posted in Code, Wordpress | Tagged , , | 5 Comments

Legend of the Seeker

“Legend of the Seeker” is a fantasy TV show, based on author Terry Goodkind’s “Sword of Truth” book series. Produced by Disney-ABC, the show currently airs in syndication. With little to no promotion, and an erratic airing schedule, the show has averaged 2.5 million viewers weekly, plus boasts a rapidly growing international fanbase. For more information on the show, please visit the official website.

Though no official statement has been made, as of April 26th, Ausiello reported that the show would be cancelled, since Tribune/WGN America had not purchased distribution for season 3.

The “Save Our Seeker” campaign aims to promote the show by demonstrating the unity and strength of its fanbase. In its first week, the campaign has raised nearly $10,000, proving how passionate and active all of us fans can be in an effort to keep this refreshing show on the air. And we won’t be stopping here – our next project is already in gear: a massive donation of “Legend of the Seeker” DVDs to public libraries.

Posted in Shows | Leave a comment

Glory to the Hero!

About a year after Wrath is released I finally got this achievement on my Shaman today. Took 4 trips to Violet Hold to finally get the water boss to complete the second last one, then a quick trip to Oculus to ride the Emeral Drake to complete it and I got my Red Proto Drake

This is my second Proto-Drake, since I don’t raid much, I was pretty excited. I have the Blue Proto from Upper Pinnacle, this also gives me my 76th mount, 24 to go for the Mountain of Mounts. Here’s a couple screenshots.

Posted in Games | Leave a comment

ICC 10 man Raid

We did our first ICC 10 man raid this week, Heather set it all up. It went great, we easily killed the first four bosses, we didn’t expect to do as well as we did. We had a couple wipes on trash because of bad luck but other than that we had a good time and got some loot for a few players.

Here’s a few screenshots of it, it’s my first time being there so I had alot of fun.

Posted in Games | Tagged , | 1 Comment