PDA

View Full Version : 1.1.2 FINAL BETA



John
Sun 28th May '00, 6:20am
Well - we are almost there. I have been working hard at getting 1.1.2 ready for release. There is a final beta running on this site at the moment. This will run as beta for a few days, then I will release the code as beta code. As long as this goes fine, the code will be officiall classified as release quality Wednesday or Thursday this week.

The main new feature that is visible to everybody is the member list hack. Thanks to Ed Sullivan, and others, for the basic templates and code on which I have built it. There are a few other visible features, but most of the work has been happening behind the scenes, adding new options, streamlining, and fixing problems. All bugs that have been reported have been fixed, as many of the feature requests/suggestions have been implemented.

If you have any problems, or spot anything suspicious with this release, please let us know soonest in the appropriate forum.

Thanks,
John

bira
Sun 28th May '00, 6:58am
Hi John,

I had 4 "bugs" that bothered me:

1) the login bug: just tested that and it seems to be fixed!

2) the "show threads from x days" giving blank 2nd page: fixed!

3) users being able to access private forums via the "view last post": I can't really test that, so you tell me if it's fixed.

4) registration security\e-mail verification: I tried registering a new account to check this, but either you don't have e-mail verification or something is wrong, because I had not received any e-mail yet. Have you changed that too?

I love the memberlist and the fact that you added to it the homepage\search\email icons (as I asked Ed).

Great job, John. I am really looking forward to have the final release at the end of the week, after which I am doing the much-awaited switch! :)

Thank you,

Bira

Craig A
Sun 28th May '00, 7:30am
Glad to see the border feature appear on the homepage. Now can we have more options in the control panel such as that other forum software has - ie ability to select the colour of that border, the ability to vary the width of the tables without altering the templates, etc.

Also, those profile fields need to be sorted out soon - the new member list addon makes it even more important. We should be able to sort users by location, etc... so location occupation, etc should have their own field.

WebStyles
Sun 28th May '00, 7:35am
Cool! New post indicators are fixed... :D

bira
Sun 28th May '00, 7:37am
Originally posted by WebStyles
Cool! New post indicators are fixed... :D

But does it actually work for you? When I click on "go to first unread" or on the arrow for the last post etc' it simply takes me to the thread - the top of it even - and not to the last post or the first post I did not read :(

Craig A
Sun 28th May '00, 7:39am
Works here deary... :p

WebStyles
Sun 28th May '00, 7:50am
Originally posted by bira
But does it actually work for you? When I click on "go to first unread" or on the arrow for the last post etc' it simply takes me to the thread - the top of it even - and not to the last post or the first post I did not read :(

I was actually talking about the new post thingies on the home page, since I've never gotten the hang of the blue arrow... but, I did test them for you, and they're working on my end. :)

bira
Sun 28th May '00, 7:54am
ok, not only is it not working for me, but the login problem just reappeared :(

Mike Sullivan
Sun 28th May '00, 8:02am
I too still have this login problem. And yeah, I have cookies enabled - it works flawlessly on my 1.1.1 board.

werehere
Sun 28th May '00, 8:28am
Ed Sullivan,

Have you went to the admin demo, and if so have you went back to that demo board and actually logged out? I corrupt my cookie every time I go to that demo, and when I log out it fixes it every time.

Just a suggestion:)

TB2
Sun 28th May '00, 8:28am
Originally posted by Ed Sullivan
I too still have this login problem. And yeah, I have cookies enabled - it works flawlessly on my 1.1.1 board.

Me too.

bira
Sun 28th May '00, 8:32am
I haven't been to the admin area, but I deleted the cookies and now are trying a fresh start. We'll see how it goes :)

Mike Sullivan
Sun 28th May '00, 9:42am
werehere,

Yeah, I had been to the admin demo, but I actually recall logging out because of these things.

But I went back and, of course, I was still logged in :) So I logged out, and when I came back here it actually said I was logged in - albeit from 5-21 :D

Thanks.

theprof
Sun 28th May '00, 10:37am
Can you please squeeze in the timezone thing? You know, have users choose their own timezone by a dropdown menu?

Freddie Bingham
Sun 28th May '00, 11:34am
Yes there is no way most of my users will be able to figure out that they should be putting a 2, -2, 3 or whatever in the time offset field.

