Actions
Feature proposal #5939
closedImplement Joomla plugin to output galleries
Description
Follow same CB substitution standard shown in package builder and cb auto actions. Should be able to render a gallery with any of the available parameters (custom asset as well) using content.prepare. No ajax is needed, but needs to pass return URL with links.
Updated by krileon over 8 years ago
- Priority changed from Normal to High
- Target version changed from 2.1.0 to 2.0.0
Should be a simple addition as follows.
[cbgallery:gallery /]
[cbgallery:gallery asset="profile.%" /]
Should support asset and user for building the gallery. Any other parameters on it should be passed as gallery parameters. This should allow inline gallery output at any content.prepare usage.
Updated by krileon over 8 years ago
- Status changed from Assigned to Resolved
- % Done changed from 0 to 100
Actions