Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

Удаляем/изменяем копирайты

Апр
140
24
Пользователь
так а как вернуть обратно все как зайти туда шас
 
ℙ𝕒𝕨𝕟𝕠 𝕙𝕖𝕝𝕡 // ...
Июл
1,263
1,616
Активный
<xf:if contentcheck="true">
<div class="p-footer-copyright">
<xf:contentcheck>
<xf:copyright />
{{ phrase('extra_copyright') }}
</xf:contentcheck>
</div>
</xf:if>

эту всю строку удалять или ток {{ phrase('extra_copyright') }}
 
Июн
2,756
2,015
Редактор
<xf:if contentcheck="true">
<div class="p-footer-copyright">
<xf:contentcheck>
<xf:copyright />
{{ phrase('extra_copyright') }}
</xf:contentcheck>
</div>
</xf:if>

эту всю строку удалять или ток {{ phrase('extra_copyright') }}
Как душе угодно на самом деле, я лично оставляю блок и вместо фразы пишу свой копирайт
 
Сен
12
1
Пользователь
Как их копирайт убрать ?


HTML:
<div class="p-footer-copyright">
                        
                            
                            <div style="text-align: left">Локализация от <a href="https://xenforo.info/" target="_blank">XenForo.Info</a></div>
                        
                            
                                <br>
                                Theming with <i class="fa fa-heart animate-pulse"></i> by: <a href="http://www.dohtheme.com">DohTheme</a>
                            
                        </div>
 

Вложения

  • 2025-09-14_00-41-26.png
    2025-09-14_00-41-26.png
    2.8 KB · Просмотры: 17
Май
8
2
Заблокированный
Обратите внимание, пользователь заблокирован на форуме. Не рекомендуется проводить сделки. Мы не несем ответственности за действия пользователя вне форума.
Как их копирайт убрать ?


HTML:
<div class="p-footer-copyright">
                       
                           
                            <div style="text-align: left">Локализация от <a href="https://xenforo.info/" target="_blank">XenForo.Info</a></div>
                       
                           
                                <br>
                                Theming with <i class="fa fa-heart animate-pulse"></i> by: <a href="http://www.dohtheme.com">DohTheme</a>
                           
                        </div>
Здравствуйте, удалите 'Theming with <i class="fa fa-heart animate-pulse"></i> by: <a href="http://www.dohtheme.com">DohTheme</a>'.
Готовый вариант:

HTML:
<div class="p-footer-copyright">
                       
                           
                            <div style="text-align: left">Локализация от <a href="https://xenforo.info/" target="_blank">XenForo.Info</a></div>
                           
                        </div>
 
Сен
12
1
Пользователь
Здравствуйте, удалите 'Theming with <i class="fa fa-heart animate-pulse"></i> by: <a href="http://www.dohtheme.com">DohTheme</a>'.
Готовый вариант:

HTML:
<div class="p-footer-copyright">
                      
                          
                            <div style="text-align: left">Локализация от <a href="https://xenforo.info/" target="_blank">XenForo.Info</a></div>
                          
                        </div>


Тоже думал просто удалить, но хотелось бы через extra.less убрать что бы код не ковырять, есть такой вариант ?
 
Ноя
1,804
5,159
Команда форума
Администратор
Как их копирайт убрать ?


HTML:
<div class="p-footer-copyright">
                       
                           
                            <div style="text-align: left">Локализация от <a href="https://xenforo.info/" target="_blank">XenForo.Info</a></div>
                       
                           
                                <br>
                                Theming with <i class="fa fa-heart animate-pulse"></i> by: <a href="http://www.dohtheme.com">DohTheme</a>
                           
                        </div>
Настройки стиля - [DohTheme] --> Basic options - Remove Copyright - поставить значение "0"
 
Сверху