2017 © Pedro Peláez
 

bitrix-module-installer bitrix_custom_properties_module

Bitrix custom iblock properties module. Allows to resize pictures within iblock section and element context.

image

htccs/bitrix_custom_properties_module

Bitrix custom iblock properties module. Allows to resize pictures within iblock section and element context.

  • Sunday, March 29, 2015
  • by osotov
  • Repository
  • 7 Watchers
  • 6 Stars
  • 0 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 2 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

Picture resizing properties Bitrix module

Module adds picture resizing iblock and user properties., (*1)

Classic Installing

  • Download module and place it in /bitrix/modules/custompropertiesmodule/ or /local/modules/custompropertiesmodule/
  • Initialize module in your init.php like this:
CModule::IncludeModule('custompropertiesmodule');

or, (*2)

 \Bitrix\Main\Loader::includeModule('custompropertiesmodule');

Composer Installing

  • Add "htccs/bitrix_custom_properties_module": "1.0.0-beta" to require section of your composer.json
  • Initialize Composer installing
  • Initialize module in your init.php like this:
CModule::IncludeModule('custompropertiesmodule');

or, (*3)

 \Bitrix\Main\Loader::includeModule('custompropertiesmodule');

Using

You can see new property types in iblock properties settings and in user properties settings. You can change resize type (resize/crop) and picture height/width in properties settings., (*4)

The Versions

29/03 2015

dev-master

9999999-dev

Bitrix custom iblock properties module. Allows to resize pictures within iblock section and element context.

  Sources   Download

MIT

The Requires

  • php >=5.3.0
  • htccs/bitrix-module-installer-plugin 1.0.*

 

by Mikhail Osotov

29/03 2015

1.0.1

1.0.1.0

Bitrix custom iblock properties module. Allows to resize pictures within iblock section and element context.

  Sources   Download

MIT

The Requires

  • php >=5.3.0
  • htccs/bitrix-module-installer-plugin 1.0.*

 

by Mikhail Osotov

24/07 2014

1.0.0-beta

1.0.0.0-beta

Bitrix custom iblock properties module. Allows to resize pictures within iblock section and element context.

  Sources   Download

MIT

The Requires

  • php >=5.3.0
  • htccs/bitrix-module-installer-plugin 1.0.0

 

by Mikhail Osotov