Status
Not open for further replies.

Tize

Registered
Joined
Apr 20, 2016
Messages
5
Reaction score
2
Points
3
Age
75
9 Years of Service
Hello people, you'd know me as changes in the footer signature please?
With the method of XenForo_Application in this version no longer works.
Thank you very much.

Captura de pantalla 2016-11-05 a las 19.02.27.png
 
yoursite.com/admin.php?phrases/search

Text Contains: xenforo_copyright
 
yoursite.com/admin.php?phrases/search

Text Contains: xenforo_copyright


Hello, I follow your recommendation and appears there as you say.
But it does not work when editing, if you look I have changed the words and does not work.
Thank you very much.


Code:
https://MIWEB.com/admin.php?phrases/xenforo_copyright.8907/edit&language_id=2

Captura de pantalla 2016-11-06 a las 18.19.23.png
 
Try edit in extra_copyright


Copy it then save it.


Appearance > Template > footer edit here.

If you are on chrome browser, enter the Ctrl + F = find: <div id="copyright">

Found it,

Code:
<div id="copyright">
{xen:phrase xenforo_copyright}
{xen:phrase extra_copyright}
</div>

with


Code:
<div id="copyright">
{xen:phrase extra_copyright}
</div>

Save it.
 
Hello, thank you very much for your quick response.
Follow your instructions and I deleted that says: {xen:helper copyright}
Because apparently I have it different from yours and does not work, perhaps I'll try to erase that says HELPER.
Mine is so you can view that is different from yours.
Thank you very much.

Code:
<div id="copyright">
{xen:helper copyright}
{xen:phrase extra_copyright}
</div>

Captura de pantalla 2016-11-06 a las 18.30.27.png
 
{xen:helper copyright} do delete.
 
A moment taste, thank you very much.
 
Status
Not open for further replies.

741Threads
2,309Messages
67,666Members
memoqxLatest member
Back