XenForo 2.2.12 Released Full | XenForo 2.2 Nulled

mcdark

Active member
Feb 8, 2021
79
117
33
babiato.tech

XenForo 2.2.12 Released​

XenForo 2.2.12 is now available for all licensed customers to download. We strongly recommend that all customers running previous versions of XenForo 2.2 upgrade to this release to benefit from increased stability.

We're pleased to announce the introduction of two new features available in XenForo 2.2.12.

  • PAGE_CONTAINER
  • _help_page_cookies
  • _media_site_embed_oembed
  • _media_site_legacy_embed
  • account_confirm_resend
  • account_security
  • app.less
  • app_inlinemod.less
  • approval_queue_macros
  • bookmark_macros
  • captcha
  • captcha_turnstile
  • contact_form
  • core_bbcode.less
  • core_utilities.less
  • editor_base.less
  • forum_post_quick_thread
  • forum_post_thread
  • google_analytics
  • helper_attach_upload
  • login
  • lost_password
  • misc_cookies
  • notice_cookies
  • notices.less
  • register_form
  • report_search
  • thread_list_macros
  • thread_reply
  • thread_view

Current requirements​

Please note that XenForo 2.2 has higher system requirements than earlier versions.

The following are minimum requirements:
  • PHP 7.0 or newer (PHP 8.0 recommended)
  • MySQL 5.5 and newer (Also compatible with MariaDB/Percona etc.)
  • All of the official add-ons require XenForo 2.2.
  • Enhanced Search requires at least Elasticsearch 2.0.


For more detailed information, you can read from the link.

1. Go to your Appearance->Styles->YourTheme and search PAGE_CONTAINER
2. Search line 654 or find this code :

Code:
PHP:
<xf:if contentcheck="true">
<div class="p-footer-copyright">
<xf:contentcheck>
<xf:copyright />
{{ phrase('extra_copyright') }}
</xf:contentcheck>
</div>
</xf:if>

3. Remove and place this code :
Code:
HTML:
<div class="custom-copyright">
Forum software by XenForo® © 2010-2020 XenForo Ltd
</div>
4. and then click save and exit


Feel free to write a like or thank you message. Such behaviors increase the desire to be together and share on the platform.

I love Babiato

View hidden content is available for registered users!
 
Last edited:

jpond262176

Active member
May 4, 2022
210
66
28
It's very strange how this was posted on the 9th of Dec yet so little replies. I would have thought there would be more interaction with this post. Also why didn't the OP post the upgrade as files as well.
 

AChaturvedi009

New member
Nov 14, 2022
17
4
3

XenForo 2.2.12 Released​

XenForo 2.2.12 is now available for all licensed customers to download. We strongly recommend that all customers running previous versions of XenForo 2.2 upgrade to this release to benefit from increased stability.

We're pleased to announce the introduction of two new features available in XenForo 2.2.12.

  • PAGE_CONTAINER
  • _help_page_cookies
  • _media_site_embed_oembed
  • _media_site_legacy_embed
  • account_confirm_resend
  • account_security
  • app.less
  • app_inlinemod.less
  • approval_queue_macros
  • bookmark_macros
  • captcha
  • captcha_turnstile
  • contact_form
  • core_bbcode.less
  • core_utilities.less
  • editor_base.less
  • forum_post_quick_thread
  • forum_post_thread
  • google_analytics
  • helper_attach_upload
  • login
  • lost_password
  • misc_cookies
  • notice_cookies
  • notices.less
  • register_form
  • report_search
  • thread_list_macros
  • thread_reply
  • thread_view

Current requirements​

Please note that XenForo 2.2 has higher system requirements than earlier versions.

The following are minimum requirements:
  • PHP 7.0 or newer (PHP 8.0 recommended)
  • MySQL 5.5 and newer (Also compatible with MariaDB/Percona etc.)
  • All of the official add-ons require XenForo 2.2.
  • Enhanced Search requires at least Elasticsearch 2.0.


For more detailed information, you can read from the link.

1. Go to your Appearance->Styles->YourTheme and search PAGE_CONTAINER
2. Search line 654 or find this code :

Code:
PHP:
<xf:if contentcheck="true">
<div class="p-footer-copyright">
<xf:contentcheck>
<xf:copyright />
{{ phrase('extra_copyright') }}
</xf:contentcheck>
</div>
</xf:if>

3. Remove and place this code :
Code:
HTML:
<div class="custom-copyright">
Forum software by XenForo® © 2010-2020 XenForo Ltd
</div>
4. and then click save and exit


