MyBB Community Forums

Full Version: RevolutionBB
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
(2009-03-23, 03:22 AM)Chasingu Wrote: [ -> ]The profiles look alitte like Mybb.
Yeah they do. I wish if information wasn't filled in, it wouldn't show the field for it though. Like if you leave "Aim" blank, I wish it wouldn't show that field since there's nothing to show
hmm That is possible.
But I don't really know if it would be good.
I may give it a try. Smile

Also, I hope you guys don't think I'm "copying" the way MyBB's stuff is, because I'm not!
If I did that I may would get in trouble :s
(2009-03-23, 04:27 AM)D-Fraz Wrote: [ -> ]hmm That is possible.
But I don't really know if it would be good.
I may give it a try. Smile

Also, I hope you guys don't think I'm "copying" the way MyBB's stuff is, because I'm not!
If I did that I may would get in trouble :s

You wouldn't get in trouble but your fork wouldn't last long. Just curious, are you doing this from scratch?
[Shadower856]
echo "i tried 2 join ur website but register page gave error.";
[suggestions]
echo "I'd like to help so here are things that could help you if you take them as ideas and not pointless criticism to make you feel bad:
-> Database access times feel high when writing things in - register page.
-> Register page doesn't work very well.
-> Terms and Conditions page doesn't have a Decline button.
-> Footer link for members doesn't actually link to members.php
-> Register page doesn't work - I can't register
-> Use valid HTML / XHTML / CSS - have you thought about using a validator - validator.w3.org";
//I NOTICED THAT IN THE SOURCE YOU DON'T START HTML OR BODY OR HEAD TAGS AND YOU DON'T END THEM EITHER
//YES I KNOW I MADE UP A TAG
//YES I KNOW I WROTE ABOUT REGISTER TWICE
[/suggestions]
echo "Note: I bookmarked your site as I think your script has potential.";
[/Shadower856]
umm ok but...that was..a bit harsh? and btw you may be getting an error because your username or pass is to short.
#Joshua, yeah I'm doing it from scratch.

And you're right. My html and stuff isn't valid.
Maybe I should start over for the....6th time. Sad
EDIT:
Alright, I opened up Word and will start a new beginning. It does fill a bit good since I have never done this and I will now know what to do before starting.

I actually wanna thank Shadower for saying that. That made me realize that I should start over. (Almost 300 errors in the val)
I DO know html and all, it's just some things as they where included / required where messing it up.
I have to say D-Fraz, you have impressed me with your dedication and progress so far so i hope this does eventuate into something successful for you!

I do think you need a new look and logo for people to take your first public release seriously. If you have any friends who are talented graphic designers maybe you should get them on board to make up a theme Smile
I was bored so i made a quick mock up of a logo. If you want to use it pm me and ill give you the PSD but it was really just something to fill me time so don't feel you need to use it or anything Toungue
[attachment=13229]
That actually looks good lol. Big Grin
Soo I have been making a new forum in the past 2 hours. The attachments is what I've done. Sorting from start, to finish.

All of it is valid HTML and CSS too.
Source:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta name="generator" content="HTML Tidy for Linux (vers 6 November 2007), see www.w3.org" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>RevBB</title>
<style type="text/css">
body
{
	background-color:#EEEEEE;
	font-family: "Trebuchet MS";
	margin-top:5px;
	margin-left:45px;
	margin-right:45px;
}
table,td,tr
{
    font-size: 13px;
}

.back_table
{
	background-color:#FFFFFF;
	border:2px groove;
	border-color:#000000;
	height:500px;
	padding:9px;
}
.back_table2
{
	background-color:#FFFFFF;
	border-left:2px groove;
	border-right:2px groove;
	border-top:2px groove;
	border-color:#000000;
	height:130px;
	padding:9px;
}
.overlay
{
	background-color:#F5F5F5;
	border:2px groove;
}
.logo
{
	background-color:#FFFFD7;
	height:100px;
	border-left:2px groove;
	border-right:2px groove;
	border-top:2px groove;
}
.tcat
{
	background:url(images/default/tcat.gif);
	background-repeat:repeat-x;
	border:1px ridge;
	font-weight:bold;
}
.tsub
{
	background-color:#000000;
	height:5px;
	font-size:11px;
	color:#FFFFFF;
	border-left:1px solid;
	border-right:1px solid;
	border-color:#000000;
}
.ticon
{
	background-color:#F9F9F9;
	width:40px;
	border-left:1px solid;
	border-bottom:1px solid;
	border-color:#000000;
}
.tboard
{
	background-color:#F9F9F9;
	width:450px;
	border-left:1px solid;
	border-bottom:1px solid;
	border-color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:bold;
}
.tthreads
{
	background-color:#F9F9F9;
	border-left:1px solid;
	border-bottom:1px solid;
	border-color:#000000;
}
.treplies
{
	background-color:#F9F9F9;
	border-left:1px solid;
	border-bottom:1px solid;
	border-color:#000000;
}
.tlpost
{
	background-color:#F9F9F9;
	border-left:1px solid;
	border-right:1px solid;
	border-bottom:1px solid;
	border-color:#000000;
}
.stats
{
	background-color:#8EBEF9;
}
</style>
</head>
<body>
<!--Body Starting and Back Table Starting-->
<table width="100%" class="back_table2" cellspacing="0">
<tr>
<td valign="top">
<!--The Overlay Table-->
<table width="100%" cellspacing="0">
<tr>
<td valign="top" class="logo">Image</td>
</tr>
<tr>
<td valign="top" class="overlay">Sup</td>
</tr>
</table>
<!--End-->
</td>
</tr>
</table>
<!--End-->
<!--Start the Board's Table-->
<table width="100%" class="back_table" cellspacing="0">
<tr>
 <td valign="top">
 <table width="100%" cellspacing="0" cellpadding="4">
 <tr>
  <td valign="top" class="tcat">Forum</td>
 </tr>
 </table>
 <table width="100%" cellspacing="0" cellpadding="5">
 <tr>
  <td valign="top" align="center" class="tsub">Icon</td>
  <td valign="top" class="tsub">Board</td>
  <td valign="top" align="center" class="tsub">Threads</td>
  <td valign="top" align="center" class="tsub">Replies</td>
  <td valign="top" align="right" class="tsub">Last Post</td>
 </tr>
 <tr>
  <td valign="top" align="center" class="ticon">
  <img src="images/default/icon.gif" alt="Icon" /></td>
  <td valign="top" class="tboard">Board</td>
  <td valign="top" align="center" class="tthreads">Threads</td>
  <td valign="top" align="center" class="treplies">Replies</td>
  <td valign="top" align="right" class="tlpost">Last Post</td>
 </tr>
 </table>
 <!--Stats-->
 </td>
</tr>
</table>
</body>
</html>

I'm having trouble making the border's look right.
I'm trying to make them look 3D but I don't know how exactly.
Does anyone know how I could do this?
Thanks.
I see the giant amount of work you've put in due to my suggestions and just want to apologize if it made you feel bad about all the hard work you've put in. I'd just like to tell you that the register still doesn't work for me.
No prob. I'm actually glad you said that. Smile
And I don't know why it won't let you register. It lets everyone else. :p
Try something different and see if it works.
I have a new SS of my new one.
Looks better but i would put the bevel and emboss tool away :p Maybe make your table borders a little lighter as well, maybe blue?
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21