DescriptionModalizer will help you create modal popup window links. Modalizer can also convert any existing link in your website to modal popup window link. Modal popup windows are fancy popup boxes also known as Lightboxes. You can choose from many Modal types:
There are several ways Modalizer can covert links:
Mootools / jQuery CompatibilityModalizer uses the modal scripts that either load the Joomla core mootools script or a jquery script.. Some templates and extensions use there own javascript library which can cause conflicts. There is an option in the Modalizer plugin to not load its javascript libraries, which might help resolving these conflicts. Custom StylingThere are several styling options in the Modalizer plugin settings. You can customize other elements via css. It's best to overrule styles by adding definitions to your templates stylesheet, so your custom styles don't get overwritten when updating Modalizer in the future. Modal typesModalizer currently supports these Modal types:
For commercial websites: please check out the different websites to see if you may use the script. You can choose one of these modal types in the Modalizer system plugin settings. You can not use more than one type simultaneously on your website. Modal Type SettingsDepending on what modal type you have selected, you can have any of these settings:
Tag SyntaxBasic SyntaxModalizer supports a special easy syntax to make new custom links in your page that open a modal popup window. {modal url=[url of page]|[other parameters]}Link text{/modal} Like: {modal url=index.php?option=com_content&view=article&id=454}Lorum Ipsum{/modal} {modal url=http://maps.google.com/maps?hl=en&ll=58,6&spn=0,50&cid=5560360924256306806&output=embed|width=600|height=400}Google Maps{/modal} Linking an imageTo make an image link to a modal page, simply surround your image with the {modal} tags: {modal url=http://maps.google.com/maps?hl=en&ll=58,6&spn=0,50&cid=5560360924256306806&output=embed} Will result in: Tag ParametersThere are a number of parameters you can set in the tag:
Modalizing menu linksYou can also use the {modal} tags in menu items to make them open in a modal popup window. Simply surround the title with {modal}...{/modal}. TemplateModalizer uses the component subtemplate to open your pages. This subtemplate is also used by the print pages, for instance. The component subtemplate is a component.php file in your templates folder. If your template doesn't have that file, the system template is used (pretty much no styling at all). You can set Modalizer up to use a different subtemplate, if you want (see the Modalizer system plugin settings). If you want to customize the popup page styles, you'll have to change or create the subtemplate. Creating a subtemplateIf your template doesn't have a component.php file, or if you want to use a different subtemplate for your popups (like a popup.php), you will have to make a subtemplate. This is pretty simple with modt templates:
Note: Some templates are not very straightforward and work with includes and sometimes complete frameworks. Making an extra subtemplate for these templates is pretty complicated. In those cases you might be better off asking the template developers to create one for you. For more info on changing the component.php, see: Customizing the print pop-up (Joomla Docs) SpecsSpecificationsModalizer is a Joomla extension compatible with Joomla 1.5, Joomla 1.7 and Joomla 2.5. The extension consists of:
RequirementsModalizer will only work correctly if your setup meets these requirements:
Using PHP 5.2 (or lower)? I can not provide support for setups that do not meet the above requirements. The core Joomla files should of course not be altered in any way. InstallationThe easiest way to install/update is via the NoNumber! Extension Manager. If you have problems installing Modalizer, please try the manual installation process as described here: Otherwise, please report this on the forum or let me know via the contact form. UpdatingIf you want to update to the latest version, you do not have to uninstall first. The easiest way to install/update is via the NoNumber! Extension Manager. You can also update simply by installing the package via the Joomla core installation process. DowngradingIf for some reason you need to downgrade, it is best to uninstall the extension first. Also, you will have to uninstall the NoNumber! Framework plugin (system) (and the NoNumber Elements plugin if you have it installed). After that you can simply install the older version zip file. Please note that I cannot not provide support on older versions! Open Source LicenseModalizer is an Open Source Joomla extension. It is in compliance with the GNU/GPL license: Joomla is also Open Source. SupportNeed more help?Before requesting help, make sure your installation and setup meet the requirements (see the Specs) and your extensions are up-to-date. If you need more help, please take a look in the NoNumber! Forum. You can also contact me via the contact form or via chat (if I'm online). ChangelogChangelog + = Added ! = Removed ^ = Changed # = Fixed
09-Jan-2012 : v2.6.3 ^ Updated translations: ru-RU ^ Cleaned up more code # Fixed issue with modal tags not working in menu items with menu image 07-Nov-2011 : v2.6.2 ^ Updated translations: lt-LT, th-TH ^ Cleaned code syntax (no longer guaranteed support for php 5.2.x and lower) # Fixed issue with redirect script making page reload when not using iframe mode 16-Oct-2011 : v2.6.1 + Added translations: sl-SI + Added option to disable close on click outside the modal window for some types ^ Updated Colorbox to v1.3.18 ^ Updated Lytebox to v5.2 # Fixed issue with urls with anchor references # Fixed security issue in !NoNumber! Framework plugin 08-Oct-2011 : v2.6.0 ^ Improved installer ^ Moved translation language files to main package (no more language packs) ^ Cleaned up some code (like no more use of DS) # Fixed issue with activation by multiple urls not working correctly (Joomla 1.7) 16-Sep-2011 : v2.5.0 + Added style selection for Lytebox ^ Updated Lytebox to v5.1 ^ Changed !NoNumber! Elements plugin to !NoNumber! Framework ^ Moved common language strings to !NoNumber! Framework files # Fixed issue with area tags sometimes getting broken 05-Jul-2011 : v2.4.0 + Joomla 1.7 compatible! ^ Updated jquery script to version 1.6.1 ^ Improved loading of jquery scripts when jquery main script is not to be loaded # Fixed issue with an unhandled language string # Fixed issue with tags not working in menu items if syntax word is changed 18-Jun-2011 : v2.3.3 + Added option to redirect modal pages when not opened in a modal window ^ Updated !ColorBox to v1.3.17 ^ Changed layout of settings ^ Changed use of elements # Fixed issue with links not working when having multiple classnames # Fixed issues with classnames being lost on some types of modal links # Fixed issue with width/height for external links not working 29-Mar-2011 : v2.3.2 # Fixed issue plugin being executed on raw format pages # Fixed some language string issues 17-Mar-2011 : v2.3.1 ^ Changed language files to be J1.6 ready ^ Updated !ColorBox to v1.3.16 # Fixed issue with tags being interpreted in frontend editor fields with very large contents 15-Jan-2011 : v2.3.0 ^ Changed extension icon / logo ^ Moved iframe options to main settings (instead of in Advanced Settings) ^ Updated !ColorBox to v1.3.15 ^ Updated !FancyBox to v1.3.4 ^ Now removes all close window links/buttons in the modal popup window # Fixed issue with links with onclick actions # Fixed issue with links in popup with anchors # Fixed issue with links in popup with target to _self # Fixed issue with !FancyBox failing on some setups 13-Dec-2010 : v2.2.1 # Fixed issue with modal scripts also being loaded in popups (causing double modals) # Fixed issues with document being called to early # Fixed some issues with loading of language strings # Cleaned up some code 25-Nov-2010 : v2.2.0 + Added checks to see if !NoNumber! Elements plugin is installed/enabled ^ Fixed and updated all language strings 16-Nov-2010 : v2.1.0 + Added option to define the outside border width for Fancybox # Fixed issue with incompatibility with Mootools Upgrade plugin # Fixed issue with tag not working in 3rd party menus with extra spans in links 18-Oct-2010 : v2.0.0 ^ Completely rewritten ^ Changed and updated available modal types + Added ability to modalize by filetypes + Added ability to modalize by url (regex) + Added ability to use syntax tags in menu items + Added ability to disable on selection of components ^ Improved handling of links within modal popup windows. ! Removed a lot of overkill settings making it all simpler ! Dropped the use of own mootools script (less chance of conflicts) ^ Changed the update check + Added Commercial License Code support ^ Changed installation procedure (automatic installer/updater) 29-Oct-2008 : v1.2.3 Commercial LicenseModalizer is completely free and you DON'T need a Commercial License Code to use it. However, if you use my extensions on websites that you make money from, I would appreciate it if you purchase a License Code. Note: If you don't want to pay for the License Code and want to continue to use the extension for free, please do. You will just have to ignore the license message in the administrator. Note: If you have donated before and feel you should get some reduction on the price, please contact me about it... we'll sort it out :)
Here you can see the difference between the use of the extensions without and with Commercial License Code.
DownloadDownloadsModalizer is compatible with Joomla 1.5, Joomla 1.7 and Joomla 2.5 NOTE: Modalizer needs PHP 5.3+. Please see the specs for more requirements.
Please clear your browsers cache after updating an extension. NOTE: Joomla 1.6 is no longer supported. Joomla 1.6 reached end-of-life in August 2011. If you have a site running on Joomla 1.6 you are urged to upgrade to Joomla! 2.5. Modalizer will probably still work on Joomla 1.6, but any issues specific to Joomla 1.6 will not be fixed. Tip!Are you using multiple NoNumber! extensions? LanguagesThis extension comes with the following languages:
No language pack for your language?I welcome you to help out and get involved with translations for NoNumber! extensions. I am using Transifex for the translations of all NoNumber! extensions. So I kindly ask you to join Transifex. There is a translation team/group set up especially for Joomla projects: OpenTranslators. To join, see the different steps on the right under: Translator Guide: http://opentranslators.org/en/how-to You can find all the NoNumber! projects here: https://www.transifex.net/projects/tag/nonumber/ All language files will be updated and packed with every new release of the individual extensions. |