Admin

Staff member
Administrator
Registered
Joined
8 year 7 month 26 day
Messages
15,962
Reaction score
55,206
Points
113
Age
50
Site Script
XenForo
from template PAGE_CONTAINER

remove

Code:
<xf:copyright />
 
G

GasparLopez

Yes but when i make this change i get this errors in my panel:

fDlcRLQ.png


How i can fix that???
 

Admin

Staff member
Administrator
Registered
Joined
8 year 7 month 26 day
Messages
15,962
Reaction score
55,206
Points
113
Age
50
Site Script
XenForo
Yes but when i make this change i get this errors in my panel:

fDlcRLQ.png


How i can fix that???
that error not from templates
reupload your xenforo ver and reinstall it
 
G

GasparLopez

if i push original copyright src/XF.php don't have any error
 

Admin

Staff member
Administrator
Registered
Joined
8 year 7 month 26 day
Messages
15,962
Reaction score
55,206
Points
113
Age
50
Site Script
XenForo
if i push original copyright src/XF.php don't have any error

you can remove it from template PAGE_CONTAINER
so dont change original copyright src/XF.php cause you will need reedit hash-calculator
 
G

GasparLopez

but i don't want remove i want edit, how i can edit and don't get this error???
 
G

GasparLopez

yes i push original copyright and use display none later i create my custom copyright and push in center of my footer
 
G

GasparLopez

easy @FidelCastro go to extra.less and use :

Code:
.p-footer-copyright {
display: none;
}

and later go to PAGE_CONTAINER and search
Code:
<div class="p-footer-row-opposite">

Before that you can push your own copyright similar to that:

Code:
<div alight="center">
                        <a href="https://www.smartforoblackhat.ga" class="u-concealed" dir="ltr" target="_blank">Smart Foro Black Hat <span class="copyright">&copy; 2018. Todos los derechos reservados</span></a>
                    </div>

JjgMmFc.png
 

pbart

Registered
Joined
5 year 9 month 19 day
Messages
2
Reaction score
0
Points
1
Age
33
Location
France
Site Script
XenForo
Can anyone answer ?

I want edit copyright text from nulled to Forum software by XenForo™ © 2010-2018 XenForo Ltd.
If i do this in file xf.php, on line 735 it will start show error in administration.

I want copyright text i dont want disable him, i want only edit him.

I ask, how i disable this error message, i realy dont like it. Can anyone help, i can pay for that.

PHP:
    return '<a href="https://www.mywebisteurl.com" class="u-concealed" dir="ltr" target="_blank">Forum software by XenForo&trade; <span class="copyright">&copy; 2010-2018 XenForo Ltd.</span></a>';

PHP:
return '<a href="https://www.mywebisteurl.com" class="u-concealed" dir="ltr" target="_blank">Forum software by XenForo&trade; <span class="copyright">&copy; 2010-2018 XenForo Ltd.</span></a>';[/ICODE]


After make this edit i see everytime in administration this:

01.JPG
 

pbart

Registered
Joined
5 year 9 month 19 day
Messages
2
Reaction score
0
Points
1
Age
33
Location
France
Site Script
XenForo
I try use tutorial from GasparLopez but i dont have code in center, same like original.
How i can fix it