Skip to main content

Hey!

We craft the Web with Open Source.

  • Gluebox.com Node


    GlueBox: Smart Tools for Open Minds

    Build smarter, not harder; with turn-key tools, open-source software, and friendly expert support.

    $9,999 — GlueBox Node: Turn-Key Drupal LAMP Server

    Fully integraded domain & hosted web powerhouse.

    • Mini PC with Linux, Apache, MySQL, PHP (LAMP)
    • Drupal CMS + RSVP-System.org pre-installed
    • Event calendar, reservation, and media tools included
    • Plug it in, connect to Wi-Fi, and you're online
    • Cloud Host Integration
    • Ideal for schools, artists, collectives, and indie orgs

    Runs quietly, serves securely. Your open source intranet in a box.

    $999 — GlueBox Node (Hardware Only)

    Your open-source starter box. Just plug it in.

    • Mini PC preloaded with Linux (LAMP stack)
    • Drupal-ready with optional USB boot
    • Includes USB drive with install docs & setup guides
    • Ideal for devs, educators, and tinkerers

    No support, no hosting — just the box and the brain.

    $99 — Software Document Bundle (USB Drive)

    Our Full Recipe Cookbook! Everything you need to DIY the GlueBox stack.

    • Installation & maintenance guides
    • Drupal module recipes & scripting
    • Event system setup walkthroughs
    • Bonus: Real-world case studies

    A must-have for admins, educators, and open-source pros.

    $99/hr — Expert Support Block

    Book a friendly expert by the hour.

    • Setup, debugging, or custom development help
    • Covers Drupal, Linux, Apache, Feeds, ECA workflows, and more
    • Split time into 20-minute sessions

    Remote screen share available. Zero judgment zone.

    $9/mo — Small Calendar Host

    Your own mini calendar site with RSVP tools.

    • One calendar hosted by us
    • Includes RSVP forms and moderation tools
    • Perfect for clubs, small teams, and workshops

    Sometimes you just need one calendar. We’ve got you covered.

    Ready to Get Started?
    Email: hello@gluebox.com
    Web: gluebox.com
    Docs: rsvp-system.org

DrupalCon Portland 2024

It looks like the stars will align and we'll be making a trip to Portland for this year's DrupalCon.  ... and from here, its off to the stars: ddev setup notes https://www.drupal.org/docs/develop/local-server-setup/windows-development-environment/installing-drupal-with-ddev-in-wsl2-on-windows/installing-docker-ddev-drupal-in-wsl2 Explore the Full Article

Setting the Default Value for field_ assigned_ user_email

Problem Statement

We needed to set a default value for the field_assigned_user_email field on the node_reservation_request_form. The challenge was to locate the correct array path to this field within the form structure, as it was not immediately apparent where the field was nested.

 

Explore the Full Article

Stable Match Drupal Camp Youtube Video

Pinning this video as an interesting review of running "Stable Match" using Drupal 7.
It looks like the used Rules to help process their Match. 
 

Explore the Full Article

Affiliated Theme Templates

Twig templates, based on a Domain suggestion, are baked into our Radix House theme.  

These template "suggestions" are the glue which provide affiliated sites their custom landing experience.  All affiliated sites share a common front page URL.  Views and Content Blocks are customized for each site by filtering on either Domain, Term or Context.  
Explore the Full Article