By RRobert on Tuesday, 26 September 2017
Posted in General Issues
Replies 1
Likes 0
Views 598
Votes 0
Hi i would like to display a specific message to non subscribed users on my website. So can you tell me which file/line to write in order to customize it?
Can you to tell me the path to paste the related file in order to override it.
Thanks
Hello,

To change the message , you need to change the code content acl app itself.It can't be done use override.
Go to root/plugins/payplans/contentacl/contentacl/app/contentacl/contentacl.php, find below mentioned line of code.

$links = $this->getPlanlinks();
$row->text = $row->introtext.$links;


Here you can change the string in $row->text varisble.
Update us if you have any query.
·
Tuesday, 26 September 2017 17:15
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post