Token Termspath

Component type

module

Maintenance status

Development status

Component created

Component changed

Current solution should return to D7 users ability to use token which is listing terms hierarchy.

Term A
  Term A.1
     Term A.1.1
  Term A.2
  Term A.3

So that node which belongs to Term A.1.1 will get "term A/term A.1/term A.1.1" path in case it uses [node:termspath] token.

JSON-RPC Server for Drupal 7

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This is a complete Drupal 7 version for JSONRPC Server module. The module has been refactored to D7 & Services 3 APIs. Also the code has been cleaned up. The server class JsonRpcServer is clean and improved.

State of this project

This sandbox project will be removed after creating a 7.x-1.x branch in the main module.

Media Replace File

Component type

module

Maintenance status

Development status

Component created

Component changed

Media Replace File extends the Media module to allow a user to replace a file with a file of same mime type. The File ID (and thus media.module entity ID) remains the same, so all entities referencing this file object will continue to work.

The project was born out of a need to replace image files without replacing the meta data about that file/media entity (http://drupal.org/node/1123570).

Textarea Inject

Component type

module

Maintenance status

Development status

Component created

Component changed

This module allows you to inject content into textarea's of nodes.

Options

  • Select any textarea, either a cck textarea or the default body
  • Optionally filter by content type
  • Optionally choose a character count to aim for, this is beneficial if you want to want to inject multiple things into one textarea and you don't want them to be by each other
  • Optionally choose to insert text in between X number of html paragraphs

The main reason I decided to develop this module is to randomly inject adsense into blog posts.

Author location node views

Component type

module

Maintenance status

Development status

Downloads

1141

Component created

Component changed

The Location module does not provide a way to display or filter node views, based on the location of their author user, provided by the User Locations submodule.

This module creates a views relationship betwen the nodes and the users, that you can use it after for getting fields or filters with the location of the authors of the nodes.