This is the Joomla Component 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.5
INSTALLATION
The BMLT Joomla! plugin comes as three components: 2 plugins and a component.
As of version 1.2.17, they are all installed and uninstalled by a single file. Simply install the "bmlt.zip" file. In order to uninstall, uninstall the component only. It will take care of the plugins.
One plugin is a system plugin, and is required for all installs. BMLT won't work unless you install it and activate it.
The other plugin is optional. It is an inline content plugin that allows you to insert an HTML comment (<!--BMLT-->) or a shortcode ([[BMLT]]) into the text of an article, and a BMLT search will appear there, in the same manner as the WordPress plugin.
The component is required. It contains the administrative interface, as well as some important files that are necessary for the inline content plugin to work.
USAGE
The component is fairly straightforward. You simply specify "option=com_bmlt" in your URI, and a page opens up that is nothing but a full BMLT implementation.
The inline plugin is a bit more involved, but gives you tremendous flexibility. In order to use it, you use the HTML view of an article to enter the following HTML text:
<!--BMLT-->
or
[[BMLT]]
This will integrate the BMLT directly into your page. You will probably need to play with the CSS in order to make it work properly in your page (See the commented-out section in the component's style.cpp file).
RELEASE NOTES:
- August 30, 2010 -1.5.5 Release
- Made all the cURL calls use GET, as some servers don't like POST.
- July 23, 2010 -1.5.4 Release
- Added handler for simple text replacement (macro-style [[BMLT]]).
- May 10, 2010 -1.5.3 Release
- Did a better fix for the warning issue.
- May 7, 2010 -1.5.2 Release
- An odd warning comes up when used in conjunction with JForms. Should be fixed.
- 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 the inline "simple" table lists.
- March 18, 2010 -1.4.3 Release
- Fixed an issue caused by overzealous correction for Joomla's scrubber.
- Added support for BlackBerry devices and Opera Mini.
- March 5, 2010 -1.4.2 Release
- Replaced deprecated eregi calls with 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 29, 2009 -1.2.20 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 plugin and the BMLT generated by the component.
- December 19, 2009 -1.2.19 Release
- Had to introduce linefeeds into the content returned from searches, because Joomla crashes on optimized HTML (Shakes head).
- November 12, 2009 -1.2.18 Release
- Added a PHP version check to the component install, as well as some basic error detection to the install.
- November 11, 2009 -1.2.17 Release
- Combined the three separate installers into a single file that takes care of installing and uninstalling the plugins as well as the component.