In the ClipBucket Video Sharing Script the Watch_video.html page contains a subscribe button but not the amount of subscribers the user for that video has.
In the users channel page, though, there is an amount. Here is the code to output amount. {$u.subscribers|number_format}
I tried the following but nothing.
{$vdo.userid.subscribers|number_format}
Full code for watch_video.html: https://raw.githubusercontent.com/arslancb/clipbucket/master/upload/styles/cbv2new/layout/watch_video.html
Channel Page (Not enough rep to post link)
ClipBucket Full Code: https://github.com/arslancb/clipbucket/tree/master/upload
Any help is appreciated.