Author Topic: bug in user.php  (Read 963 times)

0 Members and 1 Guest are viewing this topic.

Offline hilflo

  • Full phpd Member
  • ***
  • Posts: 98
  • Karma: 2
  • Sorry for my bad english
    • View Profile
    • Les félés
bug in user.php
« on: February 02, 2010, 01:41:13 AM »
Actually, You can't see the number of videos watched.

You need to update user.php
line 19 change
Code: [Select]
$smarty->assign('plays', $data['plays']);
to
Code: [Select]
$smarty->assign('plays', $data['Views']);

Offline winracer

  • Development Team
  • Pro Member
  • *******
  • Posts: 446
  • Karma: 3
    • View Profile
    • helpmewithperl.com
  • Script Version: 1.0+
Re: bug in user.php
« Reply #1 on: February 03, 2010, 02:55:02 AM »
works grat with new version 1.0
winracer
myfunnypets.com
helpmewithperl.com
coosavalleyclassifieds.com
brownlows.net
myphpforum.com

Offline hilflo

  • Full phpd Member
  • ***
  • Posts: 98
  • Karma: 2
  • Sorry for my bad english
    • View Profile
    • Les félés
Re: bug in user.php
« Reply #2 on: February 03, 2010, 09:07:26 AM »
I see that, the first file I have open when download 1.0