08-02-2017, 08:47 AM
Hi
I looked at that but it's too complicated for me.
I think what I'd like to do is this
Currently, when someone logs in, they are sent to this page - users/account.php
Ideally, I would like to change this DIV on line 53 as follows
<div class="col-xs-12 col-md-9">
<h1><?=ucfirst($user->data()->username)?></h1>
<p><?=ucfirst($user->data()->fname)." ".ucfirst($user->data()->lname)?></p>
<p>Member Since:<?=$signupdate?></p>
<p>Number of Logins: <?=$user->data()->logins?></p>
(If client is USER, show this text)
Your payment has not yet been processed. Please click here to Log Out
(If client is STUDENT, show this)
<p>Click here to enter the Online Programme</p>
</div>
Could you let me know how to do this?
Thank in advance
I looked at that but it's too complicated for me.
I think what I'd like to do is this
Currently, when someone logs in, they are sent to this page - users/account.php
Ideally, I would like to change this DIV on line 53 as follows
<div class="col-xs-12 col-md-9">
<h1><?=ucfirst($user->data()->username)?></h1>
<p><?=ucfirst($user->data()->fname)." ".ucfirst($user->data()->lname)?></p>
<p>Member Since:<?=$signupdate?></p>
<p>Number of Logins: <?=$user->data()->logins?></p>
(If client is USER, show this text)
Your payment has not yet been processed. Please click here to Log Out
(If client is STUDENT, show this)
<p>Click here to enter the Online Programme</p>
</div>
Could you let me know how to do this?
Thank in advance