[ Video Sharing CMS v4 ] code number_format

Started by Luiggy,

Previous topic - Next topic

0 Members and 2 Guests are viewing this topic.

LuiggyTopic starter

Hi,

I'm trying to figure out where to add this code number_format on /main/layouts/related.php. Number format is missing on Trending.  I would like the views number with comma example 1,000 (no 1000).

Thanks!!
  •  

PHPVibe A.

It's
tpl/main/profile/user_videos.php

change

$video->views

to

number_format($video->views)

LuiggyTopic starter

 Hi,

Perfect!!! Thank you!!


Great Support!!!!!!


  •  

Similar topics (7)