Was having trouble getting UberPageBreak for Joomla K2 working with Joomla 3.0.
Someone had made a 2.5 version in the K2 forums here:- http://getk2.org/community/New-to-K2-Ask-here-first/854-Uber-Pagebreak . I took this and changed line 90
from
$pluginParams = new JParameter( $plugin->params );
to
$pluginParams = $this->params;
and also removed the comment from line 74 to read:-
$row->text = $row->introtext;
I would have posted this to the K2 forum but I couldn't log in.
File attached.