M
M
Maxim Dyachenko2017-11-23 22:02:07
JavaScript
Maxim Dyachenko, 2017-11-23 22:02:07

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

4 answer(s)
H
hzzzzl, 2019-09-05
@alex_kulkoff

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}
})

T
Triborg-333, 2019-09-05
@Triborg-333

arrA = arrB.concat([]) ?

O
Oleg, 2017-11-23
@jdun_developer

joomgallery, jbzoo

S
Sergey Mochalov, 2017-11-25
@Vyatka

take a simple guest book for starters
For example EBR - Easybook Reloaded

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question