Node custom head html

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Node custom head html
-------------------------------
by Sergei Tarassov

Description
---------------
This is a small and efficent module that allows you to set custom html code into head section (like meta, script, link tags or else).
You need to set proper permissions to admin module and edit form field "Custom html code for head section".
Enable any node type to allow custom html for head section on settings page admin/settings/node-custom-head-html

additional_information

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This module adds a new CCK field type with 2 text fields.
The use case for this field is to allow multiple instances of this field to be sortable. If there are a variable number of categories that do not need to be indexed/taxonomied that each need multiple associated names, this module is a simple way to achieve that.

Node 1:
My eclectic list of stuff
Authors: K. Vonagut, A. Dumas, G.J. Caesar
Engines: Westerbeke, Bukh, Cummins, Detroit

Node 2:
Your list of stuff
Cats: Garfield, Cringer, Felix
Food: Ramen, lebkuchen, falafel

D6 profile to field

Component type

module

Maintenance status

Development status

Component created

Component changed

This module provides vbo operations to convert old profile fields to profile2 d7 fields. It convert all $user->profile_foo field to $field[field_profile_foo] item, if the field profile_foo exists in a profile2 type. This makes various fixes and notices, if something is wrong during the conversation. Also able to make a "quick test", which doesn't save the new profiles, but fill the watchdog, if something is wrong.

The following field types are tested and working: text, list, list_boolean, date, taxonomy.

If a taxonomy term doesn't exists, this module create that too.

No Field Markup

Component type

module

Maintenance status

Development status

Downloads

2378

Component created

Component changed

The no_field_markup module is a small module which removes the div-elements around each field on output. In addition, it kicks away the label too.

Have a look of this example:

Openlayers filters

Component type

module

Categories

Maintenance status

Development status

Downloads

56629

Component created

Component changed

Provides an input filter to create inline Openlayers maps in your content.

It means that you can add any Openlayers maps you want in any content, using this filter.

Features

Provides an input filter for your content.

AutoSlave

Component type

module

Maintenance status

Development status

Downloads

22173

Component created

Component changed

Automatic database slave selection

This database driver (called "autoslave") will automatically use the database slaves where applicable and otherwise use a master database.

where applicable means:

  1. The query is not a write query (and not a select query with locking)
  2. The tables in the query have not been written to during the request and within the assumed replication lag
  3. A transaction has not been started
  4. The tables in the query are not specified in the 'tables' option in the driver settings
  5. A lock has not been started (core db-lock and memcache-lock supported)

Node body protection

Component type

module

Maintenance status

Development status

Downloads

724

Component created

Component changed

Loads the node body (and teaser!) via AJAX so that it isn't visible when the user does "view source." There is also an option you can turn on that will also attempting to disable copy & paste via Javascript - but it doesn't fully work in all browsers and versions.

Remember: There is no way to completely stop someone who knows their stuff from copying your content!

This module isn't useful in most cases, but can be helpful if you're trying to deter people from copying your content.