Change title of plugin

jdab

Madly Diligent
Joined
Aug 29, 2010
Messages
9,642
Reaction score
1
FP$
21
Basically I want to change 'Forum Affiliates' to 'Staff Affiliates'. Is this possible?

qyS4L.webp
 
Hello, what you are asking is very easy.

Launch a program like Filezilla up and connect your website.

Go to the inc folder, sub-folder languages and find the file named:
affiliates.lang.php

Find:
Code:
$l['affiliates'] = "Forum Affiliates";

Change to:
Code:
$l['affiliates'] = "Staff Affiliates";

Save the file.
 
master412160 said:
Hello, what you are asking is very easy.

Launch a program like Filezilla up and connect your website.

Go to the inc folder, sub-folder languages and find the file named:
affiliates.lang.php

Find:
Code:
$l['affiliates'] = "Forum Affiliates";

Change to:
Code:
$l['affiliates'] = "Staff Affiliates";

Save the file.
Ah thanks for the help. I was hoping it was in the ACP but obviously not. I don't have access to this, I'll get my technician [user]markipjr[/user] to do it.
 
Flux said:
Ah thanks for the help. I was hoping it was in the ACP but obviously not. I don't have access to this, I'll get my technician [user]markipjr[/user] to do it.

Language files can be edited from ACP.

ACP -> Configuration -> Languages (Left side bar)

Press "Options" near English and select "Edit Language variables".

Press "Edit" near affiliates.lang.php
 
kavin said:
Flux said:
Ah thanks for the help. I was hoping it was in the ACP but obviously not. I don't have access to this, I'll get my technician [user]markipjr[/user] to do it.

Language files can be edited from ACP.

ACP -> Configuration -> Languages (Left side bar)

Press "Options" near English and select "Edit Language variables".

Press "Edit" near affiliates.lang.php
Muchas gracias!
 
Back
Top Bottom