Custom module for Islandlives
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
490 B

3 weeks ago
Features:
1. red highlight of Views rows that have class 'Unpublished'.
2. pathauto fallback for pattern 'repository_items' that defaults to NID if field_pid is empty
Configuration:
1. Set up the views listed in `islandlives_views_pre_render()` so that under Table > Settings > "Row class" they have '{{ status }}'. Then the css selector should pick up 'Unpublished'. You may need to add the Published (status) field to the views.
2. Create a pathauto pattern called 'repository_items'.