QuickPress

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This module adds a basic form to the dashboard for rappidly adding a piece of content (page/article). Works just like Wordpress's QuickPress.

Singleflag

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This module makes a flag only usable on one node (for each user). Think of having a node flagged as a "default."

I originally wrote the module because there are so many good modules that use the Flag module's API, and I needed a way for users to "set a default research point."

The module may not be production-ready, so please look over the code before implementing it.

entity_client

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

When an entity is created, a server (Drupal with "entity_server" installed on it) will be ask for a unique ID and the entity itself will be send. Locally, the entity will be delete and recreate with the new unique ID.

Work only for "Term" entity type.

Flag BulkForm

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This module builds a form for toggling flags on nodes in bulk.

This code is probably not production-ready, so use with caution. I'm posting the code because maybe the ideas/code within will help others with similar needs.

Note: I'm posting this project long after I wrote the code, which is provided mainly for reference purposes. I've undoubtedly learned better ways to do things in Drupal/PHP since writing this code, but I do not intend to update/modify this code unless I have specific requests to do so.

Panels Custom Title Tag

Component type

module

Categories

Maintenance status

Development status

Downloads

2208

Component created

Component changed

This module makes a way to set a custom page title tag on a panels page.

What problem does this module solve?

When you are using the page_title module and the panels module together and you set your panel variant to "No Title", the page_title module will simply render nothing instead of showing a page title.

How does it solve the problem?

This module provides a panel pane (a mini piece of "content") that can be added to your panel and allows you to override the page title.