member directories won’t load
-
i have some member directories that have stopped working after the update of ultimate member from v 2.11.x to 2.12.0. only the spinning wheel is showing where the members should be listed.
my guess is that the update is the cause for this, because nothing else in ultimate member had been changed until now.
i checked on the custom templates i made eventually. in members-grid.php i noticed on line 26, that the version of members-grid.php contains the line$unique_hash = UM()->member_directory()->get_directory_hash( $args['form_id'] );
?>in my customized template from plugin ultimate members version 2.11.x line 26 of members-grid.php contains
$unique_hash = substr( md5( $args['form_id'] ), 10, 5 ); ?>could this be the reason for my problems?
can you please guide me to resolve this issue?
You must be logged in to reply to this topic.