-
w2kd
-
-
Offline
-
Expert Boarder
-
-
Posts: 88
-
Thank you received: 1
-
-
|
Check that you have the right file
/administrator/components/com_dtregister/controllers/field.php
|
Please Log in or Create an account to join the conversation.
|
-
gospelfolio
-
-
Offline
-
Fresh Boarder
-
-
Posts: 2
-
Thank you received: 0
-
-
|
I had to make changes to two lines in the field.php:
$listLimit = $mainframe->getCfg( 'list_limit', 40 );
$database = &JFactory::getDBO();
$limit = intval( $mainframe->getUserStateFromRequest( "viewlistlimit", 'limit', $listLimit ) );
$limit = $mainframe->getUserStateFromRequest( 'global.list.limit', 'limit', $mainframe->getCfg('list_limit'), 'int' );
$limitstart = intval( $mainframe->getUserStateFromRequest( "view{$option}limitstart", 'limitstart', 0 ) );
$search = $mainframe->getUserStateFromRequest( "search{$option}", 'search', '' );
$limit = 40 ;
and now I can at least drag and drop
|
Please Log in or Create an account to join the conversation.
|
Time to create page: 0.533 seconds