Wednesday, 17 October 2012 10:09

UberPageBreak for Joomla 3.0

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.

 

Last modified on Friday, 19 October 2012 18:41

Leave a comment

Make sure you enter all the required information, indicated by an asterisk (*). HTML code is not allowed.