Skip to content

dart-creations.com

Advertisement
Home arrow Joomla arrow Joomla Modules arrow Joomla Popin Window
Print E-mail
Sunday, 09 December 2007

Joomla Popin Window

Once 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.

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)

Please Register and Login to download .

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! Smile 

 

Joomla Popin Plugin - Download (Free)

Please Register and Login to download.

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! Smile 

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 frontpage

There 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>

imagegallery.jpg

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.

Survey Example

Example Usage - Newsletter subscription

Get the code generated by your newsletter subscription component and paste it into the HTML of the plugin

Newsletter Example

 

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.

popinwindowparameters.jpg 

Internet Explorer Problems

IE 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.

Support

Please 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 Cool 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 Smile

Please use the Donate button on the bottom right to donate via Paypal.

Feature Requests

  • Multiple popins
  • Different styles e.g. rounded corners
  • UTF8 support

Warning: Installing 3rd party extensions may compromise Joomla's security. Make sure that you trust any 3rd party extension that you install.

Comments
Search RSS
Brian  - Popin Window   |151.113.255.xxx |2007-12-11 17:26:47
Love it! I have another mambot that allows me to show certain content for guests
and other content for registered users. Is there any way to install the popin
mambot twice so that I can have different popin windows for guests and
registered users? I can be reached at bgarland@simplot.com. Thanks!
Mod  - Thanks   |60.53.210.xxx |2007-12-14 01:42:02
One of the 3 popup extension for joomla,

I search around the Internet but only
found your popup extension that has a nice work and easy configuration.

Thanks
Wit  - can't see pop-in   |58.9.48.xxx |2007-12-20 04:57:45
I successful install membot but I don't know how to use. You said
"Don't
forget to publish the mambot, and insert the { popin } text (remove spaces) into
the article where you want the popin window to appear."
I published already
but don't understand text, can you example me one, thank you
DART Creations  - Pop-in   |85.232.200.xxx |2007-12-20 05:54:46
As with all mambots, you need to insert the text which triggers the mambot. In
this case, you need to find the article where the popin will be displayed, and
write in the content of the article.

Thus the popin will be
displayed.
simone  - thanks but can't see pop in   |213.156.54.xxx |2008-01-09 10:34:45
hi thank you for this best mambot but i have a problem.i have configured it but
when i insert in my management first page and save all the popup don't
appear to my website home page.can you help meplease?
thnak you simone to rome
Ikram   |202.1.192.xxx |2008-01-11 05:10:50
I downloaded your plugin and when published i get the following error.

Notice:
Undefined variable: mambot in /home/fiescom/public_html/mambots/content/joomlapo
pin.php on line 27

Notice: Trying to get property of non-object in
/home/fiescom/public_html/mambots/content/joomlapo pin.php on line 27

When I
checked with hosting company they say they have upgraded the webserver to Apache
2.? something.. What do I do??
Ryan  - Works for me in Firefox, Not I   |76.240.218.xxx |2008-01-14 14:50:05
I installed the Mambot and it works fine for me in the latest version of
Firefox. However, in IE7 on a Vista machine, I get an error that
says:

Internet Explorer cannot open the site
http://www.pageusingthemambot.com

Operation Aborted
DART Creations  - Problema with IE   |217.145.5.xxx |2008-01-14 15:24:54
There might be problems with Internet Explorer due to whitespace within the
HTML. Please remove any whitespace between HTML tags, and Save the module. This
should solve the problems.
Anne  - Can't change title   |64.254.99.xxx |2008-01-17 15:21:01
Hey guys, can someone help me out.
I can't change the title text.
Is stays
Joomla Popin Window.
marsal  - adsense   |77.221.4.xxx |2008-02-03 00:26:08
is it possible to show adsense banners in it?
DART Creations  - AdSense + Title   |85.232.198.xxx |2008-02-03 06:26:13
Anne,

