Предлагаем воспользоваться купоном - cvkyp05r1n1jrdwvefclqwkz6lwx28db - на 10% скидку при покупке GOLD-аккаунта DepositFiles с периодом действия 6 месяцев или 1 год. Купон действителен до 2010-10-19.
В набор входит 1 макрос для придания эффекта тексту. Запустите макрос, после чего, когда он создаст текстовый слой, введите текст. После этого макрос остановится, и предложит отцентрировать и отредактировать текстовый слой, если нужно. После этого снова запустите макрос. Через некоторое время макрос остановится и предложит выделить середину надписи. После этого снова запустите макрос.
Integrate the userpoints system with the webform module and allows individual webform submissions to award points to the submitter. With the upgrade of Webform to v3, the ability to include PHP code within the form submit process was removed and placed into a seperate module (webform_php). Whilst the functionality of the module I have created can be replicated using webform_php, it is not recommended to use this method as it opens up security issues - such as allowing php code to be run from a textfield - something the author is strongly against.
The webform_userpoints module simply adds an admin item to the webform config page allowing the webmaster to manage userpoint allocations without the need to include php code or install modules that may increase the security risk.
Find out more · Bugs and feature requestsStickersBy Countzero on the 8th of October, 2010
Stickers lets you put pictures on top of the layout of your site. It's end user oriented and intends to be easy to use : eye candy without development.
drush en imagecache imagecache_actions jquery_ui install_profile_api content_copy filefield imagefield
Installation
Install as usual :
- uncompress the archive in sites/all/modules
- goto admin/build/modules and enable
Features and use
Once enabled, the module will create one content type and three ImageCache presets. Going to node/add/sticker should be self explanatory.
The module uses ImageCache to create the stickers, and will recognize any preset called stickers-something as usable, so you are able to create your own effects leveraging the full power of ImageCache and ImageCache Actions.
Stickers lets you put pictures on top of the layout of your site.
Find out more · Bugs and feature requestsMajordomoBy jan0sch on the 8th of October, 2010
This module aims to provide an interface to interact with majordomo based mailing lists.
Find out more · Bugs and feature requestsSwitcherooBy boombatower on the 8th of October, 2010
Provides an easy method to switch between a core and contrib version of a module. This comes in handy when working with or developing a contrib version of a core module and you want to quickly switch between the two to compare or use the core version.
Example usage
SimpleTest 7.x-2.x, which will override core SimpleTest, does not provide the same testing API and thus does not allow for running core tests. Using switcheroo you can quickly switch between the two to run your 2.x api tests or core tests.
Please note that at the current time this module does not allow you to run tests for an overridden module since the testing system will use the default behavior (aka the non-overridden module) in the test database. Something to look at in the future.
Find out more · Bugs and feature requestsSimple subscriptionBy gaspaio on the 7th of October, 2010
This small module adds a subscription block to Drupal. It can be used to propose visitors a newsletter subscription or any other email subscription type. It integrates with the default trigger module, the Token module as well as the default and the tokenized e-mail actions.
Find out more · Bugs and feature requestsFeeds ExcelBy derhasi on the 7th of October, 2010
This Module provides an Excel parser for Feeds.
Currently there is only one Parsing-Mode integrated: Row
Parse datasets row-by-row.
Set line offset
Set header line labels as Mapping source Keywords ...
... or use column-[column-number] (e.g. column-4) as mapping source key
... or use cell-[column]-[row] as mapping source key for fields within the offseted region of the sheet
... or use one of the other mapping source keys (complete list in README.txt)
If there is need for another Parsing mode, please post an issue.
Sourcecode of this project is also available on http://github.com/derhasi/feeds/tree/feeds_excel
Requirements
Feeds
It requires phpExcelReader-Library downloaded, and slightly modified (@see README.txt).
This module aims to provide an interface to interact with majordomo based mailing lists.
Find out more · Bugs and feature requestsSwitcherooBy boombatower on the 8th of October, 2010
Provides an easy method to switch between a core and contrib version of a module. This comes in handy when working with or developing a contrib version of a core module and you want to quickly switch between the two to compare or use the core version.
Example usage
SimpleTest 7.x-2.x, which will override core SimpleTest, does not provide the same testing API and thus does not allow for running core tests. Using switcheroo you can quickly switch between the two to run your 2.x api tests or core tests.
Please note that at the current time this module does not allow you to run tests for an overridden module since the testing system will use the default behavior (aka the non-overridden module) in the test database. Something to look at in the future.
Find out more · Bugs and feature requestsSimple subscriptionBy gaspaio on the 7th of October, 2010
This small module adds a subscription block to Drupal. It can be used to propose visitors a newsletter subscription or any other email subscription type. It integrates with the default trigger module, the Token module as well as the default and the tokenized e-mail actions.
Find out more · Bugs and feature requestsFeeds ExcelBy derhasi on the 7th of October, 2010
This Module provides an Excel parser for Feeds.
Currently there is only one Parsing-Mode integrated: Row
Parse datasets row-by-row.
Set line offset
Set header line labels as Mapping source Keywords ...
... or use column-[column-number] (e.g. column-4) as mapping source key
... or use cell-[column]-[row] as mapping source key for fields within the offseted region of the sheet
... or use one of the other mapping source keys (complete list in README.txt)
If there is need for another Parsing mode, please post an issue.
Requirements
Feeds
It requires phpExcelReader-Library downloaded, and slightly modified (@see README.txt).
supported by rubaff.de
Find out more · Bugs and feature requestsStackDogBy Souvent22 on the 7th of October, 2010
StackDog is a simple module that is similar to the "Trace" module. StackDog monitors the watchdog messages, and allows your to fire traces based simple string matching or reg-ex patterns. You can also narrow the trace activation criteria by severity and watchdog-id.
Find out more · Bugs and feature requestsNode Destination
By alexkb on the 7th of October, 2010
This is a very small module, that lets you specify a destination address for where users should be sent to, after they submit an add/edit node form. The destination address can be set on a per content type basis.
It's particularly helpful, when you have content types, and content editor users don't ever need to see the full page node. Instead you might have them redirect to a views listing, where the content is usually found. This module makes this (easily) so.
Note: This functionality seemed like something very basic to me, and it was a surprise that it wasn't already available in some shape or form in another module. If it is, please contact me, and I'll redirect users to your module - as the last thing I want to do is create yet another duplicated module. Thanks.
Provides an easy method to switch between a core and contrib version of a module. This comes in handy when working with or developing a contrib version of a core module and you want to quickly switch between the two to compare or use the core version.
Example usage
SimpleTest 7.x-2.x, which will override core SimpleTest, does not provide the same testing API and thus does not allow for running core tests. Using switcheroo you can quickly switch between the two to run your 2.x api tests or core tests.
Please note that at the current time this module does not allow you to run tests for an overridden module since the testing system will use the default behavior (aka the non-overridden module) in the test database. Something to look at in the future.
Find out more · Bugs and feature requestsSimple subscriptionBy gaspaio on the 7th of October, 2010
This small module adds a subscription block to Drupal. It can be used to propose visitors a newsletter subscription or any other email subscription type. It integrates with the default trigger module, the Token module as well as the default and the tokenized e-mail actions.
Find out more · Bugs and feature requestsFeeds ExcelBy derhasi on the 7th of October, 2010
This Module provides an Excel parser for Feeds.
It requires phpExcelReader-Library downloaded, and slightly modified (@see README.txt).
Source code is currently located on http://github.com/derhasi/feeds/tree/feeds_excel. It will move to CVS after I removed the library which is licensed under LGPL.
supported by rubaff.de
Find out more · Bugs and feature requestsStackDogBy Souvent22 on the 7th of October, 2010
StackDog is a simple module that is similar to the "Trace" module. StackDog monitors the watchdog messages, and allows your to fire traces based simple string matching or reg-ex patterns. You can also narrow the trace activation criteria by severity and watchdog-id.
Find out more · Bugs and feature requestsNode Destination
By alexkb on the 7th of October, 2010
This is a very small module, that lets you specify a destination address for where users should be sent to, after they submit an add/edit node form. The destination address can be set on a per content type basis.
It's particularly helpful, when you have content types, and content editor users don't ever need to see the full page node. Instead you might have them redirect to a views listing, where the content is usually found. This module makes this (easily) so.
Note: This functionality seemed like something very basic to me, and it was a surprise that it wasn't already available in some shape or form in another module. If it is, please contact me, and I'll redirect users to your module - as the last thing I want to do is create yet another duplicated module. Thanks.
В видео рассказывается, как продавцы выдают одну рыбу за другую (более дорогую), и как определить такую подделку. Данный видеоматериал является вырезкой из передачи 'Среда обитания'.
В видео рассказывается, как купить рыбное филе из той рыбы, которая указана в названии. Данный видеоматериал является вырезкой из передачи 'Среда обитания'.
Непознанное
В данный момент в ленте "Как узнать характер человека по чертам его лица" новостей нет.
В данный момент в ленте "Все об имени, фамилии, отчестве" новостей нет.
В данный момент в ленте "Магия и гадания (рассылка)" новостей нет.
FAQ по Windows 7 » Сброс пароля администратора Windows 7 без использования дополнительных программВ этой статье рассказывается, как сбросить пароль учётной записи администратора (или создать новую) без использования дополнительных программ. Вам понадобится только установочный диск Windows 7 или диск восстановления системы....
Вредоносная программа, предоставляющая злоумышленнику удаленный доступ к зараженному компьютеру, использует для распространения каталоги обмена файлами P2P-сетей.
Нацбанк Украины установил на 8 октября официальные курсы валют на уровне:790,9900 грн. за $100;1105,0130 грн. за 100 евро;2,6693 грн. за 10 руб. РФ.Напомним, на 7 октября Нацбанком Украины были установлены следующие официальные курсы валют:790,9900...
Нацбанк Украины установил на 8 октября следующие официальные (учетные) курсы банковских металлов за 10 тройских унций:золото - 107535,09 грн.серебро - 1849,33 грн.платина - 136050,28 грн.палладий - 47538,50 грн.Напомним,...
В данном видео рассказывается, как выбрать настоящую незамерзающую жидкость, и не купить подделку. Данный видеоматериал является вырезкой из передачи 'Главная дорога'.
За файл скажите спасибо:
издательству "Питер"
В данный момент в ленте "Учимся строить и ремонтировать самостоятельно" новостей нет.
В видео рассказывается, как купить рыбное филе из той рыбы, которая указана в названии. Данный видеоматериал является вырезкой из передачи 'Среда обитания'.