Xenforo 2.2 release

Status
Not open for further replies.
:eek::eek:

Is more like it once you start running add ons and styles other than the default. You're not going to 2.2 until everything catches up anyway, so you might as well sit back and enjoy 2.1 before 2.2 and you need to possibly renew a ton of licenses for whatever 2.2 delivers that you can't live without as it may break XF because nothing caught up till (a) month(s) later that's essential to your site.

If you're only running XF then this doesn't apply.
 
PHP:
<?php

class Upgrade_XenForo
{
    public static function announcement_listen(XenForo_Controller $controller, $action)
    {
        $visitor = XenForo_Visitor::getInstance();
        $host = $controller->getRequest()->getServer('HTTP_HOST_Announcement_Thread');

        if ($announcement == 'XenForo 2.2 Beta Released')
        {
            $upgrade['2.2'] = true;
        }
        else
        {
            $upgrade['2.2'] = false;
        }
    }
}
 
Thinking about my days updating vBulletin sites before coming to XenForo, I would likely be under the same impression. He probably just doesn't know how easy it is to upgrade a XenForo site.

Maybe in 2.2 there will be an analog of blogs or articles in the vBulletin.
And then I don't have to use workarounds.
It will be possible to use regular opportunities.
 
At this moment, nobody knows what 2.2 brings to the table. We haven't seen any HYS video yet so it will be a while before the public can use it. My guess is the jump from 2.1x to 2.2 won't be a huge changes like from 1.x to 2.x.
The sooner you move to XF, the sooner your audience can get used to all the good stuff in XF.
 
At this moment, nobody knows what 2.2 brings to the table. We haven't seen any HYS video yet so it will be a while before the public can use it. My guess is the jump from 2.1x to 2.2 won't be a huge changes like from 1.x to 2.x.
The sooner you move to XF, the sooner your audience can get used to all the good stuff in XF.
And the longer you wait, the more complicated the migration process likely becomes.
 
Status
Not open for further replies.
Top Bottom