tbarlet

Registered
Joined
5 year 7 month 9 day
Messages
1
Reaction score
0
Points
1
Age
62
Location
US
Site Script
vBulletin
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:

View attachment 17112
Dont edit XF.php, rather in the admin panel go to templates and then PAGE CONTAINER. Go to around line 575 and enter this "&copy; <?=date("Y") ?> MY INFO HERE. All Rights Reserved" between <xf:contentcheck> and {{ phrase('extra_copyright') }}
Should look like this

<xf:contentcheck>
&copy; <?=date("Y") ?> MY INFO HERE. All Rights Reserved
{{ phrase('extra_copyright') }}
</xf:contentcheck>

Delete <xf:copyright>
 

FidelCastro

Registered
Joined
6 year 8 month 15 day
Messages
10
Reaction score
2
Points
3
Age
32
Location
New York
in my page container template cant find line 575, i mean is there but full of UIX sheet lol, i use themehouse templates and its hard to edit footer
 

elvamo

Registered
Joined
6 year 7 month 7 day
Messages
10
Reaction score
72
Points
13
Age
33
Location
Ninguna
Yes but when i make this change i get this errors in my panel:

fDlcRLQ.png


How i can fix that???

why is not enough to overwrite a line in a XF.php file ?

Sí puedes hacer. vaya XF, php y elimine el coyright que se eliminó vaya a / src / addons / XF en hashes.json "src / XF.php": "bab6734ac3aa34eb0df020639c2525cceba1921327dceacbca26de4b1e5ed49a", elimine esta línea