Page 1 of 4

XHBB Very Alpha Testing

Posted: Sun Jun 19, 2011 12:39 pm
by jacek
You can do some here http://betterphp.co.uk/XHBB/?page=index

But please remember that this is far from complete and there are a lot of obvious features missing, see this topic http://betterphp.co.uk/XHBB/?page=view_ ... d=16&tid=1 for more info.

The user level feature exists, so people can be moderators, but there are no moderation features yet.

Re: XHBB Very Alpha Testing

Posted: Sun Jun 19, 2011 12:59 pm
by JelvinJS7
Just registered.
After it's done, will you clear the database, or just keep all members and topics and stuff?

Re: XHBB Very Alpha Testing

Posted: Sun Jun 19, 2011 1:01 pm
by EcazS
Oooh!
I love how you did the layout for the profile page!!! <3

I also love this,
Image
:lol:

Re: XHBB Very Alpha Testing

Posted: Sun Jun 19, 2011 1:12 pm
by jacek
JelvinJS7 wrote:After it's done, will you clear the database, or just keep all members and topics and stuff?
I will import the phpbb database, so your account will still exist but you will nee dot reset you password, and yeah all posts will be deleted.
EcazS wrote:I love how you did the layout for the profile page!!! <3
:)
EcazS wrote:I also love this,
Image
:lol:
I tried to think of something for it to do :lol:

Re: XHBB Very Alpha Testing

Posted: Sun Jun 19, 2011 1:24 pm
by JelvinJS7
jacek wrote:I will import the phpbb database, so your account will still exist but you will nee dot reset you password, and yeah all posts will be deleted.
So should I bother working on my XHBB profile right now, or will that be a waste of my time?
jacek wrote:
EcazS wrote: EcazS wrote:
I also love this,
[insert buggy picture]
I tried to think of something for it to do :lol:
So are we signing up for a screwed up version:?: :shock: :lol: YAY

Re: XHBB Very Alpha Testing

Posted: Sun Jun 19, 2011 1:41 pm
by Tino
First bug I could find is that the username needs to be between 4 and 20 characters as the error says, yet when I try to register with this username (Tino) I cannot register :?

Also I seem to be able to register with the same email address multiple times.

Re: XHBB Very Alpha Testing

Posted: Sun Jun 19, 2011 3:13 pm
by Temor
Looks good Jacek! Well done!

I really like the profile page layout.

Re: XHBB Very Alpha Testing

Posted: Sun Jun 19, 2011 3:42 pm
by jacek
JelvinJS7 wrote:So should I bother working on my XHBB profile right now, or will that be a waste of my time?
It will get deleted eventually and replaced with the one on this forum.
Tino wrote:First bug I could find is that the username needs to be between 4 and 20 characters as the error says, yet when I try to register with this username (Tino) I cannot register :?
Ah... I will fix that now, probably a typo
Tino wrote:Also I seem to be able to register with the same email address multiple times.
Left that out, its a pointless check anyway. It is mean tot prevent the same person having more than one account, but with things like 10minute mail its not very effective.
Temor wrote:I really like the profile page layout.
:)

Re: XHBB Very Alpha Testing

Posted: Sun Jun 19, 2011 3:47 pm
by JelvinJS7
jacek wrote:
JelvinJS7 wrote: So should I bother working on my XHBB profile right now, or will that be a waste of my time?
It will get deleted eventually and replaced with the one on this forum.
time to work on my profile here…
Tino wrote:Also I seem to be able to register with the same email address multiple times.
how many times did you do that?

Re: XHBB Very Alpha Testing

Posted: Sun Jun 19, 2011 3:50 pm
by jacek
JelvinJS7 wrote:how many times did you do that?
3 by the looks of the database ;)

Re: XHBB Very Alpha Testing

Posted: Sun Jun 19, 2011 3:55 pm
by JelvinJS7
jacek wrote:
JelvinJS7 wrote:how many times did you do that?
3 by the looks of the database ;)
( ;) ?)
what were the usernames? were they like tinoo, tino1, tino2?

Re: XHBB Very Alpha Testing

Posted: Sun Jun 19, 2011 3:56 pm
by jacek
JelvinJS7 wrote:what were the usernames? were they like tino, tino1, tino2?
Tinoo, Tino1 and Tino2 :D

Re: XHBB Very Alpha Testing

Posted: Sun Jun 19, 2011 3:59 pm
by JelvinJS7
jacek wrote:
JelvinJS7 wrote:what were the usernames? were they like tino, tino1, tino2?
Tinoo, Tino1 and Tino2 :D
*facepalm* i'm a genius! :) :lol:

Re: XHBB Very Alpha Testing

Posted: Sun Jun 19, 2011 4:27 pm
by Tino
No you're not, since you got one wrong ;)

Re: XHBB Very Alpha Testing

Posted: Sun Jun 19, 2011 4:32 pm
by EcazS
Tino wrote:No you're not, since you got one wrong ;)
2/3 is almost an A+!

Re: XHBB Very Alpha Testing

Posted: Sun Jun 19, 2011 4:33 pm
by JelvinJS7
Tino wrote:No you're not, since you got one wrong ;)
no. i got them all right. look again.
EcazS wrote:2/3 is almost an A+!
that's a D. 66 2/3
you're off by… 30 points

Re: XHBB Very Alpha Testing

Posted: Sun Jun 19, 2011 5:11 pm
by EcazS
JelvinJS7 wrote:
EcazS wrote:2/3 is almost an A+!
that's a D. 66 2/3
you're off by… 30 points
If you count with 100 as max then yes, probably.

Re: XHBB Very Alpha Testing

Posted: Sun Jun 19, 2011 5:32 pm
by bowersbros
Use trim on passwords, currently registered with 6 spaces.

Il update this post as i find more

/edit 1:

Cannot use the bbcode buttons to insert the code into the field (not sure if this is meant ot happen, but it would make it easier)

/edit 2

Quote doesnt work

/edit 3

You link to a user 'nobody' maybe check if this is the value, if it is dont display link?

Re: XHBB Very Alpha Testing

Posted: Sun Jun 19, 2011 5:59 pm
by Tino
JelvinJS7 wrote:no. i got them all right. look again.
Funny. You edited your post :?

Re: XHBB Very Alpha Testing

Posted: Sun Jun 19, 2011 7:26 pm
by jacek
bowersbros wrote:Use trim on passwords, currently registered with 6 spaces.
People may want a password that ends in a space, its the users fault if they pick a stupid password.
bowersbros wrote:/edit 1:

Cannot use the bbcode buttons to insert the code into the field (not sure if this is meant ot happen, but it would make it easier)

/edit 2

Quote doesnt work
Read my list of things that are not done yet.
bowersbros wrote:You link to a user 'nobody' maybe check if this is the value, if it is dont display link?
I will make it not a link, that was a temporary solution really.

Re: XHBB Very Alpha Testing

Posted: Sun Jun 19, 2011 7:34 pm
by EcazS
jacek wrote:
bowersbros wrote:You link to a user 'nobody' maybe check if this is the value, if it is dont display link?
I will make it not a link, that was a temporary solution really.
Or make a user called "nobody" and turn into a big joke :lol: