Search by

osu-wams / osu_simple_tabs

emerhamosu-wams

Drupal Module to add OSU default content

Package info

github.com/osu-wams/osu_simple_tabs

Type:drupal-custom-module

pkg:composer/osu-wams/osu_simple_tabs

Statistics

Installs: 11

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

1.0.1 2024-08-30 23:13 UTC

This package is auto-updated.

Last update: 2026-09-21 17:50:52 UTC


README

This module provides a simple way to create tabbed content on a Drupal site.

Features

  • Provides a unique node type.
  • Fields for each tab content.
  • Taxonomy vocabulary that acts as tabs.
  • A view to render the tabbed content.

Installation Guide

To install the OSU Simple Tabs module, follow these steps:

  1. Download and unpack the OSU Simple Tabs module directory in your modules directory.
  2. Go to 'Manage' > 'Extend'.
  3. In the list of uninstalled modules, find 'OSU Simple Tabs'.
  4. Click 'Install'.

Usage

  1. Once the module is installed, visit the node add page, you will find a new node type called 'OSU Simple Tab'.
  2. To restrict where this tab is used add one or more taxonomy terms
  3. Add the content to the fields and save the node.
  4. The view will automatically render the tabbed content on the site.

Feel free to contribute to this module, your feedback is always welcome.