Well, for the moment, you need to find a way (workaround) to do what you want.
Maybe you can extend another method that is called before save() finishes.
Maybe, you can create another controller to do what you want.
If you explain what you want to do, we will able to be more help.
Limitations to modifying vB5
- 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.
If you have any others, please post them