Skip to content

Instantly share code, notes, and snippets.

@davdenic
Last active December 7, 2018 10:23
Show Gist options
  • Save davdenic/0cae0375248aa1fc1251ef9b68bafe73 to your computer and use it in GitHub Desktop.
Save davdenic/0cae0375248aa1fc1251ef9b68bafe73 to your computer and use it in GitHub Desktop.
RealURL configure the paginate widget to have your-url-list/pagX/
'postVarSets' => array(
'_DEFAULT' => array(
//put this after controller and dateFilter...
'pag' => array(
array(
'GETvar' => 'tx_news_pi1[@widget_0][currentPage]',
//'noMatch' => 'bypass'
)
)
),
),
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment