Quote:
Originally Posted by Aramist
Hi Dude !
Nice work !
Is the "popular" option getting most viewed articles of all life-time? Or Is there any way to show only most viewed in the last 30 days, for instance.
Ty in advance?
|
yes it is getting most viewed articles of all life time
articles in last 30 days can be shown with a file edit..
Open cmsfcs.php file in packages/vbcms/widget
FInd:
Code:
cms_node.setpublish = 1
After That Add
Code:
" . iif($config['sorttype'] == 1, " cms_node.publishdate > " . (TIMENOW - (86400 * 30)) . "", "") . "