This is the Drupal Module for the BMLT.
- License:
- This code is completely open and free. You may access it by visiting the BMLT Project Site. It should never be sold.
- Version:
- 1.5.3
INSTALLATION
You unzip the bmlt.zip file, and place the resulting "bmlt" directory into your Drupal sites/all/modules/ directory. If the directory does not already exist, you should create it.
You then need to activate the block, and/or activate the input filter (which replaces <!--BMLT--> with the BMLT implementation).
In order to use the filter, you need to set up an input format at Administer > Site Configuration > Input Formats >
You need to specify an input format that uses the BMLT Inline filter.
The BMLT filter is called "BMLT Inline", and works by replacing inline HTML <!--BMLT--> with the BMLT. Just write a page or story, select the BMLT Inline input format for that page, and add that HTML to it. At that point, you will get a BMLT instance.
RELEASE NOTES:
- August 26, 2010 -1.5.3 Release
- Switched the cURL call to use GET, as some servers have a cow with POST.
- July 23, 2010 -1.5.2 Release
- Added support for a simple macro text replacement ([[BMLT]]).
- April 26, 2010 -1.5.1 Release
- Fixed an old bug that could affect the way the server interaction works (curl).
- April 2, 2010 -1.5 Release
- Added support for "simple" inline tables.
- March 24, 2010 -1.4.3 Release
- Added support for BlackBerry and Opera Mini
- Fixed a bug in iPhone detection
- March 5, 2010 -1.4.2 Release
- Switched deprecated eregi search for preg_match
- February 16, 2010 -1.4.1 Release
- Added support for Android
- February 14, 2010 -1.4 Release
- Added support for iPhone
- Fixed a minor issue in the cURL caller
- December 30, 2009 -1.2.17 Release
- Added the ability to switch on a "push in" method of viewing the "More Details" window, and also added the ability for the admin to insert arbitrary CSS styles.
- Added style classes to differentiate between the BMLT generated by the content filter and the BMLT generated by the module as a block.
- November 8, 2009 -1.2.16 Release