Skip to main content
Drupal is a registered trademark of Dries Buytaert
Release: OpenID Connect / OAuth client 3.0.0-alpha9 New alpha version released for module openid_connect (3.0.0-alpha9). Release: Opensolr Search 4.5.0 Minor update available for module opensolr_search (4.5.0). Release: Timelinr 1.0.1 Minor update available for module timelinr (1.0.1). Usage Milestone: Simplify Module simplify crossed 10,000 active installs. Usage Milestone: Views Reference Filter Module entityreference_filter crossed 10,000 active installs. Usage Milestone: Dropdown Language Module dropdown_language crossed 10,000 active installs. Usage Milestone: Paragraphs Browser Module paragraphs_browser crossed 10,000 active installs. Usage Milestone: OpenAPI Module openapi crossed 10,000 active installs. Usage Milestone: Decoupled Router Module decoupled_router crossed 10,000 active installs. Module Revived: Entityqueue Buttons 1.1.2 Module entityqueue_buttons updated after 8 months of inactivity (1.1.2).

Colorbox simple load

831 sites Security covered Drupal 9–11 Colorbox ecosystem
View on drupal.org

This module provides a simplified way to create Colorbox popups that load external content, similar to the functionality in Drupal 7, without the extra dependencies of the current Colorbox Load module. It allows you to easily trigger Colorbox popups by adding a specific class to links or by programmatically generating them.

This module depends on the colorbox module.

The colorbox load option was separated from the main module. However the current colorbox load module has other dependencies and took a slightly different direction.

This module follows the same path as it was in drupal 7.

Example

HTML:
<a href="https://www.drupal.org/example.html" class="colorbox-load">View</a>

Code:

$url = Url::fromUri('internal:/example.html');
$link = Link::fromTextAndUrl(t('View'), $url);
$output = $link->toRenderable();
$output['#attributes']['class'] = [
  'colorbox-load',
];
colorbox_simple_load_page_attachments($output);

Depends on

Dependencies of the latest stable release

Required by

Tracked projects that depend on this one

No tracked projects depend on this one yet.

Activity

Tracked releases
3
Tracked since
Oct 2025
Latest release
2 months ago
Releases (12 mo)
3 ▲ from 0
Maintenance
Active

Release Timeline

Releases

Version Type Core Release date
2.2.x-dev Dev 10–11 Jun 19, 2026
2.1.1 Stable 9–11 Jun 11, 2026
2.1.x-dev Dev 9–11 Oct 3, 2025