Lack of interest New Phrase suggestion

This suggestion has been closed automatically because it did not receive enough votes over an extended period of time. If you wish to see this, please search for an open suggestion and, if you don't find any, post a new one.

xf_phantom

Well-known member
It would be very useful , if you would create a phrase for the really really often used error message "This add-on requires XenForo 1.2.0 or higher.'" (used by many addons inside the install controller
PHP:
    if (XenForo_Application::$versionId < 1020070)
     {
       // note: this can't be phrased
       throw new XenForo_Exception('This add-on requires XenForo 1.2.0 or higher.', true);
     }

Instead of XenForo 1.2.0, i would also suggest to replace XenForo with a variable, then we could use it for xenforo version errors AND for other messages like
This add-on requires [bd] WidgetFramework 2.4.0 or higher.
.
 
Upvote 1
This suggestion has been closed. Votes are no longer accepted.
Top Bottom