Osclass Support Forums

Osclass theme support => Beta Osclass Theme => Topic started by: halit on July 01, 2020, 02:15:42 PM

Title: Show phone number and email information
Post by: halit on July 01, 2020, 02:15:42 PM
Hello!

I do not want to hide email and phone information. I want to cancel the "X" marks.
How can I do it.

Best regards
Title: Re: Show phone number and email information
Post by: MB Themes on July 02, 2020, 07:55:35 AM
@halit
In item.php find code:
Code: [Select]
<?php echo substr($mobile0strlen($mobile) - 4) . 'xxxx'?>
replace it with:
Code: [Select]
<?php echo $mobile?>
Title: Re: Show phone number and email information
Post by: halit on July 02, 2020, 11:25:40 PM
Thankyou