Title: celum:connect
Author: brixcrossmedia
Published: <strong>7. Februar 2019</strong>
Last modified: 14. August 2026

---

Plugins suchen

Dieses Plugin wurde **nicht mit den 3 neuesten Hauptversionen von WordPress getestet**.
Es wird möglicherweise nicht mehr gepflegt oder unterstützt und kann bei der Verwendung
mit neueren WordPress-Versionen zu Kompatibilitätsproblemen führen.

![](https://s.w.org/plugins/geopattern-icon/celumconnect.svg)

# celum:connect

 Von [brixcrossmedia](https://profiles.wordpress.org/brixcrossmedia/)

[Herunterladen](https://downloads.wordpress.org/plugin/celumconnect.2.32.zip)

 * [Details](https://de.wordpress.org/plugins/celumconnect/#description)
 * [Rezensionen](https://de.wordpress.org/plugins/celumconnect/#reviews)
 *  [Installation](https://de.wordpress.org/plugins/celumconnect/#installation)
 * [Entwicklung](https://de.wordpress.org/plugins/celumconnect/#developers)

 [Support](https://wordpress.org/support/plugin/celumconnect/)

## Beschreibung

WordPress:connect, an extension that integrates an „Asset Picker“ allowing the selection
of images and other media objects directly from CELUM, embedding them into the post
and storing them in the media gallery of WordPress. This also enables you to link
them in other posts later on. As an alternative to saving in WordPress, assets can
only be linked from CELUM, so that they remain up to date at all times, even if 
they are adapted in CELUM.

To enable cross-references, the brix extension Direct Download is included as part
of WordPress:connect. If an asset from CELUM is used via WordPress:connect, the 
usage (linked or downloaded assets) can be automatically written to an information
field of the asset to mark it in CELUM with a „WordPress bullet“, for example. With
separate bullets can be distinguished whether an asset is linked in the CMS and 
deletion in CELUM DAM has an immediate effect, or is simply used there, which has
no effect on deletion in CELUM DAM.

The API key of the CELUM user and the ID of the CELUM root node to be used as well
as the „Asset Picker“ version to be used can be entered via a separate WordPress
settings dialog. Just as, the desired download formats for saving assets in WordPress
can be defined for each media type. Finally, for the two types of use (download 
or link), a name can be defined, which will be set as a node-ref value for downloaded
resp. linked assets. The related information field is defined in the configuration
of the Direct Download extension.

Requires: CELUM CORA, 1 licensed API connection (for CELUM Asset Picker)

### Adding a new Asset Picker version (development)

When vendoring a new Asset Picker bundle into `assetPicker/assetPicker_<version>/`,
the vendor default in `assetPickerApi.js` (around line 39) must be patched from

    ```
    pathPrefix: 'picker/'
    ```

to

    ```
    pathPrefix: 'wp-content/plugins/'+plugin_data.plugin_basename+'/assetPicker/assetPicker_<version>/picker/'
    ```

Without this patch the picker iframe resolves to the site root (`/picker/index.html`)
and returns a 404. Every bundled version needs this; 6.20.7 initially shipped unpatched.

## Screenshots

[⌊Add a new Post⌉⌊Add a new Post⌉[

Add a new Post

[⌊Asset Picker: Search⌉⌊Asset Picker: Search⌉[

Asset Picker: Search

[⌊Asset Picker: Load asets from to WordPress or link them from Celum⌉⌊Asset Picker:
Load asets from to WordPress or link them from Celum⌉[

Asset Picker: Load asets from to WordPress or link them from Celum

[⌊Asset Picker: Select⌉⌊Asset Picker: Select⌉[

Asset Picker: Select

[⌊Asset Picker: Set download format⌉⌊Asset Picker: Set download format⌉[

Asset Picker: Set download format

## Blöcke

Dieses Plugin bietet 1 Block.

 *   celum:connect

## Installation

 1. Upload the plugin files to the `/wp-content/plugins/celum_connect` directory, or
    install the plugin through the WordPress plugins screen directly.
 2. Activate the plugin through the ‚Plugins‘ screen in WordPress
 3. Use the Settings->celum:connect screen to configure the plugin

## FAQ

### Where can I configure the CELUM server I want to use?

The url to the used CELUM server is encrypted in the license key. To get a license
key for your CELUM server you need to contact brix cross media (https://brix.ch)

## Rezensionen

Zu diesem Plugin liegen noch keine Rezensionen vor.

## Mitwirkende und Entwickler

„celum:connect“ ist Open-Source-Software. Folgende Menschen haben an diesem Plugin
mitgewirkt:

Mitwirkende

 *   [ brixcrossmedia ](https://profiles.wordpress.org/brixcrossmedia/)

[Übersetze „celum:connect“ in deine Sprache.](https://translate.wordpress.org/projects/wp-plugins/celumconnect)

### Interessiert an der Entwicklung?

[Durchstöbere den Code](https://plugins.trac.wordpress.org/browser/celumconnect/),
sieh dir das [SVN-Repository](https://plugins.svn.wordpress.org/celumconnect/) an
oder abonniere das [Entwicklungsprotokoll](https://plugins.trac.wordpress.org/log/celumconnect/)
per [RSS](https://plugins.trac.wordpress.org/log/celumconnect/?limit=100&mode=stop_on_copy&format=rss).

## Änderungsprotokoll

#### 1.0

 * Initial verison

#### 1.1

 * Added tracking of downloaded Assets with „Direct Download“

#### 1.2

 * Added Possibility to choose between „Load assets to WordPress“ and „Link assets
   from Celum“

#### 1.3

 * Added Support for different Asset Picker Versions (2.0 – 2.4), Selectable in 
   the celum:connect Options
 * Configurable usage for link and for download

#### 1.4

 * Asset Picker versions 2.5 and 2.5.2 added

#### 1.4

 * Asset Picker version 2.5.1 added

#### 2.0

 * Gutenberg block support added

#### 2.2

 * License with expiration date

#### 2.3

 * Asset Picker version 3.0 added

#### 2.4

 * AssetPicker version select bugfixing

#### 2.5

 * AssetPicker 3.0 Support approved (Config creation with no infofield possible)

#### 2.6

 * License need an expiration date

#### 2.9

 * WordPress 5.5 compatibility
 * Asset picker in media module as seperate tab

#### 2.14

 * Asset Picker version 6.8.11 and 6.9.3 added

#### 2.17

 * Asset Picker version 6.9.3 added

#### 2.18

 * Quickfix if Celum not defined (library not loaded)

#### 2.19

 * Fix media tab in custom post types

#### 2.20

 * Fix media tab in custom post types

#### 2.21

 * Featured image fix

#### 2.22

 * Check if WP Error

#### 2.23

 * Improved Error message

#### 2.24

 * do not send empty consumer parameter in directDownload URL

#### 2.25

 * Use filename if not Content-Disposition

#### 2.28

 * Asset Picker 6.15.12, 6.16.14, 6.17.4, 6.18.4 and 6.19.1 added

#### 2.29

 * Asset Picker 6.11.9, 6.12.4, 6.13.10 and 6.14.12 added

#### 2.30

 * Asset Picker 6.12.4, 6.13.10, 6.14.12, 6.15.12, 6.16.14, 6.17.4, 6.18.4 and 6.19.1
   added, REST API Client ID configuration property added (for asset picker version
   6.19 and newer)

#### 2.31

 * Asset Picker 6.20.7 added, Versions 2.x and 3.x removed

#### 2.32

 * Fix: Asset Picker 6.20.7 pathPrefix patched (picker iframe returned 404)

## Meta

 *  Version **2.32**
 *  Zuletzt aktualisiert **vor 2 Wochen**
 *  Aktive Installationen **weniger als 10**
 *  WordPress-Version ** 4.0 oder höher **
 *  Getestet bis **5.5.20**
 *  PHP-Version ** 5.2.4 oder höher **
 *  Sprache
 * [English (US)](https://wordpress.org/plugins/celumconnect/)
 * Schlagwort
 * [DAM](https://de.wordpress.org/plugins/tags/dam/)
 *  [Erweiterte Ansicht](https://de.wordpress.org/plugins/celumconnect/advanced/)

## Bewertungen

Es wurden noch keine Rezensionen eingereicht.

[Deine Rezension](https://wordpress.org/support/plugin/celumconnect/reviews/#new-post)

[Alle Rezensionen anzeigen](https://wordpress.org/support/plugin/celumconnect/reviews/)

## Mitwirkende

 *   [ brixcrossmedia ](https://profiles.wordpress.org/brixcrossmedia/)

## Support

Möchtest du etwas mitteilen? Brauchst du Unterstützung?

 [Support-Forum anzeigen](https://wordpress.org/support/plugin/celumconnect/)

## Spenden

Möchtest du die Weiterentwicklung dieses Plugins unterstützen?

 [ Für dieses Plugin spenden ](https://brix.ch/)