MyBB Community Forums

Full Version: Need Idea's for Resident Evil - Community and news portal/forum.
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3
The darker one is definitely better. Anything that has to do with blood, darkness, etc requires something dark and appealing.
What happened to your custom theme?
everyone had a vote, and went for this one, easier on the eye's apparently lol..

its an ok theme when you look at it, and can easily be changed to a darkish theme.
That looks pretty dull, sorry.
(2008-11-30, 03:02 AM)Bey Brad Wrote: [ -> ]That looks pretty dull, sorry.

yea its to be expected, i have however changed the navbar, which makes the header more appealing (http://resievil.com/index.php), its just from the content down thats dull.

any idea's for that part?
I like the navbar and logo, can you give me the code of the login box? thanks Smile
Thanks zero Smile, and here ya go Smile

<?php

if($mybb->user['uid'] > 0) {
    echo "Hey, ". $mybb->user['username'] .".<br>Thanks for logging in.<br><br>";

} else {

     // The user is not logged in, Display the form
    echo "<form action='./member.php' method='post'>
    <input type=\"hidden\" name=\"my_post_key\" value=\"$mybb->post_code\" />
    Username: <input type='text' name='username' size='18' maxlength='30' /><br />
    Password: <input type='password' name='password' size='18' />
    <input type='hidden' name='action' value='do_login'>
    <input type='hidden' name='url' value='./index.php' />
    <input type='submit' class='submit' name='submit' value='Login' /></form><br>";
}

?>

Havn't finished it yet, just working on the design of the site mainly.
The live movie is good but I like the CGI movie most..
Pages: 1 2 3