Remove copyright

swift

Well-known member
Registered
Joined
Apr 7, 2019
Messages
76
Points
28

Reputation:

Hello, I'm looking to remove copyright from addonflare paid registrations? which php file is the best location for this?

I'm aware about removing all copyright but this isn't what i'm looking for and prefer to keep xf copyright.
 

MEGAHERZ

Collaborate
Collaborate
Registered
Joined
Mar 16, 2019
Messages
50
Points
38

Reputation:

Deleted

ridvanco1

Well-known member
Registered
Joined
Apr 26, 2021
Messages
68
Points
28

Reputation:

yea cant find much on my theme, if their is CR you could remove the entire thing with this addon and then just add
"Community platform by XenForo® © 2010-2021 XenForo Ltd" to page container lol.



also if you are talking about copyright within his addon like within here
SB0acWZc.png
i dont think it would be possible to remove.
Archangel Gabrieli have same issues, can you help me?
with xentr name writed at footer i want to remove the name xentr but
I can't find the code xentr, only xenforo community in page_container
thanks
 
View previous replies…

thomsa

Moderator
Staff member
Moderator
S.V.I.P Member
Collaborate
Registered
Joined
Jun 22, 2019
Messages
1,169
Points
173

Reputation:

Hello, I'm looking to remove copyright from addonflare paid registrations? which php file is the best location for this?

I'm aware about removing all copyright but this isn't what i'm looking for and prefer to keep xf copyright.
swift
best way for remove copyright of addonflare edit php file.
 

swift

Well-known member
Registered
Joined
Apr 7, 2019
Messages
76
Points
28

Reputation:

best way for remove copyright of addonflare edit php file.
thomsaDo you know which one 😛, i have had a look in most php files and didn't succeed.
 

Loki

Moderator
Staff member
Moderator
S.V.I.P Member
Collaborate
Registered
Joined
Dec 31, 2019
Messages
480
Points
253

Reputation:

Hello, I'm looking to remove copyright from addonflare paid registrations? which php file is the best location for this?

I'm aware about removing all copyright but this isn't what i'm looking for and prefer to keep xf copyright.
swiftHi editing this file may give an error in the administration

Code:
src/addons/AddonFlare/PaidRegistrations/XF/Template
1.png

XenForo 2 Documentation
 
Last edited:

swift

Well-known member
Registered
Joined
Apr 7, 2019
Messages
76
Points
28

Reputation:

Hi editing this file may give an error in the administration

Code:
src/addons/AddonFlare/PaidRegistrations/XF/Template

XenForo 2 Documentation
LokiI could kick my self i was in this file other day & missed it :LOL: That's nothing hashes.json can't fix ;) that did the trick, thanks so much for your help!
 
Top