Feel free to write a like or thank you message. Such behaviors increase the desire to be together and share on the platform.

I love Babiato
This is probably the simplest and the fastest way to remove this watermark footer, from your forum, by overwriting code.

1. Go to Admin Panel
2. Appearance -> Templates -> extra.less
3. Put there this code

CSS:
CSS:
.p-footer-copyright {
font-size: 0px;
}

4. Press Save
5. Done :)
 

jpond262176

Active member
May 4, 2022
210
66
28
Are we confident enough the code is clean in the first post? Has anyone analysed it?

Does anyone have the upgrade as well from 2.2.11 ?
 

jpond262176

Active member
May 4, 2022
210
66
28
Can I use this exact version over the top of a 2.2.11 full install or do I really need the upgrade instead?
 

xolva

Member
Aug 9, 2022
108
20
18
25
Central Java,ID

XenForo 2.2.12 Released​

XenForo 2.2.12 is now available for all licensed customers to download. We strongly recommend that all customers running previous versions of XenForo 2.2 upgrade to this release to benefit from increased stability.

We're pleased to announce the introduction of two new features available in XenForo 2.2.12.

  • PAGE_CONTAINER
  • _help_page_cookies
  • _media_site_embed_oembed
  • _media_site_legacy_embed
  • account_confirm_resend
  • account_security
  • app.less
  • app_inlinemod.less
  • approval_queue_macros
  • bookmark_macros
  • captcha
  • captcha_turnstile
  • contact_form
  • core_bbcode.less
  • core_utilities.less
  • editor_base.less
  • forum_post_quick_thread
  • forum_post_thread
  • google_analytics
  • helper_attach_upload
  • login
  • lost_password
  • misc_cookies
  • notice_cookies
  • notices.less
  • register_form
  • report_search
  • thread_list_macros
  • thread_reply
  • thread_view

Current requirements​

Please note that XenForo 2.2 has higher system requirements than earlier versions.

The following are minimum requirements:
  • PHP 7.0 or newer (PHP 8.0 recommended)
  • MySQL 5.5 and newer (Also compatible with MariaDB/Percona etc.)
  • All of the official add-ons require XenForo 2.2.
  • Enhanced Search requires at least Elasticsearch 2.0.


For more detailed information, you can read from the link.

1. Go to your Appearance->Styles->YourTheme and search PAGE_CONTAINER
2. Search line 654 or find this code :

Code:
PHP:
<xf:if contentcheck="true">
<div class="p-footer-copyright">
<xf:contentcheck>
<xf:copyright />
{{ phrase('extra_copyright') }}
</xf:contentcheck>
</div>
</xf:if>

3. Remove and place this code :
Code:
HTML:
<div class="custom-copyright">
Forum software by XenForo® © 2010-2020 XenForo Ltd
</div>
4. and then click save and exit


Feel free to write a like or thank you message. Such behaviors increase the desire to be together and share on the platform.

I love Babiato
why is CSS unreadable? I use cPanel
 

Attachments

  • Screenshot_20230103_091356.jpg
    Screenshot_20230103_091356.jpg
    291.3 KB · Views: 12

mcdark

Active member
Feb 8, 2021
79
117
33
babiato.tech
Are we confident enough the code is clean in the first post? Has anyone analysed it?

Does anyone have the upgrade as well from 2.2.11 ?
Can I use this exact version over the top of a 2.2.11 full install or do I really need the upgrade instead?
I upgraded, just make sure you have a backup before upgrading as this is a blank version. It will be completely under your control whether or not to do the transactions. I take no responsibility If you still have doubts, you can buy xenforo licensed.
 

jpond262176

Active member
May 4, 2022
210
66
28
I upgraded and it went fine, please backup your files and sql database before doing the upgrade as already stated..
 

xolva

Member
Aug 9, 2022
108
20
18
25
Central Java,ID
whyy? anyone know my problem
Screenshot_20230107_150424.jpg
this problem is solved ,if you are having the same problem when installing xenforo,just delete the old database,then create a new database again,then you reinstall xenforo, if this problem still persists, please you refresh the installation page, it will automatically continue the installation process, wait until it's successful

that's how I solve the problem when installing xenforo forums, iam sorry for my English language
 

About us

  • Our community has been around for many years and pride ourselves on offering unbiased, critical discussion among people of all different backgrounds. We are working every day to make sure our community is one of the best.

Quick Navigation

User Menu