Show XenForo Version in Footer [Deleted]

Vincent

Well-known member
VincentU submitted a new resource:

Show XenForo Version in Footer (version 1.0) - Show the XenForo Version in the Footer

To show your XenForo version in the footer, you need to do 1 template edit and edit 1 phrase.

This is how easy it is :)

Replace the phrase xenforo_copyright with the following:
Code:
<a href="http://xenforo.com" class="concealed">Forum software by XenForo&trade; {version} &copy;2010-2012 XenForo Ltd.</a>

And in the template called footer, find:
Code:
{xen:phrase xenforo_copyright}

and change it to
Code:
{xen:phrase xenforo_copyright,...

Read more about this resource...
 
Top Bottom