Quote:
Originally Posted by rebelsrock06
Wouldnt it be a lot easier to have an Addons forum so that we an see which AHck/addons require no actuall hacing and we can see what wont be affected by upgrades?
|
While I agree that installing an addon wil not require you to retrofit a code change after a vB upgrade, it is a gamble that you will not have to fix/modify the addon after a new release.
Hacks released on vb.org do not use an API/SDK approach, so they make use of hundreds of assumptions regarding variable names and structure.
As a simple example, if vBulletin 3.1 were to change the structure of the navbar array, all the addons would break. That is because they build the navbar data "by hand". There is no vb.org API/SDK we can use to do such a task. If there were, then after a new release, all we'd have to do to fix most hacks/addons that used the vb.org API/SDK, is upgrade and re-release the API/SDK. An admin would install the new version of the SDK/API any hacks/addons affected by the upgrade would work again.
More simply put, if 100 hacks/addons used the function vbapi_make_navbar(), all we'd ever have to do is fix that single function when the underlying navbar logic was changed by vBulletin.
See related discussion here:
https://vborg.vbsupport.ru/showthread.php?t=68028