UseBB2Drupal

Component type

module

Categories

Maintenance status

Development status

Downloads

528

Component created

Component changed

UseBB2Drupal extends upon the core migrate module to provide migration from legacy UseBB 1 forums to Drupal 8. It converts users, categories, forums, topics, posts and IP address bans without overwriting existing Drupal content. It also translates internal forum links to the new Drupal paths.

Instructions

For instructions on how to perform a migration, please see README.txt.

Config Pages

Component type

module

Maintenance status

Development status

Downloads

21399

Component created

Component changed

DO I NEED IT?
At some point i was tired of creating custom pages using menu and form api, writing tons of code just to have a page with ugly form where client can enter some settings, and as soon as client wants to add some interactions to the page (drag&drop, ajax etc) things starts to get hairy. Same story was with creation of dedicated CT just to theme a single page (like homepage) and explaining why you can only have 1 node of this type, or force it programmatically.

Text format preview

Component type

module

Maintenance status

Development status

Component created

Component changed

This module will generate pre-rendered preview for each text_format field directly below it. Rendering is based in two factors - text value and text format. Request to check_markup function will be send on every change or keyup event, but no more than once per 300ms. Also if one ajax request is in progress next one will be aborted.

How to use it?

Just enable this module. Autopreview checkbox will be shown under each instance of text_format field (ex. body field).

Webform Field Wrapper

Component type

module

Maintenance status

Development status

Downloads

526

Component created

Component changed

Intro
The webform field wrapper provides an additional webform component that acts in a similar way to a fieldgroup, without being a fieldgroup. Fieldgroups are NOT the correct way to group fields together for presentational purposes, this is where Webform Filed Wrapper comes in.

Simple DCAT export

Component type

module

Maintenance status

Development status

Downloads

531

Component created

Component changed

Purpose of this module

DCAT is becoming the de facto metadata format to describe "datasets" (e.g. easily processable CSV, XML, XLS files) on open data portals.
However, copying the (meta)data from "normal" websites to open data portals is often a manual process, which is both time-consuming and error-prone.

The purpose of this module is to extract medata (title, description, links) from published nodes and generate a "DCAT" file that can be processed by open data portals and crawlers, without the need for specific content types or "heavy" modules.