Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Normal
In vbulletin we were able to set a own url for the redirect after the installation via[php]...define('DISABLE_PRODUCT_REDIRECT', true);define('CP_REDIRECT', '..';]]></installcode>[/php] in the install code Please allow us something similar in xenforo too (In my attachment you can find a possible way Not sure if it's the best )If the addon needs an redirect, the coder can add a install_redirect attribute to the addon xml addon node
In vbulletin we were able to set a own url for the redirect after the installation via
[php]
...
define('DISABLE_PRODUCT_REDIRECT', true);
define('CP_REDIRECT', '..';]]>
</installcode>[/php] in the install code
Please allow us something similar in xenforo too
(In my attachment you can find a possible way Not sure if it's the best )
If the addon needs an redirect, the coder can add a install_redirect attribute to the addon xml addon node
We use essential cookies to make this site work, and optional cookies to enhance your experience.
See further information and configure your preferences