@pietkei
You should put it into block (button link):
<?php if(osc_is_web_user_logged_in()) { ?>
....
<?php } else { ?>
.....
<?php } ?>
Thanks.
I am not sure where and how to add the code.
In another thread i assumed to edit header.php
This is what i found in the Gamma theme header.php:
<?php if(osc_is_web_user_logged_in()) { ?>
<div class="user-menu">
<div class="ins">
<strong><?php echo osc_logged_user_name(); ?>
Can you please insert the piece of code, as you mentioned?
I am no php coder, i hope you will help me.
Thanks!
BTWThis issue is caused by the fact that when a user activate an ALERT an email should be sent to him, but that's the problem, no email is sent.
If the mail was sent then there is no problem.