postyou / contao-venobox-bundle
Integrate Venobox in Contao
Installs: 30
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 4
Forks: 0
Open Issues: 0
Language:JavaScript
Type:contao-bundle
Requires
- php: ^7.0
- contao/core-bundle: ^4.4
Conflicts
- contao/core: *
- contao/manager-plugin: <2.0 || >=3.0
This package is auto-updated.
Last update: 2024-11-17 14:45:57 UTC
README
Venobox Gallerie Erweiterung für Contao
Usage with page2ajax: (display contentElements, Articles or Pages in a VenoBox but not as an IFrame)
In the Venobox settings choose page2ajax (make shure you have it installed) In the URL input you can use the following insertTags:
- {{article_url::1}} (to display an Article in the venoBox)
- {{link_url::2}} (to display a page in the venoBox)
To manually Link to an Element do:
- choose ajax in Venobox settings
- as URL take /system/modules/page2ajax/assets/ajax.php
- Add parameters as explained in the readme of page2ajax
Url-field for example: /system/modules/page2ajax/assets/ajax.php?g=1&id=64&action=art (to load article with id 64)
AutoOpen Venobox:
add Parameter to URL venoboxOpen=uniqueIDofTheBox
(get the ID of the specific box form the backend Page)