Osclass forums

Support forums => General help => 3.8.x => Topic started by: Germar on June 04, 2019, 03:39:04 pm

Title: I want to show number of views per item
Post by: Germar on June 04, 2019, 03:39:04 pm
Hi,

I want to show number of views per item.
Can someone tell me how to do this and where to place?

Regards,
Germar
Title: Re: I want to show number of views per item
Post by: BritWeb on June 04, 2019, 08:23:35 pm
Hi,

I want to show number of views per item.
Can someone tell me how to do this and where to place?

Regards,
Germar

Hi

Place the code below where you would like it show, also apply some style as needed

Code: [Select]
<?php if (osc_item_views() != '') { echo '<div class=""><span>' __('Viewed by''bender') . ' <strong>' osc_item_views() . '</strong> ' __('people''bender') . '</span></div>';} ?>
Cheers!



Title: Re: I want to show number of views per item
Post by: Germar on June 07, 2019, 12:28:11 pm
Hi BritWeb,

Thanks again for the quick solution!

Regards,

Germar