Stub article, to be finished.
function yourmodule_views_pre_view(&$view, &$display_id, &$args) {
if ($view->name == 'your_views') {
/* Get the Sort object */
$sort = $view->display['default']->display_options['sorts'];
/* Change the sort order */
$sort['name']['order'] = 'DESC';
/* Set the new sorting object */
$view->display_handler->set_option('sorts', $sort);
}
}
Ultimi commenti
18 weeks 5 days ago
2 years 27 weeks ago
4 years 18 weeks ago
3 years 30 weeks ago
4 years 19 weeks ago
4 years 21 weeks ago
4 years 21 weeks ago
4 years 22 weeks ago
4 years 24 weeks ago
4 years 28 weeks ago