User contributions for Mngr
Appearance
7 June 2026
- 15:3515:35, 7 June 2026 diff hist +3,089 N Drupal:Bootstrap/Intro Created page with "== Navigation Components (Moving Around) == * '''Navbar''': The header navigation bar. It usually holds your logo, menu links, and search bars, and automatically shrinks into a "hamburger menu" on mobile. * '''Navs & Tabs''': Small horizontal or vertical menu links. Used to switch content views on the same page without reloading. * '''Pagination''': The row of page numbers (e.g., Previous 1 2 3 Next) found at the bottom of search results or blogs. * '''Breadcrumbs''': A..." Tag: Visual edit: Switched
5 June 2026
- 08:0908:09, 5 June 2026 diff hist +4 Project:Concept/The NARRATIVE No edit summary current Tag: Visual edit
- 08:0708:07, 5 June 2026 diff hist +605 Project:Concept/The NARRATIVE No edit summary Tag: Visual edit
4 June 2026
- 20:0220:02, 4 June 2026 diff hist +4,408 Maintenance:Overall/Upload limits settings No edit summary current
- 20:0020:00, 4 June 2026 diff hist +2,686 N Maintenance:Overall/Upload limits settings Created page with "= Large PDF Uploads in Drupal 11.3.x Behind Nginx + Apache + PHP‑FPM = == Overview == Uploading large files (e.g., 220 MB PDFs) in Drupal 11.3.x requires aligning **three independent upload limits** across the full request chain: # **Nginx reverse proxy** (client_max_body_size) # **Apache vhost** (LimitRequestBody) # **PHP‑FPM** (post_max_size, upload_max_filesize) Drupal displays the *effective* limit under the upload widget. The smallest limit in the chain alway..."
- 19:5919:59, 4 June 2026 diff hist +46 N Maintenance:Overall Created page with "= Overall Maintenance & configuration issues =" current
- 17:2817:28, 4 June 2026 diff hist +4 Project:Concept/The NARRATIVE No edit summary
- 17:2717:27, 4 June 2026 diff hist +5,736 N Project:Concept/The NARRATIVE Created page with "= Storytelling and Narrative Pages in the Costa Sano Publication Model = == Introduction == During the discussion and demonstration session with the club members, an important question emerged: ''Where do we tell the story?'' The current data model already contains many types of information: * Chapters * Objects * Persons * Events * Places * Assets * Documents These entities allow us to store and organise historical information in a structured way. However, they do..."
- 09:4409:44, 4 June 2026 diff hist +1,379 Project:Media/Transcript - ondertiteling No edit summary current
- 09:3509:35, 4 June 2026 diff hist +2,891 N Project:Media/Transcript - ondertiteling Created page with "= Workflow: Vimeo‑transcript → verbeterde ondertitels → VEGAS Pro 23 = == Overzicht == Deze pagina beschrijft de volledige, efficiënte workflow om een automatisch gegenereerd Vimeo‑transcript (.vtt) te corrigeren en om te zetten naar ondertitels in VEGAS Pro 23. De nadruk ligt op minimale handelingen, behoud van tijdcodes en een vlotte export naar een formaat dat VEGAS ondersteunt. ---- == 1. Transcript ophalen via Vimeo == Wanneer een video op Vimeo wordt g..."
- 09:3409:34, 4 June 2026 diff hist +30 N Project:Media Created page with "= Chapter about Media issues =" current
3 June 2026
- 16:4316:43, 3 June 2026 diff hist +2,490 Drupal:Paragraphs/CarouselCard Component architecture No edit summary current
- 16:3916:39, 3 June 2026 diff hist +2,017 Drupal:Paragraphs/CarouselCard Component architecture No edit summary
- 16:3816:38, 3 June 2026 diff hist +4,131 N Drupal:Paragraphs/CarouselCard Component architecture Created page with "= Carousel Component Architecture – First Working Prototype = == Objective == The objective was to validate the reusable component architecture previously established with the Card component and determine whether the same approach could be extended to components requiring multiple images. The Carousel component was selected as the first test case because it requires handling a collection of images rather than a single image. --- == Architectural Question == The C..."
2 June 2026
- 15:5815:58, 2 June 2026 diff hist +4,905 Drupal:PubModel/Architecture Detailed Pages - Manual vs automatic No edit summary current
- 15:1115:11, 2 June 2026 diff hist +4,151 N Drupal:PubModel/Architecture Detailed Pages - Manual vs automatic Created page with "= Detailed Pages Architecture – Manual and Automatic Generation = == Objective == The Costa Sano Research Project distinguishes between: * Narrative pages (Homepage, Chapters, Subchapters) * Knowledge pages (Objects, Persons, Events, Places, Documents, etc.) Narrative pages guide the visitor through the story. Knowledge pages present detailed information about a specific entity. The objective is to support both: * Manual detailed pages using Paragraphs * Automat..."
30 May 2026
- 12:2912:29, 30 May 2026 diff hist +73 Drupal:CSS/Multi Column Page layout with margins for the component No edit summary current
- 12:0712:07, 30 May 2026 diff hist +2,102 Drupal:CSS/Multi Column Page layout with margins for the component No edit summary
- 11:5811:58, 30 May 2026 diff hist +3,701 N Drupal:CSS/Multi Column Page layout with margins for the component Created page with "= Drupal Publication Components – Consistent Spacing Strategy = == Objective == When building publication pages composed of multiple reusable components such as: * Historical Cards * Text Boxes * Carousels * Maps * Future publication blocks a common problem quickly appears: <pre> Components touch each other. The layout feels crowded. Alignment becomes inconsistent. </pre> The objective is to establish a simple spacing rule that can be applied consistently across..."
29 May 2026
- 15:0915:09, 29 May 2026 diff hist +2,095 Drupal:CSS/Box-Shadow No edit summary current
- 15:0615:06, 29 May 2026 diff hist +2,593 Drupal:CSS/Box-Shadow No edit summary
- 15:0415:04, 29 May 2026 diff hist +48 Drupal:CSS/Box-Shadow No edit summary
- 14:5314:53, 29 May 2026 diff hist +2,586 N Drupal:CSS/Box-Shadow Created page with "= CSS box-shadow: Parameter Reference = This document explains the parameters of the CSS ''box-shadow'' property, using a practical example relevant for Bootstrap containers. == Example == <syntaxhighlight lang="css"> box-shadow: 3px 3px 8px rgba(0,0,0,0.15); </syntaxhighlight> == Parameter Breakdown == ; '''1. Horizontal offset''' : The first value. Determines how far the shadow moves horizontally. : *Positive value*: shadow moves to the right. : *Negative value*: s..."
- 12:5612:56, 29 May 2026 diff hist +4,744 N Drupal:CSS/Essential CSS and Bootstrap Concepts for Drupal Pages Created page with "= Essential CSS and Bootstrap Concepts for Drupal Publication Pages = == Objective == The objective is not to become a CSS specialist. The objective is to understand the limited set of CSS and Bootstrap concepts required to: * Create attractive publication pages. * Understand Drupal themes and templates. * Modify existing components. * Build cards, carousels and detailed pages. * Troubleshoot layout issues. The best way to learn is: # Read the concept. # Create a..." current
- 08:2808:28, 29 May 2026 diff hist +5,165 N Drupal:Content/Pages/Detailed Page Layout - Builder and Paragraph compnents Created page with "= Drupal 11 – Detailed Pages using Layout Builder and Paragraph Components = == Objective == The objective of this experiment was to investigate how detailed publication pages can be created in Drupal while maintaining: * A fixed page layout. * A simple editor workflow. * Maximum reuse of existing paragraph components. * A future path toward automatic publication from the data model. The initial question was whether Layout Builder and Paragraphs could be combined e..." current
28 May 2026
- 16:4916:49, 28 May 2026 diff hist +35 N Drupal:-BIN Created page with "= Drupal BIN - pages to forget... =" current
27 May 2026
- 17:4017:40, 27 May 2026 diff hist +2,532 N Drupal:Cleanup/Detecting usage of paragraph type Created page with "= Drupal Cleanup Technique: Detecting Usage of a Paragraph Type = == Purpose == Before deleting a Paragraph Type, verify whether instances of that paragraph type still exist in the database. This avoids: * deleting a paragraph type still in use * leaving orphaned content * accidental loss of content references == Basic Verification == Count the number of paragraph instances of a specific type. <syntaxhighlight lang="sql"> SELECT COUNT(*) FROM paragraphs_item_field..." current
- 17:3917:39, 27 May 2026 diff hist +41 N Drupal:Cleanup Created page with "= Cleaning up the drupal infrastructure =" current
- 09:4209:42, 27 May 2026 diff hist +3,434 N Drupal:CSS/Architectural Layers - understanding where css fits Created page with "= Drupal Architecture Layers – Practical Understanding = One important lesson learned during the Historical Card cleanup is that Drupal becomes much easier to understand when separating the system into distinct layers. Many frustrations encountered during the first months originated from mixing these layers together. == The Four Layers == <pre> Content Architecture ↓ (Views, Nodes, Paragraphs, Assets, Media) Mapping Layer ↓ (Twig templates) Reusable C..." current
- 09:3609:36, 27 May 2026 diff hist +5,487 N Drupal:CSS/CSS architecture notes Created page with "= Drupal Theme CSS Architecture Notes = == Context == Current situation: <pre> mybarrio.info.yml ↓ loads libraries mybarrio.libraries.yml ↓ defines CSS and JS assets Twig templates ↓ can optionally attach additional libraries Browser ↓ receives HTML + CSS + JS </pre> ---- == 1. Current Theme Structure == === mybarrio.info.yml === Current configuration: <syntaxhighlight lang="yaml"> libraries: - mybarrio/mystyling - mybarrio/bootstra..." current
- 09:3509:35, 27 May 2026 diff hist +38 N Drupal:CSS Created page with "= CSS section of the drupal content =" current
23 May 2026
- 11:3311:33, 23 May 2026 diff hist +2,452 N Drupal:Syntax/Twig Syntax — Comments, Variables and Logic Created page with "= Twig Syntax — Comments, Variables and Logic = == Introduction == Twig templates use different syntax blocks depending on their purpose. The three most important Twig syntax families are: * Comments * Variable output * Logic and control structures --- == 1 — Twig Comments == Twig comments use the syntax: <pre> {# comment #} </pre> Example: <pre> {# Historical Card component reusable by: - Paragraphs - Views #} </pre> Important characteristics:..." current
- 11:3211:32, 23 May 2026 diff hist +71 N Drupal:Syntax Created page with "= Pages explaining syntax rules in Drupal for all sorts of file types =" current
22 May 2026
- 19:5519:55, 22 May 2026 diff hist +5,676 N Drupal:Content/PubModel/Towards a Semantic Publication Component Architecture Created page with "= Intention Document — Toward a Semantic Publication Component Architecture = == Context == During the implementation of the recursive chapter publication mechanism in Drupal, an important architectural clarification progressively emerged. The original intention was: <pre> Use Paragraph types everywhere to ensure visual consistency across the publication website. </pre> This initially appeared logical because: * Paragraphs provide reusable visual structures * Twig..." current
- 12:2312:23, 22 May 2026 diff hist +6,009 N Drupal:PubMode/From Scratch BLOCK VIEW subchapters Created page with "= DRUPAL 11 — COMPLETE SUBCHAPTER GRID VIEW FROM SCRATCH = = GOAL = Create a block View that: * displays ONLY the subchapters of the current chapter page * displays: * image * title * teaser text * link * uses: * Bootstrap grid * Twig templates * contextual filtering * is embedded inside the chapter node Twig template --- = IMPORTANT DATA MODEL = The recursive content type: <pre> Chapter </pre> contains the field: <pre> field_ch_parent_chapt..." current
- 08:5708:57, 22 May 2026 diff hist +7,592 N Drupal:PubModel/automatic subchapter card grid architecture Created page with "= DRUPAL 11 — AUTOMATIC SUBCHAPTER CARD GRID ARCHITECTURE = = GOAL = Create an automatic publication mechanism where: * parent chapters appear on the homepage carousel * each parent chapter page automatically displays: * all subchapters * as Bootstrap cards * in a 2-column responsive grid * cards are generated automatically from: * the recursive chapter datamodel * without manual paragraph creation This architecture uses: * Drupal 11 * Views * Twig * Boo..." current Tag: Visual edit: Switched
21 May 2026
- 16:3416:34, 21 May 2026 diff hist +70 Drupal:PubModel/Bootstrap Icons No edit summary current Tag: Visual edit
- 16:3316:33, 21 May 2026 diff hist +56 N Drupal:PubModel/Bootstrap Icons Created page with "= Bootstrap makes available a serious number of icons ==" Tag: Visual edit
- 16:1516:15, 21 May 2026 diff hist +5,172 Drupal:PubModel/Overview - planning No edit summary current
- 16:1516:15, 21 May 2026 diff hist +109 N Drupal:PubModel/Overview - planning Created page with "Structured knowledge + Automatic publication generation + Editorial storytelling + Reusable visual components"
- 16:0116:01, 21 May 2026 diff hist +4,529 N Drupal:PubModel/CONTEXTUAL FILTERS FOR CHAPTER / SUBCHAPTER CARD GRIDS Created page with "= DRUPAL 11 — CONTEXTUAL FILTERS FOR CHAPTER / SUBCHAPTER CARD GRIDS = = GOAL = Create a chapter page architecture where: * top-level chapters (T00, T01, ...) appear on the homepage carousel * chapter pages automatically display their subchapters as Bootstrap cards * each subchapter card links to a detailed heritage page The architecture uses: * Drupal 11 * Views * Twig * contextual filters * Bootstrap card layouts * recursive parent/child chapter relation..." current
- 14:3714:37, 21 May 2026 diff hist +2,972 Drupal:Overlay/Historical Card System No edit summary current
19 May 2026
- 16:2416:24, 19 May 2026 diff hist +2,121 Drupal:PubModel/Final CardGrid for subchapter pages No edit summary current
- 16:2216:22, 19 May 2026 diff hist +3,652 Drupal:PubModel/Final CardGrid for subchapter pages No edit summary
- 16:2216:22, 19 May 2026 diff hist +2,676 Drupal:PubModel/Final CardGrid for subchapter pages No edit summary
- 16:2016:20, 19 May 2026 diff hist +2,761 Drupal:PubModel/Final CardGrid for subchapter pages No edit summary
- 16:2016:20, 19 May 2026 diff hist +4,751 Drupal:PubModel/Final CardGrid for subchapter pages No edit summary
- 16:1816:18, 19 May 2026 diff hist +566 Drupal:PubModel/Final CardGrid for subchapter pages No edit summary
- 16:0216:02, 19 May 2026 diff hist +4,223 N Drupal:PubModel/Final CardGrid for subchapter pages Created page with "= Automatic Subchapter Grid Using Twig, Views, and a Paragraph Card Component = ''A complete mechanism for generating subchapter cards automatically on every Chapter page'' == 1. Purpose == This document describes a clean and fully automated mechanism to display subchapters on a Chapter page. The system uses: * A fixed Twig template for the Chapter page layout * A View that selects subchapters based on the current node ID * A Paragraph type that defines the card comp..."
- 15:4315:43, 19 May 2026 diff hist +2,661 Drupal:PubModel/Use contextual filter for views (parameter passing) No edit summary current