Quote:
Originally Posted by Punktek.com
Yeah...looks awesome. How hard will it be for you coders to port over hacks into the module like system assuming that for the most part the general coding stays the same...
|
Hmm... let's see the globalize() function is gone so all that needs to be changed, the options are in a "vBulletin" class and no longer accessed via a simple array. Database functions have changed and all calls to the database class are handled differently. I think most Data is handled via classes. There is an optional MySQL interface that might need to be accounted for depending on your queries. I am sure there is more. Most hacks can probably work with minor modifications, unless you rely heavily on existing vBulletin functions.
As Kier said months ago, read up on Object Oriented Programming in PHP. It is what you will need for the future.