|
JPopup! is a non-blocking popup plugin designed for Joomla!
Installation and Usage:
1. Download the JPopup! archive and install it through your Joomla backend Installer
2. Go in your Site Plugins page and publish the JPopup! plugin
3. Open the JPopup! Plugin to setup it's configuration options
4. Use this code to display a JPopup! popup inside a Joomla! content page
{jpopup}html code here{/jpopup}
5. If you wish to manually customize your popup from the main settings, you will need to use a code like this
{jpopup option1=value1|option2=value2|...}{/jpopup}
6. Available options are:
| Option: | Example Value: | Explication: | | jpopup_wfont | Arial,Verdana,Sans-Serif | #Window font family | | jpopup_wfontsize | 11px | #Window font size | | jpopup_width | 240 | #Window width | | jpopup_height | 200 | #Window height | | jpopup_centered | 1 | #Should decide if window should be centered | | jpopup_bgcolor | #FEF688 | #Window background color | | jpopup_padding | 8 | #Text padding | | jpopup_top | 20 | #Window position from top | | jpopup_left | 100 | #Window position from left | | jpopup_borderstyle | solid | #Window Border style | | jpopup_bwidth | 1 | #Window Border size | | jpopup_bcolor | #FFFFFF | #Window Border color | | jpopup_wdelay | 1000 | #Window load delay | | jpopup_wshadow | #666666 | #Window shadow color | | jpopup_wclose | Close | #Window Close button text | |
jpopup_weffect_start |
Appear |
#Effect to use on popup Start | |
jpopup_weffect_start_duration |
3 |
#Start effect duration in seconds
| |
jpopup_weffect_close |
Fade |
#Effect to use on popup Close | |
jpopup_weffect_close_duration |
3 |
#Close effect duration in seconds
| |
jpopup_onclick | no
| #Specify when popup will appear: onload page(no) or onclick | |
jpopup_onclick_text |
|
#The link text, if jpopup_onclick=yes | |
jpopup_onclick_text_style |
|
#Css link style |
You may download the plugin from JoomlaCode here
Plugin has been licensed under a GNU/GPL licens
Compatibility: Joomla 1.0.x and latest Joomla 1.5.x series
For questions and support please visit our forums
|