Rubycon
Madame President
AT Beta? BETTA be good!
Originally posted by: NSFW
shens
Originally posted by: Crono
<- This wolf is crying "Pizza".
Originally posted by: compuwiz1
Anything is possible. Chinese Democracy was finally released. 🙂
Originally posted by: txrandom
Isn't installing a forum a pretty straight forward process? Is AT adding a ton of customizations or what?
Originally posted by: gorcorps
Originally posted by: txrandom
Isn't installing a forum a pretty straight forward process? Is AT adding a ton of customizations or what?
How is it straight forward?
Originally posted by: txrandom
Originally posted by: gorcorps
Originally posted by: txrandom
Isn't installing a forum a pretty straight forward process? Is AT adding a ton of customizations or what?
How is it straight forward?
Not sure, that's why I'm asking. I've installed dozens of copies of PHPBB and other forums, but for small sites to play around. How much harder is installing vBulletin? Is it the configuration, AT themes, migration, or what? It seems like it's been in the process for quite a while.
Originally posted by: gorcorps
Originally posted by: txrandom
Originally posted by: gorcorps
Originally posted by: txrandom
Isn't installing a forum a pretty straight forward process? Is AT adding a ton of customizations or what?
How is it straight forward?
Not sure, that's why I'm asking. I've installed dozens of copies of PHPBB and other forums, but for small sites to play around. How much harder is installing vBulletin? Is it the configuration, AT themes, migration, or what? It seems like it's been in the process for quite a while.
Installing from scratch is one thing, but porting all posts/threads/topics along with usernames and such is intense. Again I ask... how is that easy?
Originally posted by: gorcorps
Originally posted by: txrandom
Originally posted by: gorcorps
Originally posted by: txrandom
Isn't installing a forum a pretty straight forward process? Is AT adding a ton of customizations or what?
How is it straight forward?
Not sure, that's why I'm asking. I've installed dozens of copies of PHPBB and other forums, but for small sites to play around. How much harder is installing vBulletin? Is it the configuration, AT themes, migration, or what? It seems like it's been in the process for quite a while.
Installing from scratch is one thing, but porting all posts/threads/topics along with usernames and such is intense. Again I ask... how is that easy?
Originally posted by: BoomerD
I for one welcome our new VB overlords...I'm fed up with a non-working search and time warp threads.
I've seen a couple of forums screw up the migration from php to vb, so I hope the AT folks take their time and do this right.
Originally posted by: DrPizza
Beta version is around the corner. Update your profile so that you'll be able to log in after the change.
edit: soon as in maybe next week.
If you don't update your profile, don't whine to me when the moderators are overwhelmed trying to deal with all the people who can't log in.
Originally posted by: RedSquirrel
Originally posted by: gorcorps
Originally posted by: txrandom
Originally posted by: gorcorps
Originally posted by: txrandom
Isn't installing a forum a pretty straight forward process? Is AT adding a ton of customizations or what?
How is it straight forward?
Not sure, that's why I'm asking. I've installed dozens of copies of PHPBB and other forums, but for small sites to play around. How much harder is installing vBulletin? Is it the configuration, AT themes, migration, or what? It seems like it's been in the process for quite a while.
Installing from scratch is one thing, but porting all posts/threads/topics along with usernames and such is intense. Again I ask... how is that easy?
It's easy enough. For a forum this size the big issue is to make it as fast as possible as you don't want a full 15 minute downtime just waiting for a DB to convert. But basically you're just taking FT tables and converting them to VB. Depending on how the data is stored, it's pretty much just a SELECT * with bunch of INSERTs, table by table. In some cases it may be more complex if there's major DB structure changes like if posts are seperated into like 3 tables on one software and 1 table on the other, etc.
But all in all, probably not too complicated, just long. Need to do lot of testing in a sandbox environment as well.