XenForo Remove copyright XenForo 2.2

AynaZ

Supervisor
  • Thread starter
  • Admin
  • #1
Step 1 :

Go to your Appearance->Styles->YourTheme and search PAGE_CONTAINER

لطفا برید به مسیر : مدیریت زنفورو :: قالب ها :: انتخاب قالب ورد نظر و جستجوی الگوی :: PAGE_CONTAINER


f1188e4781ec2.jpg


Step 2 :

Search line 654 or find this code :​

در خط کدهای شماره 654 با کدی مثل فوق روبرو خواهید شد که باید حذف کنید

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

163419223a1a3.jpg


Step 3 :

Remove and place this code :

همچنین حذف کدهای فوق در همان الگو

Code:
<div class="p-footer-copyright">
Your Own Copyright
</div>

300c67aeac274.jpg



Step 4 :

and then click save and exit

ذخیره کردن مراحل انجام گرفته شده و خروج از ویرایش الگو
 

XenForo

Administrative
Step 1 :
  • extra.less
CSS:
/*************************XnForo.ir********************************************/
/****************حذف کپی رایت از فوتر زنفورو**************************/
.p-footer-copyright
{
display: none;
}
/*************************XnForo.ir********************************************/

Step 2 :

 

XenForo

Administrative
I will soon release an addon for XF 2.2+
it's my own made copyright killer :D
 

DarKMaSK

Loyal Member
Step 1 :

Go to your Appearance->Styles->YourTheme and search PAGE_CONTAINER




f1188e4781ec2.jpg


Step 2 :

Search line 654 or find this code :​



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

163419223a1a3.jpg


Step 3 :

Remove and place this code :



Code:
<div class="p-footer-copyright">
Your Own Copyright
</div>

300c67aeac274.jpg



Step 4 :

and then click save and exit
This is not working in Xenforo 2.2.12. :(
 
  • Tags
    remove copyright xenforo remove copyright xenforo 2.2 remove copyright xenforo xenforo آموزش حذف کپی رایت در زنفورو
  • Back
    Top Bottom