Text or Nodereference

Component type

module

Maintenance status

Development status

Downloads

10573

Component created

Component changed

Allows textfield to be rendered like a node reference, with some autocompletion magic on edits.

A university department wants to list the authors on their publications' page. Any given publication may have several authors, both from the department and outsiders, with their order being important (ie. it is quite likely to have an 'employee-outsider-employee-outsider' like order.) If an author is an employee of the department, his/her name should be displayed as a link to his/her own profile page, while outsiders' name should be displayed as clear text. There are several use cases with high probability here:

  1. It is quite likely to have an author order like 'employee-outsider-employee-outsider'.
  2. It is quite likely that a now-outsider author becomes an employee later on, in which case his/her name should automatically converted to a link to his/her profile without any changes to the publication.
  3. It is quite likely that the site editor wants to enter existing authors' names without typos, regardless of that they are employees or not.

So what does this module do then, anyway?

Let's switch to Drupal tongue. :) Want to have a nodereference-like link to a node that does not exist yet? Want to have autocompletion both on existing field values and on existing node titles of other content types? Install and enable this text_noderef.module, and all your problems fly away!

Scrolling

Component type

module

Maintenance status

Development status

Component created

Component changed

This project will try to integrate all scrolling and sliding libraries out there, into one modular framework. Famous example of similar approach is WYSIWYG which integrated most of the Rich Text Editors.

Resources

Hashtags

Component type

module

Maintenance status

Development status

Downloads

8585

Component created

Component changed

Hashtags module provides alternative way of adding tags to entities.

Keywords that start with a pound (#) sign are called hashtags i.e. #drupal7 or #drupal6.

Clicking on the hashtag will lead you to a thread of entities that have that have applied that hashtag. Hashtag that appiled to comment will lead to the corresponding node.

Simple Page Title

Component type

module

Maintenance status

Development status

Downloads

5222

Component created

Component changed

Simple Page Title is a module exclusively designed to provide Search Engine friendly title tags for SEO purposes. Titles can be applied to any kind of page whether it is a node, a user, a view, a "hard coded" page created in a custom module or any other kind of page.

User Goals

Component type

module

Categories

Maintenance status

Downloads

498

Component created

Component changed

Allow users to setup a personal goal to display in their profile and/or author pane.

OpenERP <-> Drupal syncronization feeds

Component type

module

Maintenance status

Development status

Downloads

615

Component created

Component changed

The main idea - to provide universal interface using feeds module for doubleway syncing
- content type fields (cck (d6), field api (d7)) with object fields from openerp
- openerp object fields with fields from drupal content type (mostly usefull for Product(drupal) <-> product.product model(openerp))