• While creating requests or asking for support in the existing XenForo threads please maintain XenForo support policy strictly.

  • You MUST read the Babiato Rules before making your first post otherwise you may get permanent warning points or a permanent Ban.

    Our resources on Babiato Forum are CLEAN and SAFE. So you can use them for development and testing purposes. If your are on Windows and have an antivirus that alerts you about a possible infection: Know it's a false positive because all scripts are double checked by our experts. We advise you to add Babiato to trusted sites/sources or disable your antivirus momentarily while downloading a resource. "Enjoy your presence on Babiato"

XenForo 2.2.12 Released Full | XenForo 2.2 Nulled

mcdark

Well-known member
Feb 8, 2021
158
201
50
26
Türkiye
babia.to

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:
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.
 

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 :)
 
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?
 

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: 15
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.
 
I upgraded and it went fine, please backup your files and sql database before doing the upgrade as already stated..
 
solved thx
Please comment on how you solved this so that if anyone has the same issue they can overcome it by following your solution.
Thanks.
 
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
 
AdBlock Detected

We get it, advertisements are annoying!

However in order to keep our huge array of resources free of charge we need to generate income from ads so to use the site you will need to turn off your adblocker.

If you'd like to have an ad free experience you can become a Babiato Lover by donating as little as $5 per month. Click on the Donate menu tab for more info.

I've Disabled AdBlock