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

v1.0.1 2022-02-28 08:53 UTC

This package is auto-updated.

Last update: 2024-05-17 13:31:55 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:

  1. choose ajax in Venobox settings
  2. as URL take /system/modules/page2ajax/assets/ajax.php
  3. 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)