Not sure if it's me just having this problem. I edited download manager client_main.pdt to show message if client is not logged, then show you must login to download. It is showing if client is not logged in, however when user logged in, it shows the message as well.
Any advice on this?
<?php if(!$this->Html->ifSet($logged_in)){?><divclass="col-md-12"><p>You must logged in to download. Click <a href="<?php echo $this->Html->safe($this->client_uri ."login/");?>">here</a> to login</p></div><divclass="clearfix"></div><?php }?>
Question
Ken Ng
Hi,
Not sure if it's me just having this problem. I edited download manager client_main.pdt to show message if client is not logged, then show you must login to download. It is showing if client is not logged in, however when user logged in, it shows the message as well.
Any advice on this?
3 answers to this question
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now