JimF
Mon 29th May '00, 11:58am
The answer to your question (and countless others) is:

TEMPLATES

:)

If you know HTML at all you should be able to do this.

WebStyles
Mon 29th May '00, 12:10pm
That's weird...

I have not had to log in since the 1.1.2 final beta went up. Magic? :D

theprof
Mon 29th May '00, 12:21pm
DOH!

Whoops. i keep forgetting that VB uses templates. I'm too used to the UBB. Thanka!

I'll just edit the registeradult template and I'll post the code for the timezone thing after that. My server is using ET.

Freddie Bingham
Mon 29th May '00, 12:35pm
Yes templates can be the answer but it is a better solution if John makes it standard so we don't have to manually merge new templates to gain the new features of every new release.

theprof
Mon 29th May '00, 3:14pm
Okay, I've done a bit of work and heres the code for the timezone pulldown menu. My server is in ET, so you'll have to calibrate teh code to suit your server's time. Do inform me if I screwed up anywhere.

John and James - Please help me get my board up. Thanks.



<SELECT NAME="timezoneoffset">
<OPTION value="-7">(GMT -12:00) Eniwetok, Kwajelein
<OPTION value="-6" >(GMT -11:00) Midway Island, Samoa
<OPTION value="-5" >(GMT -10:00) Hawaii (Lucky You!!)
<OPTION value="-4" >(GMT -09:00) Alaska (Brrr..Cold)
<OPTION value="-3" >(GMT -08:00) Pacific Time (US &amp; Canada), Tijuana
<OPTION value="-2" >(GMT -07:00) Mountain Time (US &amp; Canada)
<OPTION value="-1" >(GMT -06:00) Central Time (US &amp; Canada)
<OPTION value="0" selected>(GMT -05:00) Eastern Time (US &amp; Canada)
<OPTION value="+1" >(GMT -04:00) Atlantic Time (Canada Only)
<OPTION value="+2" >(GMT -03:00) Brasilia, Buenos Aries
<OPTION value="+3" >(GMT -02:00) Mid Atlantic (See land yet?)
<OPTION value="+4" >(GMT -01:00) Azores, Carpe Verdes Island
<option value="+5">(GMT 00:00) Greenwich Mean Time: Dublin, London
<option value="+6">(GMT +01:00) Belgrade, Prague, Brussels, Paris
<option value="+7">(GMT +02:00) Athens, Istanbul, Cairo, Israel
<option value="+8">(GMT +03:00) Moscow, St Petersburg, Kuwait
<option value="+9">(GMT +04:00) Baku, Tblisi
<option value="+10">(GMT +05:00) Ekaterinburg, Islamabad, Karachi
<option value="+11">(GMT +06:00) Almaty, Colombo, Dhaka
<option value="+12">(GMT +07:00) Bangkok, Hanoi, Jakarta
<option value="+13">(GMT +08:00) Beijing, Singapore, Hong Kong, Taipei
<option value="+14">(GMT +09:00) Yakutsk (wherever the hell that is)
<option value="+15">(GMT +10:00) Brisbane, Canberra, Sydney
<option value="+16">(GMT +11:00) Magadan, Solomon Islands
<option value="+17">(GMT +12:00) Auckland, Wellington, Fiji
</SELECT>

bira
Mon 29th May '00, 10:37pm
John,

Any way I could add to your memberlist page the ICQ, AIM and YAHOO columns which Ed Sullivan had in his? Is it essentially the same script, so I just copy from his to yours? Those columns were rather helpful, in my opinion.

Thanks,

Bira

Lynn
Tue 30th May '00, 1:48pm
John,
By any chance is the ability to have a user be in multiple groups one of the changes 1.1.2 will have?

If not, any idea when that might be able to happen?

Thanks,
Lynn

Freddie Bingham
Tue 30th May '00, 2:12pm
theprof .. that code works perfect in the registration template but it looks like we will need John (or a hacker) to give us some variables for the modifyprofile template so that we know which timezone the pulldown should select as the default. This is something too easy too not be put into an upcoming version as default usage.

Greg
Tue 30th May '00, 8:22pm
Is today the big day?

John
Wed 31st May '00, 5:46am
Yup...watch this space :)