Dungeon Madness

Nice forum, even though I'm not too much of a fan for dark themes.
Good job! 🙂
 
😀 Thank you xarver I'm glad you like it, even though your not a fan of dark theme. I appreciate your feedback.
 
Ah, finally, a fellow ProBoarder. :great:

Pros:

  • Dark Theme. I'm a major fan of the darkness. 😉
    The banner is very good, as well as the whole theme itself.
  • 'Total Topics: 541 - Total Posts: 1,056' and only 39 members? Nice work!
  • All boards (except for declined [but ignore that]) have posts in them.

Cons:

  • Main page login.

    The login looks a bit dorky on the main page. I'd advise using the remove main page login code by California;

    Placement: Main Footer

    Code:
    <script type="text/javascript">
    <!--
    /* remove main page login table by california */
    var table=document.getElementsByTagName("table");
    if(location.href.match(/com\/?((index\.cgi)?\??(action=(ma.+ad|logout|home|change.+?))?(#.+)?)?$/) && !table[0].innerHTML.match(/action=logout/)){
        for(i=table.length-1;i>0;i--){
            if(table[i].innerHTML.match(/<b>login/i) && table[i].cellPadding=="4"){
                table[i-1].style.display="none";
                break;
            }
        }
    }
    // -->
    </script>

That's pretty much it. I wish you luck with your forum.
 
You should definitely not do a free boards, less people sign up.
Also it looked more like a myspace page then an actual forum site.
The colors didn't really go well, and the scrolling dungeon was iffy.
 
Back
Top Bottom