*

epoolroy

  • ****
  • 121 posts
Hide Alerts and Listing from non-register user
« on: January 12, 2018, 03:25:04 AM »
Hello, anyone can help me how i can hide the Alerts and Listing icon from non-register user?
I just want it show for register user only.
Thank you

Marked as best answer by frosticek on January 12, 2018, 02:44:16 PM
*

Dawid

  • ****
  • 149 posts
Re: Hide Alerts and Listing from non-register user
« Reply #1 on: January 12, 2018, 12:31:35 PM »
<?php if(osc_is_web_user_logged_in()) { ?>
      <div class="notification">

.....
.....

<?php } ?>

*

epoolroy

  • ****
  • 121 posts
Re: Hide Alerts and Listing from non-register user
« Reply #2 on: January 13, 2018, 02:23:51 AM »
<?php if(osc_is_web_user_logged_in()) { ?>
      <div class="notification">

.....
.....

<?php } ?>

Thank you

*

Biswajit Panda

  • ***
  • 23 posts
Re: Hide Alerts and Listing from non-register user
« Reply #3 on: January 16, 2018, 07:51:42 AM »
I also need to hide the same , please help me where(In which file )  the code need to be past .

*

Dawid

  • ****
  • 149 posts
Re: Hide Alerts and Listing from non-register user
« Reply #4 on: January 16, 2018, 09:18:52 AM »
Code still work corect , must edit header.php