*

Brandso

  • ****
  • 108 posts
Problem with Search Alert
« on: August 08, 2022, 03:17:32 PM »
Hi, I am not sure if its a bug or a required function but because its something that shouldn't be seen by a user I was wondering if there is a way to hide this function on Front end.

Problem is when we subscribe to any search alert and go to Subscription tab in user menu we can see a Technical Detail link which once clicked shows database information for the function used for that particular subscription.

Please check the attached screenshot to understand what I am referring.

Thanks

*

Brandso

  • ****
  • 108 posts
Re: Problem with Search Alert
« Reply #1 on: August 08, 2022, 03:43:06 PM »
Okay I managed to remove the Technical Detail Link from front-end by deleting the following code in user-alerts.php file.

Code: [Select]
<a href="#" class="show-technical-details"><?php _e('Technical details''epsilon'); ?></a>
Now just need to know if that would effect any other functionality?

Thanks

Marked as best answer by frosticek on August 08, 2022, 08:05:24 PM
*

MB Themes

Re: Problem with Search Alert
« Reply #2 on: August 08, 2022, 04:46:41 PM »
@Brandso
No, it does not affect anything
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

Brandso

  • ****
  • 108 posts
Re: Problem with Search Alert
« Reply #3 on: August 08, 2022, 06:31:48 PM »
Okay, thanks for replying and confirming.