Install
Works with Drupal: ^10 || ^11Using Composer to manage Drupal site dependencies
Alternative installation files
Download tar.gz
18.01 KB
MD5: 5603baefe6105ec62bd9cb477b7e02c6
SHA-1: 20d43061568f4e5a4abd930b9a7fa84d8d717d71
SHA-256: 0655373f7fc54869671ece84963f6597e29612bcf5b713c0d4f50155c251b255
Download zip
26 KB
MD5: 7bc7b713bcf1191409b2814455c15253
SHA-1: 65f91f528414ecd18f671b1178afc4250a0c9925
SHA-256: 77d3ca481ce0361b6994673f347f74081834bb27bb08b0f7826e2c838096f1b5
Release notes
This is a complete rewrite of Author Pane Popup for Drupal 10 and 11.
What's new
- Replaced the unmaintained qTip2 library with Tippy.js v6 — no jQuery dependency, actively maintained.
- Tooltip positioning powered by Popper.js v2.
- New admin settings: placement, theme, animation, max width, trigger event, interactive mode, show delay, and loading text.
- Page visibility controls: show or hide the popup on specific paths.
- Author card displays username, profile picture, Last seen, and Join date.
- CSS Grid layout — no custom Twig templates required.
- Clean AJAX endpoint at
author_pane_popup/user?uid={uid}. - Full config schema for reliable config management.
- Functional test coverage (BrowserTestBase, 4 tests, 41 assertions).
- PHPCS Drupal + DrupalPractice clean.
Upgrade path
There is no upgrade path from 8.x-1.x. Uninstall the old version before installing 2.0.0.
Requirements
- Drupal 10 or 11
- Tippy.js v6 and Popper.js v2 placed in
web/libraries/tippy.js/— see README.txt for instructions.