MyPuzzle Sudoku

Component type

module

Maintenance status

Development status

Downloads

1416

Component created

Component changed

Major features in this version include:

  • The sudoku puzzles can be inserted everywhere in your posts and pages.
  • Seven different levels from simple to diabolic are available
  • Use pencilmarks by pressing ALT and Number key
  • they are daily updated (upto 10 history entries) sudokus and can be used as daily sudoku
  • You can change appearance, size and visible features
  • printable sudokus for offline esolving are available too

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.

Browser Bouncer (brb)

Component type

module

Maintenance status

Development status

Downloads

2894

Component created

Component changed

This is an extension of the No IE6 module. As people kept requesting to extend it to block more versions of Internet Explorer and/or other browsers, the name of No IE6 wasn't meaningful anymore.

Now for all of your visitors that keep using technology from the past you now can tell them:

Dear visitor we'll brb as soon as you get a proper browser.

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.

INI Meta Tags

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Ini Meta Tags allows to define meta tags (keywords, description and copyright) as per the domain and the url, in a INI file. This is very practical in case of multi-domain installations.
All you have to do is to write the desired meta tags in the ini file, base on domain and url or your website. The module will take care of the rest.
I have written this module because I was desperate to set my meta tags accurately in a multi domain installation. I have never found an easy way.

View Mode Templates

Component type

module

Categories

Maintenance status

Development status

Downloads

5198

Component created

Component changed

Lets you create entity view mode templates as ENTITY-TYPE--BUNDLE--VIEW-MODE.tpl.php. Templates can be used in custom themes and modules.

Theme

Create ENTITY-TYPE--BUNDLE--VIEW-MODE.tpl.php template and it will be picked up automatically.

Module

1. Implement hook_view_mode_templates() as follows. This hook should return a list of templates you want to use in the module.