Quote:
Originally Posted by ForumsMods
- You cannot run any extension method before its main API counterpart.
- You cannot stop or change core API calls (for example those that make database updates).
- You cannot alter or hook into existing database queries.
- You cannot extend library functions.
- You cannot extend or hook into any frontend functions.
- You cannot access the actual API variables ($this->xxx)
- You can't extend any API call that was called by instanceInternal()
- Cannot hook into [most] ACP functionality.
|
Jesus Christ! Why even have a modification system, then?
Thanks for this list, though. We just aren't developing any more vB5 mods until these things are taken care of.