Joomla 1.0 Articles
- How to create a module with DirectPHP plugin?
- How to include modules in Content item?
- How to include modules in Section/Content Description
- How to include PHP commands in Section/Content Description
- How to make plugins process Section/Category descriptions
- Include Code Listing plugin - More Tips and Techniques
- How to have DirectPHP plugin process RSS feed?
- How to have the plugins processed when genrating PDF documents of content items?
- How to have DirectPHP commands processed in Joomla search?
Joomla 1.5 Articles
- How to create a module with DirectPHP plugin?
- How to include modules in Content item?
- How to include modules in Section/Content Description
- How to include PHP commands in Section/Content Description
- How to make plugins process Section/Category descriptions
- Include Code Listing plugin - More Tips and Techniques
- How to have DirectPHP plugin process RSS feed?
- How to have the plugins processed when genrating PDF documents of content items?
- How to have DirectPHP commands processed in Joomla search?
|
StickyNote plugin |
| Written by kksou | |||
| Tuesday, 04 November 2008 | |||
|
The Sticky Note plugin allows you to display a pop-up sticky note from within your content item or article.
This is a demo of the Sticky Note plugin.
There are 2 modes of display:
You can use it to display a promotional text or broadcast important messages to your users. The original DHTML script was written by dynamicdrive.com. What I've done is to wrap the original code into a Joomla plugin/mambot so that you can easily display a sticky note in any of your content item. DemoYou should see a sticky note displayed when you first load this page. The sticky note automatically disappears in 5 seconds. If you missed the sticky note, you can view it again by reloading this page. Latest Versionv1.0.2 (for Joomla 1.0) and v1.5.1 (for Joomla 1.5)
Unique Features
How to use the "Sticky Note" pluginImportant: If you're using Joomla 1.5.8, please refer to the article:
{StickyNote}
... msg ...
{/StickyNote}
Note that you can use any standard HTML tags in the msg, e.g. <h3>, <img>, <ul>, <ol>, <br>, <p>etc. You can also overwrite the global setting of the display mode in your content item. To set the display mode as "always" for the current content item (regardless of the setting in the Parameters page), use the following:
{StickyNote displaymode:always}
... msg ...
{/StickyNote}
To set the display mode as "oncepersession" for the current content item (regardless of the setting in the Parameters page), use the following:
{StickyNote displaymode:oncepersession}
... msg ...
{/StickyNote}
You can also overwrite the global setting of the "Auto Hide Box" in your content item. To set the "Auto Hide Box" to yes for the current sticky note (regardless of the setting in the Parameters page), use the following:
{StickyNote autohidebox:yes}
... msg ...
{/StickyNote}
To set the "Auto Hide Box" to no for the current sticky note (regardless of the setting in the Parameters page), use the following:
{StickyNote autohidebox:no}
... msg ...
{/StickyNote}
You can also overwrite the global setting of this field in your content item. For example, to automatically hide the current sticky note after 10 seconds (regardless of the setting in the Parameters page), use the following:
{StickyNote autohidebox:yes autohidetime:10}
... msg ...
{/StickyNote}
You can also overwrite the global setting of the "Do not display in Home Page" in your content item. To set the "Do not display in Home Page" to yes for the current sticky note (regardless of the setting in the Parameters page), use the following:
{StickyNote homepagehide:1}
... msg ...
{/StickyNote}
To set the "Do not display in Home Page" to no for the current sticky note (regardless of the setting in the Parameters page), use the following:
{StickyNote homepagehide:0}
... msg ...
{/StickyNote}
DownloadHow to install (Joomla 1.0.x)
You are now ready to use this plugin! How to install (Joomla 1.5.x)
You are now ready to use this plugin! Display Sticky Note in moduleThis plugin is used for displaying a sticky note associated with a content item or article. If you wish to display sticky notes from within modules, I will write another module for this purpose. Version History
User reviews Average user ratings: 3.5 (from 4 users)Note: You have to be a registered member to leave a comment. Free registration here. |
|||
| < Prev | Next > |
|---|



3.5 (from 4 users)
November 15, 2008 10:43am
November 16, 2008 8:42pm
November 24, 2008 1:46am
Where can i download it?
November 24, 2008 1:54am
Hi Morgan,
It's right inside this article. Search for the heading "Download", or click on this link.
Regards,
/kksou