xenforo2 Best way to remove all Footer Copyright

guclusat

Tanınmış Üye
Süper Moderatör
This is the best way to remove all Footer Copyright Xenforo 2, no addon needed.
  • Open Admin -> Appearance -> Template -> Find template: PAGE_CONTAINER
  • Select the Style you are using
  • Find and delete this code in PAGE_CONTAINER
Kod:
<xf:if contentcheck="true">
            <div class="p-footer-copyright">
            <xf:contentcheck>
                <xf:copyright />
                {{ phrase('extra_copyright') }}
            </xf:contentcheck>
            </div>
        </xf:if>

If you want to go back to the original, just press the Revert button
 
Geri
Yukarı