Joomla Popin WindowOnce again, DART Creations is back with one of those golden Joomla nuggets. We have created a plugin which allows you to quickly and easily create a Joomla popin window. This plugin is useful to boost ypur newsletter subscriptions, to invite your users to participate in a survey, possibly to popin a window which allows users to play a sample of your music or to quicly attract attention to some new functionality of your site.
Hello there,
I am a cool and kinky Joomla popin window! Do you love me or don't you?
You can use me, please don't abuse me!
Use me to boost me your newsletter subscriptions, to popin a window to play some intro music to your site / articles, to give your users an option to take a survey.
But please avoid using me to display intrusive adverts. You won't be loved by your users!
Joomla Popin Window by DART Creations There are two versions of the plugin, a Free version (which contains an advertising link to our website which is invisible to your users), and a Pro version which does not include this link. Otherwise but versions are identical. Joomla Popin Plugin Pro - Download (€3.00)
If you like it, please take a moment to write a small review on the Joomla Extensions site , vote for us, or link to us! Joomla Popin Plugin - Download (Free)To install go to Extensions > Install / Uninstall (or Installers > Mambots for Joomla 1.0.x) and choose the file you just have downloaded. If you like it, please take a moment to write a small review on the Joomla Extensions site , vote for us, or link to us!
The plugin should be fairly easy to use, however if you find any problem while use it, please drop a line in the comments below or in the forums, and we try our best to support you. If you like it and used it, please do leave a comment with a link to your site or in the Site Showcase in the forums, it would be good to know that other people have found it useful. Please note that the plugin is session aware, i.e. it only shows only once each time you visit a site. A demo of usage of the window loads with this page or http://joomla15demo.dart-creations.com Configuration and Usage
The plugin allows you to enter your own HTML into the window, thus the possibilities of using this module are endless. Just create the HTML you would like to display in the window, go to Extensions > Plugin Manager > Joomla Popin Window (or Site > Mambots > Joomla Popin Window) and put the HTML in the parameters of the plugin. Once you have input the HTML, publish the plugin, and insert the { popin } text (remove spaces) into the article where you want the popin window to appear. Remember that plugins only get triggered once they find the { popin } text in an article. How to display on the frontpageThere are two options to always display the popin window. 1. Put the { popin } tag in an article which is displayed in your frontpage 2. With Joomla 1.0, you could just put the { popin } in a mod_custom module. Unfortunately, this is not an option in Joomla 1.5. However, there is some code adjustments which will allow you to do this. Put the following code in the index.php of your template: <?php $miscinfo = & JTable::getInstance('content');
$miscinfo->text = '{ popin }'; // PLEASE REMOVE SPACES in between brackets and popin text $dispatcher =& JDispatcher::getInstance(); $params = & new JParameter('');
JPluginHelper::importPlugin('content');
$results = $dispatcher->trigger('onPrepareContent', array (& $miscinfo, & $params, 0)); echo $miscinfo->text; ?> Example Usage - Attract attention to new content e.g. new image gallery
The below is code to have display a few sample images in your popin with link to the fully gallery. Customize your code accordingly. <div> Hi there!
Have you seen our latest smilies album (picture gallery) ? <br/>
A sample of the images is found below. Click on a picture to view the rest of the album. <br/>
<a href="Your link goes here"> <img src="images/smilies/biggrin.gif"/><img src="images/smilies/sad.gif"/><img src="images/smilies/shocked.gif"/><img src="images/smilies/smile.gif"/><img src="images/smilies/wink.gif"/></a> </div>
Example Usage - Survey for your customers Create a survey in the popin window, Create a poll using the Joomla polls component. Publish the module (temporarily). Then copy the code generated by the polls module and paste it into the HTML of the plugin. Unpublish the polls module so that it only shows in the popin window.
Example Usage - Newsletter subscription Get the code generated by your newsletter subscription component and paste it into the HTML of the plugin
You can customize also the look and feel of the popin window, including window size, position, resizability, and various other parameters, which are quite self-explanotory. Take a look at the screenshot of the parameters below.
Internet Explorer ProblemsIE is very intolerant with the mambot it seems. The mambot is rendering <br/> tags where there is an <Enter> or whitespace, and IE is not happy about this. To resolve the problem please remove all whitespace and newlines between your HTML tags. E.g. if you have <div> This is a cool popin </div> Change it to: <div>This is a cool popin</div> And so forth for the rest of the HTML. Eventually the mambot will be updated to fix this problem.
SupportPlease post to the forums of you need help in configuring the module. Do you like this module? - Buy me a beer (€3) If you liked this module, please consider buying me a beer Every drop counts! No guarantees that any donations will be spent on new development rather than beer, though every effort will be made to spend all donations on new developments Warning: Installing 3rd party extensions may compromise Joomla's security. Make sure that you trust any 3rd party extension that you install.
|