• Until recently I was using b2evolution as my blog software, but after setting up WordPress for a friend, I started to play with it on a test site, I recently just decided to tranfer all the content over, then got the MX4 skin and modified it to my taste and the result is:

    http://nullmind.com

    I was able to nicely integrate jVisitors as a template (Stats) and my delicious library DVD collection 🙂

Viewing 6 replies - 1 through 6 (of 6 total)
  • I like the header. Very funny.

    And the navigation is nice across the top of the content area. Nice use of rollover links. Maybe it’s just me, but I have no idea what the blue topped graphic is next to your post titles. It isn’t bothersome, I just can’t recognize or identify it, and I’m a firm believer that is I can’t recognize it and have to spend time looking, it might need fixing because others tend to wonder the same things I do. 😉 If it has a purpose and I’m just not up-to-date on these things, leave it.

    The sidebar links are a little hard to see against the black. You might want to play with those and lighten them up a little or make the font’s larger so they will “thicken” a little up.

    On your DVD collection page, there is a white bar that is clickable and it opens up in a new page and says “Page Not Found”. I don’t know if you are still working on this or not, but it may need fixing. Also, there is nothing that indicates I should click on those, so maybe whatever is supposed to be there is also missing.

    And interesting how you got your stats in a page. Can you tell us how you did that and what you used?

    It’s a nice combination of colors and stuble but amusing details. You do have some errors in your code that need to be cleaned up, but it’s a fun site.

    Thread Starter NullMind

    (@nullmind)

    Hi Lorelle

    Thanks for the comments 🙂 the header IMG is actually an original design 😉

    the image next to the post name is actually a pen, blue for public posts red for private (for my own identification) ..

    The sidelinsk on my monitor show quite bright .. I am on a TFT screen, I shall test it on a CRT and double check, if not, can you send me a screenshow to null @ nullmind.com ?

    Major blunder in the DVD pages, when i changed how the linsk show in WordPress, the images and dvd pages stopped showing, I fixed it, check it now, but be aware, it loads 120+ images, so be patient 🙂

    the stats was easy, i just created a “page” template and did a php include of the jvisitors page (I also change jvisitors CSS to match the site)

    I shall check the code errors 🙂

    Yeah, yeah, yeah. “I just did a php include…” Like ANYONE can do that. ;-P

    And using a TFT…aren’t you spoiled……

    I’m envious….

    Fix it all up and then I or someone else will take another poke at it. Good work.

    Thread Starter NullMind

    (@nullmind)

    Let me knwo what you think of the dvd page 🙂

    as for the Page template .. this is how it looks


    <?php
    /*
    Template Name: Visitors
    */
    ?>

    <?php get_header(); ?>

    <table border=”0″ align=”center” cellpadding=”10″ cellspacing=”0″>
    <tr>
    <td><?php include(ABSPATH . ‘/jvisitors.php’); ?>
    </td>
    </tr>
    </table>

    <?php get_footer(); ?>

    really nice mod of a mod of a theme. The choice of colours, the layout the header – it really gels together well mate. Nicely done.

    nullmind, i just checked out your site. very nice! like the header. was it easy for you to add your delicious library to your wordpress blog? i want to do the same for mine. I have DelciWeb but never thought of adding to my blog.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Pease review: Blog moved from b2evo’ is closed to new replies.