Answer the question
In order to leave comments, you need to log in
An example of a component with adding content by a user from the Joomla frontend?
Hello. My task is to create a component in which a registered user can create galleries and add pictures to them through the frontend part, and the admin can view the added ones. Maybe you know a similar component to see how the functionality is roughly implemented?
Answer the question
In order to leave comments, you need to log in
arrB.map(cl => {
const reports = cl.reports.filter(r => r.date === '2019-09-05')
return reports.length
? {client: cl.client, reports: { date: reports[0].date, id: reports[0].id } }
: {client: cl.client, reports: null}
})
take a simple guest book for starters
For example EBR - Easybook Reloaded
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question