Jomsocial doesn't come with a user approval system of its own. So I wan't to create one using chronoforms by editing the values of field 'block' of table #_users using a form.
I used DB multi Record Loader tutorial and created this form
[attachment=0]newuser.png[/attachment]
After this comes column with edit button which redirects to other form
Is there some way to edit the block column in the given form itself
i.e. some way to edit multiple records
Also, need to show
'block' as 'approved'
and value
'0' as 'Yes'
and
'1' as 'No'
How can I achieve the desired results?
I used DB multi Record Loader tutorial and created this form
[attachment=0]newuser.png[/attachment]
After this comes column with edit button which redirects to other form
Is there some way to edit the block column in the given form itself
i.e. some way to edit multiple records
Also, need to show
'block' as 'approved'
and value
'0' as 'Yes'
and
'1' as 'No'
How can I achieve the desired results?
Hi thehitechpanky ,
I think you need to look at the code that Joomla! uses in the site Admin to let you select a number of articles or forms and carry out an action on all of them. It shouldn't be hard to use this in a ChronoForm.
Bob
I think you need to look at the code that Joomla! uses in the site Admin to let you select a number of articles or forms and carry out an action on all of them. It shouldn't be hard to use this in a ChronoForm.
Bob
Hi thehitechpanky ,
I think you need to look at the code that Joomla! uses in the site Admin to let you select a number of articles or forms and carry out an action on all of them. It shouldn't be hard to use this in a ChronoForm.
Bob
How can I do that?
I am not that good at coding. And joomla coding is extremely complex for me.
Is there any alternative?
Is there any alternative?
This topic is locked and no more replies can be posted.