Extend the structure of the site by way of content models, data storage, field types, and navigation, so it is more understandable to users.

iTunes Feed Formatters

I wrapped up some feed formatters in a module to help make iTunes compatible feeds. I got the idea when looking at the rss_field_formatters module.

SI Field

The SI Field module defines a SI type for the Field module. It handles various input formats, and they can be formatted when displayed.

Settings Menu Link

Example settings menu link page.

Provides a menu link that generates an overview page of the sub menu items.

AccuWeather

Portal producentów żywca wołowego - bukaciarnia.pl_.png

Drupal 7.x version will be ready soon, once the 6.x is stable. Please, be patient:)

About

AccuWeather module allows to display weather data from AccuWeather.com. There are three ways to show up a weather right now:

  • view a full page based on a current location either a given one in a search form,
  • assing a block e.g. to the frontpage for all website users, based on a predefined location in module's settings (e.g. country capital city),
  • assign a block to the users profile pages (block will show a weather for the user's location based on a "Profile" or "Content profile" location field (simple textfield right now, no Geolocation module's integration yet),

Notice for user block: if user's profile location causes that AccuWeather returns more than one location, user is informed and obliged to select proper location from the list on his/hers own. Then the weather for the selected location will be displayed.

Features

  • easy theming through *.tpl.php files
  • weather data refresh on cron run or after 15 minutes while any user visit a website
  • predefined custom CSS stylesheet (can be disabled in admin settings, to setup your own theme)
  • loading a weather for users based on their profile location (configurable in admin settings)

RTL

RTL means Right to Left, it's a term used to describe the status of the interface when viewing it in a language like Arabic (right to left written langauge).

Rewrite Sub Link

Rewrite all the tabe url to alais

In brief, this project could help you rewrite the URLs.

1. sub urls of node and user will be rewritten when the parent url has an alias.
2. you can use regex to rewrite any url if you want

NOTICE: no need to enable this module, just include the core in your settings.php

In Drupal, we have node and user. In many cases, node|user has many sub-tab menu, such as node/%/info node/%/devel and any other MENU_LOCAL_TASK.
If you use url_alias, you need to add alias for each of them. This module, Rewrite Sub Link, will help you rewrite them automatically, and which doesn't user url_alias, so when you have millions of node, it won't case a performance issue.

Additionally, this module support regular express, so you can write your regular express to change your URL.

Light-weight Usage
add this line in the settings.php file,
include_once "sites/all/modules/contrib/rewrite_sub_link/rewrite_sub_link.core.inc";
add your custom settings in your settings.php
include_once "path_to_your_custom_rewrite_settings.php"
or change the code in rewrite_sub_link/rewrite_settings.php directly.

then all the sub links of user and node will be rewritten automatically.
Please check rewrite_settings.php file and change for your custom settings.

NOTICE

Pages

Subscribe with RSS Subscribe to RSS - Site structure