Arctica Nitro

Component type

module

Categories

Maintenance status

Development status

Downloads

10094

Component created

Component changed

Making Arctica even cooler

A contribution of Sponsored by http://www.sooperthemes.com/#-Drupal-Themes

Features

  • Enables the frontend theme on theme settings form for easier configuration and later live preview
  • Export theme settings*
  • Reset theme settings to defaults*

*Originally in omega_tools module.

Private Info Cleaner

Component type

module

Maintenance status

Development status

Downloads

237

Component created

Component changed

This module resolve the typical problem of sharing a production Drupal database
into a development environments with critical information as the privete data
of users, clients, orders, etc. That we need to protect. Whit this feature you
can configure a list of fields that you want to clean the private info and that
data will be replaced with same length random strings. With this approach you
could share your database with an outsourcing teams or freelancers that are new
at your team without worry about empty all the tables by hand.

Features Pipexplosion

Component type

module

Maintenance status

Development status

Downloads

517

Component created

Component changed

In some respect an example of hook_features_pipe_node_alter. It tries to find loose ends and adds them to export.

Currently:

For content types:

  • Fields attached to comments for that content type
  • Views that are filtered by that content type
  • User permissions for that content type
  • Any variable ending in the machine name of that content type that it can find

For user roles:

  • Any permission set for that role

Patches welcome to explooode the feature even more.

SEO Tab

Component type

module

Maintenance status

Development status

Component created

Component changed

This module provides the ability to add SEO INFO on absolutely any web page on you site.
The initial problem was - adding titles and SEO TEXT on the page of search queries.

For example:

Catalog page:

  • catalog/34 - catalog of Laptops
  • catalog/87 - flash card

Search query:

Nodewords Meta Title

Component type

module

Maintenance status

Development status

Downloads

802

Component created

Component changed

This module is a really simple extension to Nodewords: D6 Meta Tags which makes it possible to add <meta name="title" ... /> tags to pages.

What is the <meta name="title" ... /> tag good for?

That's a really good question. Almost all SEO-related articles I could find suggest that you should use <title></title> instead:

PECR Google Analytics opt out

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Overview

Drupal 7
Allow anonymous (with page caching on or off) and authenticated users the option to opt out of google analytics to comply with PECR The Privacy and Electronic Communications (EC Directive) Regulations. This module was built with the google analytics module in mind. More info on what this module does to come, in the mean time, please visit the configuration page when you've installed the module.

Comment Unrender

Component type

module

Categories

Maintenance status

Development status

Downloads

721

Component created

Component changed

Comment un-render also known as "Display Node Comments Anywhere" is a Drupal 6 module, which removes the comment_render() from the node_show(), after the node_view().

This is useful if you want to put the comments some where else, instead of in the hard-coded position they are currently with Drupal.

For me, I used this module in conjunction with a custom node template, to display the comments in a "quicktabs" like interface on my node. With out this module (or something like it) this is not possible with Drupal.