I believe there was a slight bug, you can re-download and re-install the
mambot to fix this.

Marsal,

yes you can show adsense banners, but you have to
make sure there are no newlines within the adsense code. When you publish and
look at the HTML source of the page, if you find any BR, that means you have a
newline and you'll have to remove it.
Stephen  - Mambot won't install   |66.183.99.xxx |2008-02-04 15:35:56
Hi folks, I have tried to install mambot but continue to get error message when
installing to Mambots.

File xxx/media/install_47a73c688fdb0/joomlapopin.php
does not exist!

Any thoughts?
Tom  - Love IT   |82.2.3.xxx |2008-02-21 12:13:21
It's really useful and simple to use.
It would be great it if it could do
rounded corners and have a colour picker in the admin.
Mike Lombardo  - thespaceponies.com   |76.117.1.xxx |2008-02-26 21:12:48
I installed the mambot and the most unusual thing happened, my fireboard forum
lost formatting when reading replies.

When I disable the mambot the problem
goes away.. So great item but it can mess with fireboard
DART Creations  - Messes with Fireboard   |85.232.200.xxx |2008-02-28 18:06:28
Mike, are you sure you didn't insert some HTML code, which breaks the fireboard
forum. What if you remove all the HTML, does the problem still happen?
sarbatananda  - can not install popin   |Registered |2008-04-09 11:05:08
i have tried to install this mambot. But unable to install. Please help
faizulamin  - picture   |202.184.236.xxx |2008-04-22 03:33:42
hello mate

how can i put a picture inside this popin mambots?
i think, the
presence of picture will let this thing mush more interesting.

regards
DART Creations  - picture   |217.145.5.xxx |2008-04-22 06:01:13
faizulman, you can put in pictures into the plugin too, since you can put in any
html... You need to put in the relevant html for an image to show. I am
restricted from entering HTML here but basically you will need to use and IMG
tag with the relevant parameters.
faizulamin  - picture   |202.184.236.xxx |2008-04-30 05:25:56
hi bro dart!

it's work! thanx a tonne!!!
hehe.. ;-)

come and visit my
faculty website
http://fkmp.uthm.edu.my
orialis  - wasalt aw?   |69.244.19.xxx |2008-05-07 21:46:05
When I put the { popin } in my text article, all my text dissapears and
"wasalt aw?" appears instead with the title below it. All text is gone.
DART Creations  - wasalt aw   |217.145.5.xxx |2008-05-08 07:09:59
Orialis, there was some testing code left from the development phase. This has
been removed and the plugin updated. Please download again and test. If
necessary get in touch via the Contact page.

Thanks
gede  - pop in   |Registered |2008-05-12 23:10:27
good
DART Creations newbe  - Question: Exitpop-up possible?   |84.73.4.xxx |2008-05-15 05:58:48
Hello. I would like to have a pop-up always appearing if a surfer exit my
website! Is that possible???

Btw: in this pop-up I would like to ask him why he
did not joined the community. All that just to improve my services. Advanced
question: would it be possible to just pop-up if he/she did not subscripe to a
newsletter/bought something??

BIG THX 4 ur respond
Keep on the excellent work
DART Creations  - Exit Popup   |217.145.5.xxx |2008-05-15 07:01:29
At the moment this is not possible. However if you have the skills, you can
change the event which brings up the popup, to happen when the user exits the
site.

