background preloader

Drupal

Facebook Twitter

Drupal модули

Новый модуль cclive (Прямой эфир) Пока только для тестирования.

Новый модуль cclive (Прямой эфир)

Новый модуль реализует показ блока и страницы так называемого "Прямого эфира", т.е. показывает информацию по самым последним изменениям при комментировании материалов. Отличается от аналогичных модулей широкой возможностями по темизации вывода. Т.е. вы можете настроить вывод (через шаблоны tpl.php) практически в любом удобном для вас формате.

Для этого в модуле реализован вывод шаблоны практически для всех элементов. Темизация страницы: cclive-page-wrapper.tpl.php Шаблон вывода страницы доступны переменные $livedata - непосредственно данные $pager - стандартный пэйджинг Шаблон вывода страницы элемента (одной записи в странице) cclive-page-item.tpl.php доступны переменные <? Так же доступна для переопределения функция темизации function theme_cclive_page($liveitem) { foreach ($liveitem as $key => $value) { $livedata .= $value; } return $livedata;} В свою очередь $livedata выводиться через функцию темизации <? Файл перевода и README.TXT будет чуть позже. Всё о создании шаблонов (тем) для Drupal и не только. Полезные ссылки для Drupalеров. Drupal 6 - переменные файла page.tpl.php. Drupal: концепт создания шаблонов, reuse кода. Подход к конвееру сайтов. — Ozver.in.

Описания модулей и таблиц Drupal, переводы. Drupal, патч, установка, модули - Создание, сопровождение и продвижение сайтов на CMS Drupal. Когда я только начинал работать с , я старался записывать свои вопросы и ответы на них. Часть из них на текущий момент не актуальны, но некоторые помогут новичкам и сейчас. Разбираясь с модулем Ubercart Google Merchant Integration для сайта мне необходимо было , как это делается я подзабыл и пришлось рыться в своих записях.

Итак, . Скачиваем с архив утилит. Из всех скачанных нам необходим patch.exe Копируем файл patch.exe и наш патч в корневую папку Друпал . В файле нашего патча корректируем пути к изменяемым файлам. Из корневой папки Друпала запускаем из командной строки patch -p0 < file.patch Если во время установки патча появилась ошибка - Assertion failed: hunk, file .... откройте файл патча текстовым редактором и повторно сохраните его. Фото со Светового шоу на Одайбе, Токио, Новый год 2010. Drush patch tools. Node Relationships. Node reference extras:This module provides several enhancements for node reference fields configured to use the autocomplete widget:View reference in new windowEdit reference (in modal frame, updates widget if node title changes)Search and reference (single and multiple value selection)Create and referenceTranslate and referenceWhen these options are enabled, a new button for each one will be rendered in the node edit form, next to the corresponding autocomplete widget of the node reference field.

Node Relationships

These buttons will open a popup dialog where each feature is available.For nodereference fields defined with multiple values, a new button will be available next to the "Add more items" button that can be used to search and reference several nodes at a time.The "Search and reference" feature uses a view that is dynamically configured so that a single view can be reused by several node reference fields. A default view is provided with basic fields and pages for table or grid styles.

Nodereference Explorer. The Nodereference Explorer (NRE) is a selection dialog for creating references between nodes.

Nodereference Explorer

Editors can link arbitrary content type instances, e. g. pages, stories, news, images etc., with each other. Typical use-cases are for instance: Reuse of assets, such as images, audio and video clips for display on other pagesProviding a list of internal links The motivation arouses from the usage scalabiltiy limitations of in-built nodereferences widgets, i. e. autocomplete, select list and option boxes, when dealing with a large number of nodes. Therefore the NRE enhances the autocomplete widget by an explorer-like selection dialog. If you found this module useful, please help me to keep maintaining by donating and/or contact me for professional paid support. Drupal - Open Source CMS. Описания модулей и таблиц Drupal, переводы. CMS Drupal в рунете.