User Details

Component type

module

Maintenance status

Development status

Downloads

7736

Component created

Component changed

I have started to port User Details to Drupal 8.Keep an eye on D8 port issue for more info.


If you are reporting a issue please make sure to give as much information as possible so I can re-produce the issue.

The "User Details" module comes with two blocks, "User Detils: logged-in user" and "User Details: authored user".

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.

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.

Context fields

Component type

module

Maintenance status

Development status

Component created

Component changed

In Drupal 7 this module adds context 3.x conditions for the values of fields on the main entity being viewed / edited. Currently only works with nodes, but in principle could be made to work with any entity.

It attempts to use entity module's entity property metadata api for grabbing the values of fields.

There is some naive special-case handling of reference fields, allowing the bundle of the referenced entity to be used as the condition, rather than the value of the field.

Content types per menu

Component type

module

Maintenance status

Development status

Downloads

4339

Component created

Component changed

In Drupal 7, site builders must assign menus to content types in order for them to appear on the node edit page. This module makes it possible to assign multiple content types to a menu through the menu edit form.

After you enable the module, go to Structure > Menus (admin/structure/menu). Choose the menu you want to assign to content types and click the 'edit menu' link shown in the screen shot.

Edit menu link

prohibit double edit

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This module prohibits a second person editing the
same node which a first person is already editing.

It displays a warning message if two people try to
edit a node at the same time.

If the first person starts editing it will set a bit
and ping it by ajax every 3 minutes.
This bit is then released on save or page blur.

If the browser crahes (not able to send onBlur release),
the lock will time out after ten mintues.

Print PDF Proxy

Component type

module

Maintenance status

Development status

Downloads

1671

Component created

Component changed

Print PDF Proxy is an add-on for the Printer, e-mail and PDF versions module.

Motivation

Printer, e-mail and PDF versions supports different libraries to create PDF. Unfortunately the error handling of libraries like TCPDF is very poor. TCPDF prints a technical error message to the page and quits. It's impossible to get drupal like error handling like an entry to the watchdog and a styled error message for the user.