Reputation:
<div class="custom-copyright">
Community platform by XenForo® © 2010-2023 XenForo Ltd.
</div>
/* Copyright */
.p-footer-copyright{font-size: 0px;}
.custom-copyright{font-size: 11px;}
Reputation:
extra_copyright
PHP:<div class="custom-copyright"> Forum software by XenForo® © 2010-2020 XenForo Ltd </div>
extra.less
PHP:/* Copyright */ .p-footer-copyright{font-size: 0px;} .custom-copyright{font-size: 11px;}
I know, I know, just say thanks
Reputation:
.p-footer-copyright {display: none;}
Reputation:
Reputation:
<xf:copyright />
{{ phrase('extra_copyright') }}
Reputation:
Reputation:
<xf:if contentcheck="true">
<div class="p-footer-copyright">
<xf:contentcheck>
<xf:copyright />
{{ phrase('extra_copyright') }}
</xf:contentcheck>
</div>
</xf:if>
Reputation:
<div class="p-footer-copyrightRow">
<div class="pageContent">
<div class="uix_copyrightBlock">
<xf:if contentcheck="true">
<div class="p-footer-copyright">
<xf:contentcheck>
<xf:copyright />
<xf:callback class="ThemeHouse\Core\Branding" method="renderStyleBranding" /><xf:set var="$thBrandingDisplayed" value="1" />
{{ phrase('extra_copyright') }}
</xf:contentcheck>
</div>
</xf:if>
Reputation:
Reputation:
Reputation:
public static function getCopyrightHtml()
{
return '<a href="https://xenforo.com" class="u-concealed" dir="ltr" target="_blank">Forum software by XenForo<sup>®</sup> <span class="copyright">© 2010-2019 XenForo Ltd.</span></a>';
}
Reputation:
Reputation:
Reputation:
Reputation:
Reputation:
Reputation: