Reply to thread

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


Back
Top Bottom