Please Log in or Create an account to join the conversation.
You can't, no such feature is implemented. You'd need to completely modify it for such usage. Will look into implementing mass processing features like that for next release. You could also mass approve them from backend as a workaround within GJ > Users by using the batch processing features at the bottom to set them all to active.In groupjive a group pending approval for example if there's hundred of pending approval how to approve all instead of approving one by one? Is there a way to create a button that can approve all?
You'll need to modify the below template file and add extra field output.Another one, still in group pending approval page how to add a userinfo example age ? like this one in the picture
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
'<div class="gjContentBoxRow">' . $row->getOwnerOnline() . '</div>'
. '<div class="gjContentBoxRow">' . CBuser::getInstance( (int) $row->get( 'user_id' ) )->getField( 'cb_work', null, 'html', 'none', 'profile', 0, true ) . '</div>'
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.