Maintainers strive to actively monitor issues and respond in a timely manner.

crud table

this module provide a accessing your tables in profile page. tab dolphin
Allows the user to both create new records and edit existing records

Facebox

This module adds the Facebox modal lightbox into Drupal.

PSI

PSI is short for Profile Services Integration. It provides resources for Services to manage Drupal Profile2.

Eco

eco_nemketo.png

It is an original Drupal theme developed for the http://klorofill.x90x.net website. The theme is a subtheme of the OM Base Theme, please do not forget to install it.

Eco 7.x-2.18, 7.x-2.x-dev => OM Base Theme 7.x-2.18

Please do not use other version, because the base theme is not stable, so the code must be corrected for every new release! Download this rlease, copy the content of the zipped file into the themes folder, then copy the eco folder into the om folder!

Basic Features

980px+ fixed width layout.
Twenty regions:
Header: SitenameSlogan (dark:sitename , green:slogan, see the screenshot!), logo, menubar (one submenu level is supported)
Highlighted Left, Middle and Right (optional)
Main: sidebar right (optional), featured (content), content.
Footer: (content) Footer, Footer left, Footer middle, Footer right, Footer bottom (single column)
Javascript free solution except IE 6-8.
Tested on FireFox 3-5, IE 6-9, Safari, Opera and Chrome.
EcoFive webfont (my own font developed for this theme)

The @font-face set is licensed under GPL v2 only for the sake of drupal.org. (You can use it with or without font exception. If you need other license, email me!)

Contextual Administration: Demo

A demo install profile with some context_admin features in it. Utilize the following code as a drush make and you should get the full demo + features.

api = 2
core = 7.x

projects[drupal][type] = core
projects[drupal][version] = "7"

projects[ca_demo][type] = profile
projects[ca_demo][download][type] = git
projects[ca_demo][download][url] = http://git.drupal.org/sandbox/eclipsegc/1347434.git
projects[ca_demo][download][branch] = 7.x-1.x

Simple I18n

GitHub: https://github.com/z7/Drupal-module-simple_i18n

The Simple I18n module implements a trivial patter matching markup to enclose your localizable strings. Anything that is sent to the user using a theme page template (and is not published in the /admin section) gets parsed by this module, so when the markup is found it is automatically filtered and otputted in the current language.

Uses

For localizing menu links, terms, views, field labels, ...

Use the simple in-line markup:

[[@ Primary language string; Other language; Third one; ... ]]

Translated string should be listed in the same order as site languages are in Regional and language configuration page.

Localizing longer texts

If your text contains the ";" symbol, use this:

[[@ Primary language string;; Other language;; Third one;; ... ]]

Localizing texts with markup (usually HTML)

To prevent chopped tags and other side effects when using WYSIWYG editors, explicitly define language for each translated fragment, by using "[[@language_code: ... ]]" syntax, example:

[[@fr: Le text en francais ]]

Pages

Subscribe with RSS Subscribe to RSS - Actively maintained