Advanced answer: I would recommend you send a survey to those people
who bought, and ask how to better improve the services, rather than the other
way round.
herseem  - featured article module   |Registered |2008-05-19 08:37:30
Installed it very easily on Joomla version 1.5.3. took me a little while to
figure out that the content ID was on the right hand side of the article list
and not the left hand side of the list (I'm a beginner at Joomla), but the nice
message when I'd put invalid numbers in was better than some obscure code. Works
nicely now.
Pera  - Help Me!   |77.105.62.xxx |2008-05-20 19:52:03
Everything works great I just don't understand how to make spaces between text
?!...I entered the text as you showed...it is separated when I edit the
plugin...but when it shows up on the main page all of the text together...
For
example if I enter:
Hello,
I would like to welcome U!

Author

It will show up
as:
Hello,I would like to welcome U!Author?

Please help...Great work u did
DART Creations  - New lines   |217.145.5.xxx |2008-05-22 08:14:45
Pera,

you need to use normal HTML. For a new line you need to use a br tag
etc etc.
quezo  - cant get it to work   |68.49.11.xxx |2008-05-24 03:49:06
I have installed this to the letter, the plugin is published and I inserted the
tag { popin } no space, into an article and publish the article on the fronpage,
but nothing shows up. I have no < br> into the html field, I just inputed > in
there just to see, but nothing shows up.
If you can help me, it would be
great.

Thanks
DART Creations  - quezo   |85.232.196.xxx |2008-05-24 06:31:58
Quezo, you need to input valid HTML. A > is probably interpreted as invalid
HTML and thus not shown. Can you try something else such as inserting some test
text only. Once that works you can start inserting what you require.
jbd  - ie7   |84.132.206.xxx |2008-05-27 17:47:34
Hey, with activated Plugin I get am big mistake. IE brake loading and open a
window ""Site xxxxID=yyy" can't load".

Any idea?? FF and Opera
are OK
san  - ethio2k.com   |213.55.64.xxx |2008-05-28 05:03:11
hi,
my idea is to use a shoutbox from chatwo.com inside the popin box..but if
the user closes it once and then wanna re-open it,how? how to re-open the
popin.if its session aware, it cant be opened even by refreshing. i was thinking
to give a new page with but it also failed. please help how to have a
popin window that can be re-opened even with session aware...
rayneressex  - Can't find it?!   |Registered |2008-06-01 08:54:47
I'm running Joomla 1.5.3 and installed via dir, it's installed successfully but
can't find the module on the system?

Thanks

Daz
DART Creations  - Plugin   |217.145.5.xxx |2008-06-02 05:42:11
Since this is a Joomla plugin, you can find it under Extensions > Plugin
Manager. You need to enable it and then insert in your content to view
it.
Mackie  - Great Tool - but can you have   |69.136.86.xxx |2008-06-03 16:15:26
I love this tool. Nicely done! Only question is this... if I wanted to have
more than one of these is there any way to do it? I'm not aware of a way to
"copy" a Mambot. I would like to be able to have different messages
running simultaneously in different areas of the site.
DART Creations  - Multiple instances   |217.145.5.xxx |2008-06-04 09:31:38
Mackie,

this is currently not available, however it is one of the most
requested features and we will endevour to implement it asap.
zeanclod  - Pop up   |Registered |2008-06-12 13:50:10
Hi Guys

I would like to integrate the Letterman module into it.

How Can I do
that?

Many thanks in advance.

Regards

ZeanClod
Binny  - Trouble implementing in Joomla   |130.13.67.xxx |2008-06-16 05:47:11
I have inputted into one and more than one article on my front page with
no luck in the popup appearing. I have even tried inputting in other
pages with no luck either. There are no breaks () and only two spaces...

binny  - Trouble implementing in Joomla   |Registered |2008-06-16 05:57:31
I have inputted into one and more than one article on my front page with
no luck in the popup appearing. I have even tried inputting in other
pages with no luck either. There are no breaks "< br>" and only two
spaces...

"...scriptSPACEtype="text/jav
ascript"SPACEsrc=..."

which I did try removing to no effect.

Any
suggestions?
dattard  - binny   |Registered |2008-06-17 12:13:22
Are you sure you have enabled the Popin in Mambots / Plugins? If you view the
HTML source of your page, do you see the HTML you input. Also, try putting
in one article only.
felipex  - How to use popin with Virtuema   |82.168.209.xxx |2008-06-19 18:14:14
Hi there,

Installation went fine, no problems, but:
- my home page is a
Virtuemartshop version 1.1. stable in Joomla 1.5.3. stable

When people go to
my shop, how can I make Popin work on this page? For example to use it for
announcing a holiday closure off my webshop. Other suggestions are also
welcome.

Regards,
Gabriël - Rotterdam, Netherlands
riverrun  - html   |Registered |2008-06-21 11:34:58
If I put any html into the popin it crashes my IE6. I am just trying to add a
image with a link if the user clicks it. Works great in FF3 but cannot add it to
my homepage till I figure out how to make it cross browser compatible. Any
ideas? I took out all spaces already. Great job ith the development do far!
lusteR  - Close Window Javascript   |82.5.61.xxx |2008-06-21 12:29:55
Im looking how to add text inside the popin window that will close it (other
than using the X on the top right of its window). Is this possible? Thanks
jbd  - html   |Registered |2008-06-22 10:12:35
Hey, same Problem as riverrun under IE6 and 7 also
piyapan  - Open on Frontpage   |74.94.237.xxx |2008-06-30 18:20:55
I have automated content (3-10 posts per day) that is posted to my front page.
Would like to always have popin window initially display a "Sign Up for Free
Newsletter" window without having to type in every article.

Any
ideas?
DART Creations  - Open on Frontpage   |85.232.192.xxx |2008-06-30 19:17:12
Create a small custom HTML module, which you display always on the frontpage, or
use one you already have for displaying something else. In this module put in
your , and this will get executed each time without you having to create
it in each article.
pqekypk2  - urgent   |Registered |2008-07-02 15:20:05
Hello i have some problem whith my flash content couse, the popin windows always
is showing behind all the flash content in the website
how can i configure it to
show over all the website?
jasonm  - great plugin   |Registered |2008-07-03 12:56:27
Great plugin. I am looking to create a terms and conditions pop up that the user
has to accept to use the site. This works great would I be able to put accept or
close site buttons within the html code?
piyapan  - Open on Frontpage   |74.94.237.xxx |2008-07-03 12:57:01
I created a custom HTML module (in Joomla 1.5) but when I type in it
literally places "" on the page. Please advise.
DART  - Problems   |Registered |2008-07-03 15:27:15
pqekypk2, you might need to change the code slightly to change the z-index such
that it is on the top.

Jasonm, you can put anything you want, it takes any
kind of HTML.

piyapan, you need to make sure you have enabled the plugin
correctly.
jasonm  - close just the pop up   |Registered |2008-07-04 09:28:05
Hi am trying to create an accept and decline T&C pop up. The decline is fine as
the window.close(self) parameter closes the main browser window but what code
would I use to just close the pop up


FORM
INPUT TYPE="BUTTON"
VALUE="Accept" onClick="window.close(self)"
INPUT
TYPE="BUTTON" VALUE="Decline"
onClick="window.close(self)"
/FORM




 4;
DART  - Close window   |Registered |2008-07-04 10:31:46
Well, the window's javascript has a close function, which closes the window. You
would need to call its function, the same way as if you were clicking on the X
button of the window. I'm not sure how you'd need to call it though. Possibily
dhtmlwindow.close()?
jasonm  - Thanks   |Registered |2008-07-04 14:04:50
I tried

INPUT TYPE="BUTTON" VALUE="Accept"
onClick="divwin.close()"

and

INPUT TYPE="BUTTON"
VALUE="Accept" onClick="dhtmlwindow.close()"

with no luck. I
will let you know if I work it out.

Thanks
DART  - riverrun   |Registered |2008-07-05 10:04:52
Can you place a link to your site or send it via Contact Us page?
DART  - felipex   |Registered |2008-07-05 10:06:34
You simply need to place the tag in one of your frontpage articles or a
permanent frontpage module, and any HTML you put in the module will get
displayed in the popin window.
martkoosh  - good popup   |Registered |2008-07-16 03:38:35
brilliant job and simple to use
onehero  - Utf-8 problems   |91.196.236.xxx |2008-07-16 08:35:18
?lagin cant support UTF-8 text. If I enter not-?nglish symbols in the coding
utf-8 a popin window ceases to be displayed on page. Symbols of a Latin, figures
and spesial symbols are accessible only.

DART, it's great work but not
usable for me.
onehero  - Problems with UTF-8   |91.196.236.xxx |2008-07-16 08:35:50
?lagin cant support UTF-8 text. If I enter not-?nglish symbols in the coding
utf-8 a popin window ceases to be displayed on page. Symbols of a Latin, figures
and spesial symbols are accessible only.

DART, it's great work but not
usable for me.
DART  - UTF8 problems   |Registered |2008-07-17 06:07:59
onehero, we'll check what it take to makde the plugin support UTF8 characters.
jbd  - IE7 mistake   |84.132.242.xxx |2008-07-20 17:59:41
Hey, the mod don't work with IE7. The first time the mod load, second time
"error, site cant load". When you delete the cache its loading one time
and so on
oX Triangle  - Multiple Popin   |Registered |2008-08-01 00:42:48
its possible to use multiple popin defines
{popin 1}{popin 2} or to use an
article as popin {popin alias=chatlogin} ?
its a problem to use PHP code in the
html-place?
DART  - Multiple popin   |Registered |2008-08-01 05:40:04
Multiple popins are not possible at the moment. PHP code is not supported either
because the plugin expects client side script.
oX Triangle  - Multiple Popin   |Registered |2008-08-01 08:48:52
okay. different popin instead of multiples? that possible?
DART  - Multiple popins   |Registered |2008-08-01 09:16:16
No, not possible though it is one of the most requested features, so we'll try
to give it a shot in the near future.
Ben  - Hello   |82.15.248.xxx |2008-08-10 06:36:43
I installed this Pop up.
However as soon as i add the

It makes the
whole page unviewable. It comes up with an error message.

Is this because it
is conflicting with something else?
DART  - Popin Problem   |Registered |2008-08-11 04:17:22
I haven't been able to replicate this problem although it has been described a
number of times. Can you paste the HTML you are using in the Forums of this
site, and which Browser you are using please.
islatur  - Forum   |Registered |2008-08-11 15:51:09
I advise againts answering questions here, use the forums! so is easier to check
for common problems.

My questions is:
Is it possible to load a module on the
popin window?
I want to load an input box so people can suscribre to my
newsletter.
ing_arismendy   |Registered |2008-08-22 16:10:58
good plugin, work nice
ing_arismendy   |Registered |2008-08-22 16:37:36
Notice: A session had already been started - ignoring session_start() in
/www/700megs.com/c/l/a/clandsk/htdocs/plugins/cont ent/joomlapopin.php on line
41

i have that problem.......
DART  - Session Start Problem   |SAdministrator |2008-08-22 18:11:07
The code has been updated to eliminate this warning.
lwall_mba  - plugin wrong   |24.37.252.xxx |2008-08-26 18:34:53
hey your 1.0 plugin .xml file is setup for 1.5
DART  - Plugin version   |SAdministrator |2008-08-26 19:30:05
Thanks for pointing that out. Sorted.
mark  - thx   |24.37.252.xxx |2008-08-27 01:08:59
thank you will check it out tomorrow
Aegan  - No X to close window!   |70.80.188.xxx |2008-08-27 13:24:22
Hi, I've just installed 1.0 version, there is no Minimize or Close options on
the pop up!! _ and X buttons are not there.
Anonymous   |24.37.252.xxx |2008-08-27 15:46:00
ya figured it out, DART your 1.0 package has refrences to .js and .gif that are
in a worng folder structer. its the folder structer for 1.5 . you sure you did
not uplaod 1.5 as 1.0?
DART  - Fixes   |SAdministrator |2008-08-27 17:37:19
Can you redownload the latest package and retest please.
Isaac Herrera  - Urgent - Please - Urgent !!!   |200.92.148.xxx |2008-08-29 03:10:35
How I can put images inside popin?? i don not how is it!! please help me!!
Kevin  - Adding Pictures to module   |66.56.244.xxx |2008-09-02 16:39:44
Easy way - make a FREE account at photobucket.com and upload your images there.
You can then just copy the provided image code from photobucket and paste in the
module.

otherwise, use the code below and change the image url to one of your
site piks:

Kevin  - Link to code   |66.56.244.xxx |2008-09-02 16:43:56
http://www.crashwrestling.com/promo/index.php?opti
on=com_content&task=blogsection&id=1&Itemid=27

So rry the code was stripped
out. I thought I'd get to preview the code first and change it if needed but it
posted directly without a preview so I added the link above. Hopefully it will
stay put :p
jonathanmanzanilla  - Excelent but I have a problem.   |Registered |2008-09-03 16:42:42
I've instaled the Joomla Popin Mambot, it's excelent, it shows a flyer that I
designed for my Website (www.itsmotul.edu.mx) but when I can't configure the
parameters, I mean, I change the values, when I save the changes and go to the
frontpage, it shows the same thing than before, so then I tried to configure it
again, but it happens the same thing. Help please.
messenger:
jmanzanilla@itsmotul.edu.mx
DART  - Caching?   |SAdministrator |2008-09-03 18:09:16
Do you have caching switched on by any chance? Do the new params get saved, and
not refreshed on the front end, or are they not saved at all?

Cool use of the
window by the way. I like it
m.furletti  - Problem with popin   |Registered |2008-09-11 07:51:11
I would like use popin into a component virtue mart... but i don't understand...
If i place into shop.index (my home page), the module don't start... and
it write

Thanx...
DART  - VirtueMart   |SAdministrator |2008-09-11 08:38:09
Make sure that the popin is enabled as a plugin. Also, you need to insert the {
popin } in Joomla content, not in any templates or html files, because it won't
work that way. This is standard Joomla plugin functionality.
Anonymous  - virtuemart   |82.54.161.xxx |2008-09-11 08:58:59
Ok thank's... I have another question... in popin configuration there is
"Session Aware=yes" that mean "If session started, and i reload the
page, the popin block should not be reload it". But when i refresh the page
the popin block start again
DART  - Session Aware   |SAdministrator |2008-09-11 10:18:23
Session aware means, that if you load the page from the same browser, you won't
get the popin again. However, if a new browser is opened, that is a new session,
so you will get the popin again. Typically your users won't need to re-open a
browser, and thus get it only once.
Session Aware  - Session Aware   |82.54.161.xxx |2008-09-11 11:29:41
Ok... but when i reload a page without closing broswer, window popin restart...

For Ex
Popin start in homepage, i go in section contact us, and when return in
homepage poipin restart

Thanx
DART  - Session aware   |SAdministrator |2008-09-11 12:14:09
Can you post a URL so we can debug?
Session Aware  - Session Aware   |82.54.161.xxx |2008-09-11 13:00:32
It isn't impossibile because the site is located in a server on local network...
But when reload this page (The page of forum popin), restart it...

Ps. I use a
Firefox 3 under MAC OS X 10.5
Taco  - not working in IE7   |79.5.255.xxx |2008-09-18 12:57:36
might be a template problem... i'm using JaPurity, but IE7 crashes for me, and
there's no way to use your plugin.
John  - IE7 doesn't work correctly   |68.195.209.xxx |2008-09-23 19:21:39
IE7 doesn't work correctly and looks horrible. Please fix it guys else I may
have to move on to something else. Thanks
DART  - Latest 1.5 version released   |SAdministrator |2008-09-26 16:00:06
The latest version handles CSS in a separate file and thus fixes the IE7 problem
joomla panel  - Popup for flash   |125.162.134.xxx |2008-10-11 02:23:00
I wan to create joomla popin using flash file. Could anyone inform me to do it
on my joomla site ?
thanks in advance.

http://joomlapanel.com
DART  - Flash in Popin   |SAdministrator |2008-10-11 14:16:02
This should not be a problem. You just need to use the HTML code to insert the
flash into the plugin parameters.
kelseo  - Can't get it to show?   |Registered |2008-12-09 01:37:32
Followed instructions but can't get it to show -

www.c-m-a.com.au

Used your
example code with the smileys and placed in my front page
article...nothing happened? Any ideas?

Cheers Kel
cexmayo   |212.166.209.xxx |2008-12-30 18:48:50
Great utility. Flexible for lot's of applications you may imagine...
However I
did not manage to show a playlist from www.deezer.com in a continuous/seamless
stream along all the site, even including the code in the .php of the template.
DART  - cexmayo   |SAdministrator |2009-01-02 14:51:27
The popin is intended for a single page, and is a layer, thus it will be
recreated on each page it is displayed. Its going to be difficult to achieve
what you want with our popin window.
Paul Thomson  - Does/Can this module have a timer on it?     |193.34.231.xxx |2009-02-06 11:51:59
Hello,

I was wondering if it would be possible to make the popup appear after
a given time of page load? eg. after 20 seconds.

The reason I ask, I want to
allow my users a given time to absorb the first paragraph of my website before
it is obtruded by the popup.

Thanks

Paul
DART  - Timer   |Administrator |2009-02-09 07:05:50
Paul, not at the moment, though please do post this in the Feature Requests on
the Forums, so that we'll think about its implementation in the next round of
development.
xdrr   |77.222.129.xxx |2009-02-09 14:19:05
Please help to run it on Joomla 1.0?!
DART  - Joomla 1.0   |Administrator |2009-02-09 17:13:57
The popin works fine with Joomla 1.0, any specific help you need?
xdrr   |77.222.129.xxx |2009-02-10 06:51:00
Yes, tell me please how to install it?
Anonymous  - Install   |78.133.54.xxx |2009-02-10 16:01:39
Go to Installers > Mambots and choose the file you have downloaded.

Then go to
Mambots > Site Mambots, enter the HTML and publish. Then go to your articles and
insert the popin tag, like the instructions above.
xdrr   |77.222.129.xxx |2009-02-11 15:08:26
>Go to Installers > Mambots and choose the file you have downloaded.

There is
an error about:

can't find install script
angelodemian  - need to be open 24/7 when refreshed   |189.169.186.xxx |2009-02-13 16:48:15
When I close the window it does not open again until I clean the cache and
reload the page, but I need the pop up to show every time I reload the page, noy
when the cache is clean. what can I do?
DART  - Session enabled   |78.133.54.xxx |2009-02-13 17:49:19
Is the Session Aware setting On or Off? It should be Off in your case!
kai  - disable button?   |118.140.18.xxx |2009-02-19 12:17:16
Is it possible to add a button (or checkbox, etc.) to disable the splash
message? Something like "Do not show this again"
DART  - Disable   |Administrator |2009-02-20 06:59:49
Not at the moment there isn't, however, we'll try to implement this function on
the next round of improvements.
rootlock  - Paid for but not found   |24.9.112.xxx |2009-03-05 17:26:33
This is probably one of those silly questions, but I paid for the Popin but I'm
not sure were to download it. I don't seem to have an acct. Please let me know
what to do!

Thanks!
Brad
DART  - Download   |Administrator |2009-03-06 06:48:52
You'll need to register before downloading, can you get in touch through the
Contact Us above and we'll send it to you by email though no worries
Erick  - Before I buy...   |75.108.37.xxx |2009-03-10 01:50:02
I am working on a project where I need to encode some links (hyperlinks) and
when visitors click on any of those links, the popup will appear with whatever
contacnt I set. This one particualr page would have up to 30 different links. Is
this doable?
DART  - Popin   |Administrator |2009-03-10 05:34:11
I'm sure you would be able to do it, but you'll need a lot of tweaking to the
actual code.
Anonymous   |77.222.129.xxx |2009-03-10 07:37:54
unsubscribe
marvel  - Nice   |93.86.209.xxx |2009-03-26 16:04:36
Very good extension txh a lot!
richhirich  - popup not working     |121.241.235.xxx |2009-05-15 10:53:24
I have tried to put the said code in index.php but it went blank. so tell me is
there ne specific place to put this
DART   |Administrator |2009-05-15 12:24:48
You don't need to put it in the index.php, you should put { popin } in the
articles where you want the popin to appear.
sitaram  - about popin   |125.62.210.xxx |2009-05-25 09:29:37
how to disable the back form or page while the popin appear
Screemer  - Ilifo's Kennel     |62.209.161.xxx |2009-06-03 11:49:11
I love this popin "toy"
Worked for me right out of the box.

Only issue
I have now is that I want my publishers to be able to update the content in the
popup.

Problem with that is they have no access to the actual back-end.

Would
it be possible to add a button to chose a article from inside joomla making only
the chosen page show in the popup?

I tried using a iframe but I cannot make the
iframe show only the wanted page, it shows the entire site.

Not sure I get this
trough but what I generaly want is to allow my publishers to edit a article,
then show that article inside the popup.

Once more, I totally love this plugin
somebidder1  - can't get it to work   |69.47.196.xxx |2009-06-11 19:02:53
I am using a Rocket Theme, Joomla 1.5, and I put the php code into index.php of
my template, and { popin } into the article.

Site displays at the top
left of the site, rendered in text, but no actual popin window?

Happens in both
IE and FF on a PC.

thanks for any help!
Looks like a great plugin
pecanhouse  - Module location   |75.23.33.xxx |2009-06-29 16:12:12
install sourcer http://extensions.joomla.org/extensions/edition...

you can make a module that displays on any page wou want.

Code:
< ? php 

$miscinfo = & JTable::getInstance('content');

$miscinfo->text = '{ popin }'; // PLEASE REMOVE SPACES in between brackets

$dispatcher =& JDispatcher::getInstance();
$params = & new JParameter('');

JPluginHelper::importPlugin('content');

$results = $dispatcher->trigger('onPrepareContent', array (& $miscinfo, & $params, 0));
echo $miscinfo->text;
? >
{ /source }


this was placed in a html blank module, now anywhere i want this to show
up I put it in a user box and hey presto. GREAT PLUGIN!!!! { source }
>
daino78  - Problem to show Papin     |151.60.203.xxx |2009-09-22 15:43:33
Hi,
I don't know to solve the problem.

- I trigger the plugin, and I write the
html code

- I insert in a content

but, when I open the content from my
site, joomlapopin don't start.

Why? What's my error?

Thanks, daino78
DART   |Administrator |2009-09-22 17:34:12
Are you sure the plugin is enabled? Also make sure that your Editor is not
interfering with the popin trigger code...
STr1KeR  - Awesome plugin!!   |201.83.101.xxx |2009-10-30 14:35:21
Hi, thanks for the great plugin!
It helped me a lot!!

But i have
just one question, how i change the Title area color???

As in your screenshots
that area is grey, and mine are red.

Thanks in advance!
Only registered users can write comments!

3.26 Copyright (C) 2008 Compojoom.com / Copyright (C) 2007 Alain Georgette / Copyright (C) 2006 Frantisek Hliva. All rights reserved."

Last Updated ( Wednesday, 23 September 2009 )
 

Sponsors

Login Form






Lost Password?
No account yet? Register

Buy us a beer!

If we've helped you, consider buying a beer €3. It will inspire us to keep on giving! Cheers!


Generated in 0.22415 Seconds