PDA

View Full Version : Announcing: vBulletin Lite v0.9.0


John
Thu 15th Jun '00, 10:49am
Welcome to the vBulletin Lite forum. This has been released under beta for now to ensure that we can sort out any problems that may occur.

If you do post a bug report, please also include info about your server in the post. More details of what should be included can be found here:

http://www.vbulletin.com/forum/announcement.php?forumid=16

This software is meant to be used to check that your server will run vBulletin. At the moment, there is no upgrade route from vBulletin Lite to the full vBulletin, but this will be developed in the future.

To download vBulletin Lite, go here:
http://www.vbulletin.com/download/

Thanks, and have fun!

John

wayne
Thu 15th Jun '00, 3:00pm
Awesome! I've been waiting to try this out. Maybe it'll even replace my board someday.

Thanks a lot, John, for giving this us this opportunity to preview it.

mmoncur
Thu 15th Jun '00, 6:04pm
I just installed it successfully, or at least it seemed that way. The admin options work, and I can add or delete forums. However, I keep getting "premature end of script headers" errors in the actual forum.

With one forum or two, I can view the forums list but it displays only one (#2, actually.) When I click on that forum, I get the error.

If I add a third forum, the forums list itself returns the same error.

Any ideas?

(P.S. Now that I have a chance to try it out I'm definitely going to buy vB, at least assuming I get this figured out.)

Menno
Thu 15th Jun '00, 7:50pm
well, it's still 0.9, so it's probably a remaining bug.

mmoncur
Thu 15th Jun '00, 9:25pm
Originally posted by Menno
well, it's still 0.9, so it's probably a remaining bug.

Hope so. If the answer is a simple "buy the real version and it won't happen" I'll be happy. :)

Mike Sullivan
Thu 15th Jun '00, 10:37pm
Well, I haven't heard a single report of that in the full version, so... uhh.. buy the full version and it won't happen :D

But rest assured that John will fix it. Or hell, if I have some extra time, I'll fix it :)

wandrer
Fri 16th Jun '00, 1:17am
Or hell, if I have some extra time, I'll fix it

Or hell, if I have some extra time, I'll fix it - too :)

John
Fri 16th Jun '00, 4:33am
Oh look - I had some extra time. Change line 69-ish of index.php to:


eval("\$forumbits . = \"".gettemplate("forumhomebit")."\";");


That is the only change in 0.9.1 that I am about to upload.

John

Mike Sullivan
Fri 16th Jun '00, 4:40am
Figures, wandrer and I are arguing about who's gonna fix it, and here comes John.. :D

ilya
Fri 16th Jun '00, 6:25am
Even though i have full version, i'm still curious what features vB Lite has...
Can you, John, please tell me what featuers were taken out?

wayne
Fri 16th Jun '00, 10:18am
Originally posted by ilya
Can you, John, please tell me what featuers were taken out?

It says on the download page:

Flexible design templates
User profiles
Comprehensive admin options
Post importation utility


The most noticable thing gone is user accounts.

ilya
Fri 16th Jun '00, 1:36pm
oooops didn't look there :)

mmoncur
Fri 16th Jun '00, 6:47pm
Originally posted by John
Oh look - I had some extra time. Change line 69-ish of index.php to:


eval("\$forumbits . = \"".gettemplate("forumhomebit")."\";");


That is the only change in 0.9.1 that I am about to upload.

John

I get a "parse error" on the above line after making the change. Any ideas?

Surfer
Sat 17th Jun '00, 5:17am
I am still getting the error on line 69 with version 0.9.1.

Any ideas?

Tim
Sun 18th Jun '00, 11:11pm
eval("\$forumbits . = \"".gettemplate("forumhomebit")."\";");
Remove the space ^ here in index.php, and it works.



[Edited by Tim on 06-19-2000 at 10:12 AM]