chillman Member Jan 19, 2020 #1 I want to insert some custom HTML in the Footer. In the area before or after the "Forum software by XenForo® © 2010-2019 XenForo Ltd." area (See the screenshot). So where I have to edit the templates?
I want to insert some custom HTML in the Footer. In the area before or after the "Forum software by XenForo® © 2010-2019 XenForo Ltd." area (See the screenshot). So where I have to edit the templates?
L Lawrence Well-known member Jan 19, 2020 #2 PAGE_CONTAINER template, find (around line 582): Code: <xf:if contentcheck="true"> <div class="p-footer-copyright"> <xf:contentcheck> <xf:copyright /> {{ phrase('extra_copyright') }} </xf:contentcheck> </div> </xf:if> You can add your HTML above and below the code. Though an add-on should be utilised for this, as I am against editing templates. Upvote 0 Downvote
PAGE_CONTAINER template, find (around line 582): Code: <xf:if contentcheck="true"> <div class="p-footer-copyright"> <xf:contentcheck> <xf:copyright /> {{ phrase('extra_copyright') }} </xf:contentcheck> </div> </xf:if> You can add your HTML above and below the code. Though an add-on should be utilised for this, as I am against editing templates.
chillman Member Jan 19, 2020 #3 Lawrence said: Though an add-on should be utilised for this, as I am against editing templates. Click to expand... Thanks for your help. Which Plugin do you recommend for doing this? Upvote 0 Downvote
Lawrence said: Though an add-on should be utilised for this, as I am against editing templates. Click to expand... Thanks for your help. Which Plugin do you recommend for doing this?
AndyB Well-known member Jan 19, 2020 #4 You might like this add-on: https://xenforo.com/community/resources/footer-block.7497/ Upvote 0 Downvote
JoyFreak Well-known member Jan 21, 2020 #5 Or you can simply do this by editing the phrase "extra_footer_copyright" found Appearance > Search phrases > Title contains > extra_footer_copyright and edit. IIRC, you can use HTML. Upvote 0 Downvote
Or you can simply do this by editing the phrase "extra_footer_copyright" found Appearance > Search phrases > Title contains > extra_footer_copyright and edit. IIRC, you can use HTML.