VJ Parent Search

Component type

module

Maintenance status

Development status

Component created

Component changed

This tiny module provides a search functionality to the parent menu item selection in the node form. The search is done using a JavaScript snippet that a) finds relevant options from the select element and b) displays a nice navigation trail in the search result list.

The module is quite functional as it is but it could always be better. Active participants are therefore more than welcome.

This module is sponsored by Verkkojulkaisut

Legal Extras

Component type

module

Categories

Maintenance status

Development status

Downloads

274

Component created

Component changed

This package contains a set of small Legal add-ons that provide useful functionalities such as:
- User have possibility to reject acceptance of Terms of Use (and having some restrictive permissions),
- Display Terms of Use as a separate tab in user account area,
- Display Acceptance date, Version and Revision number on Terms of Use pages,
- Redirect user from Legal page to Terms of Use available on his account,
- When user already accepted previous Terms of Use, next time display summary of changes above the conditions,

ListAdmin

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Allow users with permissions to edit specific select lists' possible values. I wrote this module as a way to let a client add available options to a select list. Reworking the fields to be taxonomy-based was not an option, unfortunately.

Currently it will let users ADD items to list fields (to suit my immediate needs).

The fields are validated to make sure they key type is correct. For example, list(integer) fields should only accept integer key values. The fields are also validated to make sure the user doesn't try to add a key that already exists.

Node State Save

Component type

module

Maintenance status

Development status

Component created

Component changed

The idea behind this module is to allow the user to save the state of a node that has been partially filled out without actually saving the node yet.

This would be helpful on large node create / save forms that the user may not have the time or the knowledge to complete at that time.

The module does the following:

1) Creates a "pre-save" button via hook_form_alter on the node save form