Resource icon

Xenforo 2.0.7 Upgrade MOVED

TheDragonKnight

Supporter
Supporter
Member
DeCarvalho submitted a new resource:

Xenforo 2.0.7 Upgrade - Compatible XF Versions 2.x 2.0

Hot on the heels of our previous GDPR centric releases, today we're pleased to announce the release of XenForo 1.5.21 and XenForo 2.0.7 which aims to resolve some issues found since the release of the previous versions, and include a few further tweaks to enhance GDPR compliance on your forum.

See our previous release announcement for details of how we can help you comply with the new GDPR...

Read more about this resource...
 

MeMe255

New Member
Member
Thanks, for those who don't want to see the "Nulled by nullteam" copyright you can edit the src/XF.php file.

Replace:
PHP:
    public static function getCopyrightHtml()
    {
        return '<a href="https://www.nulledteam.com" class="u-concealed" dir="ltr" target="_blank">Forum software by XenForo&trade; <span class="copyright">&copy; 2010-2018 Nulled By NulledTeam.</span></a>';
    }

With:
PHP:
    public static function getCopyrightHtml()
    {
        return '<a href="https://xenforo.com/" class="u-concealed" dir="ltr" target="_blank">Forum software by XenForo&trade; <span class="copyright">&copy; 2010-2018</span></a>';
    }

This will make your site look more legit.
 
Top