Revan |
05-11-2005 06:27 PM |
Quote:
Originally Posted by Wayne Luke
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.
|
Damn, and I spent weeks getting my RPG to use globalize() and $vboptions XD
Bwaha nah I already knew this.
If your still taking suggestions for hook locations, (if you haven't already) please make the hook system able to plug in to important queries such as $posts for showthread.
Im aiming to make my hack(s) as optimised as possible, and this includes plugging into existing queries instead of making my own (where possible), so having the ability to plug into such queries would be a tremendous help :)
You can rest assured that as soon as you release the beta, I will look over where I need to plug in code and so help me God, if as much as one single placement is missing, I will be all over your asses faster than you can say "vB" ;)
|