Hi
thanks for the screenshots
This is eactly what I did but it doesn't work.
I checkd the search_total.php where it should display the total and I found $config[total] to be null whereas the list is far from empty!
// onCCK_FieldBeforeRenderForm
public static function onCCK_FieldBeforeRenderForm( $process, &$fields, &$storages, &$config = array() )
{
$id = $process['id'];
$name = $process['name'];
$jtext = $process['jtext'];
var_dump( $config['total'] );die(); <-- DISPLAYS NULL
if ( isset( $config['total'] ) && $config['total'] > 0 ) {
if ( $config['total'] < $config['limitend'] ) { $step = ...
thanks for your help
cyril