{$title} Quick Stats

Videos
Total : {get_videos count_only=yes} | Active : {get_videos count_only=yes active="yes"} | Flagged : {$cbvid->action->count_flagged_objects()} | Processing : {get_videos count_only=yes status='Processing'}
Groups
Total : {get_groups count_only=yes} | Active : {get_groups count_only=yes active='yes'} | Flagged : {$cbgroup->action->count_flagged_objects()}
Members
Total : {get_users count_only=yes} | Active : {get_users count_only=yes status='Ok'} | Flagged : {$userquery->action->count_flagged_objects()} | Banned : {get_users count_only=yes ban='yes'}
{assign var=users value=$userquery->get_online_users()} Online Users({$users|@count})
{if $users} {foreach from=$users item=user name=onlines} {$user.username}{if !$smarty.foreach.onlines.last}, {/if} {/foreach} {else} No User is Online {/if}
{if $Cbucket->cbinfo.new_available}
Currently you are running {$ClipBucket->cbinfo.version} {$ClipBucket->cbinfo.state}
Latest Version {$Cbucket->cbinfo.latest.version} {$Cbucket->cbinfo.latest.state}
{else}
Currently you are running {$Cbucket->cbinfo.version} {$Cbucket->cbinfo.state} - No New Version Available
{/if}

ClipBucket News

{assign var=cbnews value=$Cbucket->get_cb_news()} {if $cbnews} {foreach from=$cbnews item=news}
{$news.title}{$news.pubDate|date_format}
{$news.description}
{/foreach} {else}
No News Found
{/if}

ClipBucket Team and Development



ClipBucket is developed by Arslan, Fawaz and Frank White.
We say special thanks to Frank and Christian (oUTSKIRTs) for their great support and time.

We need to grow our team but so far, very few people are thinking of doing any kind of contribution, so please go ahead and contribute your code so we can develop more features.

Personal Notes

{assign var=notes value=$myquery->get_notes()}
{if $notes}
{foreach from=$notes item=note}
{$note.note|nl2br}
{/foreach} {else}
No notes
{/if}