Hi,

Quote Originally Posted by forg4t View Post
I tried to do that the user videos the (more form: Username) to be visible without clicking but it didn't work. Thanks!
Try this.

Open view_video.php and add
Code:
$html_extra .= '<script type="text/javascript">show_user_videos("' . $video_info['video_user_id'] . '");</script>';
Before
Code:
$smarty->assign('html_extra', $html_extra);
Thanks,
Buyscripts Team.