Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature req] Custom Fields #63

Open
Elfangor93 opened this issue Jan 11, 2021 · 0 comments
Open

[Feature req] Custom Fields #63

Elfangor93 opened this issue Jan 11, 2021 · 0 comments
Labels
bounty Bounty on Bountysource.com

Comments

@Elfangor93
Copy link
Member

Elfangor93 commented Jan 11, 2021

Description

With the plugins JoomAdditionalImageFields and JoomAdditionalCategoryFields it is already possible to add more information to the images and categories of the JoomGallery.

Since Joomla 3.7 the core has added the custom fields component, which has become very popular in the joomla community. It offers the possibility to add custom information to any content supporting these fields in a similar way as our JoomAdditionalImageFields do. The difference is that joomla users already know how to work with custom fields, whereas with our plugin they have to rely on help.

I think it would be very nice, if the JoomGallery could implement the custom fields from the joomla core.

The implementation of the fields looks very easy regarding the official documentation:
https://docs.joomla.org/J3.x:Adding_custom_fields/Implement_into_your_component

What is to be done

  • Add fields and field groups to component backend (context: image)
  • Implement necessary ACL
  • Add fields to the following form views
    • edit image (frontend & backend)
    • edit images (batch edit - frontend & backend)
  • Add triggers for the necessary plugin events to render the fields
    (onContentAfterTitle, onContentBeforeDisplay. onContentAfterDisplay, onContentPrepare)

Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.

@Elfangor93 Elfangor93 changed the title Custom Fields [Feature req] Custom Fields Feb 20, 2021
@Elfangor93 Elfangor93 added the bounty Bounty on Bountysource.com label Feb 28, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bounty Bounty on Bountysource.com
Projects
None yet
Development

No branches or pull requests

1 participant