I just started developing a minimal vBulletin "product" for modifying some specific strings in posts on the fly, dynamically when they are being viewed.
Everything went really smooth at first, I found the
BUT, when testing my product on my production forum, which also has Mobile Suite mobile apps connected to it, my disappointment was great when I found that the
Also, I cannot seem to find any kind of equivalent hooks for use with the Mobile Suite apps (or more generally, such hooks that will execute on the API level, rather than the web browser frontend level)?
Is this true, that there are no such hooks that will work when viewing the forum through the Mobile Suite mobile apps?
In that case, such hooks should really be implemented as soon as possible, or the whole point of the Mobile Suite mobile apps are greatly reduced, since the content they display is not equivalent with the content displayed when accessing the forums by web browser, if any content changing hooks have been applied!
Wasn't the whole point of the new vB5 architecture, with the back-end API and all, to eliminate all such differences depending on the method of access to the forums?
Everything went really smooth at first, I found the
hookFrontendBeforeOutput
hook and successfully used it for this purpose.BUT, when testing my product on my production forum, which also has Mobile Suite mobile apps connected to it, my disappointment was great when I found that the
hookFrontendBeforeOutput
hook was not called at all when viewing the site through the mobile apps, and thus these replacements didn't work there. 
Also, I cannot seem to find any kind of equivalent hooks for use with the Mobile Suite apps (or more generally, such hooks that will execute on the API level, rather than the web browser frontend level)?
Is this true, that there are no such hooks that will work when viewing the forum through the Mobile Suite mobile apps?
In that case, such hooks should really be implemented as soon as possible, or the whole point of the Mobile Suite mobile apps are greatly reduced, since the content they display is not equivalent with the content displayed when accessing the forums by web browser, if any content changing hooks have been applied!
Wasn't the whole point of the new vB5 architecture, with the back-end API and all, to eliminate all such differences depending on the method of access to the forums?
Comment