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)) { ?>
<div class="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>
<div class="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
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.