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}
Be a SponsorIf you find this plugin useful, Secure Payments by PayPal. 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.0 (from 6 users) Note: You have to be a registered member to leave a comment. Free registration here. |
|||
| < Prev | Next > |
|---|
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?
Joomla Plugins
Joomla Components
Joomla Gadgets
- Google Image Search
- Google News Search
- Wikipedia Search
- Google Book Search
- Google Video Search
- Google Currency Converter - AJAX version
- Yahoo Currency Converter - AJAX version
- Yahoo Stock Quote (AJAX module version)
- Yahoo Stock Quote (AJAX component/ module version)
- googleSearch_cse component
- googleSearch_cse module
- googleMaps plugin








3.0 (from 6 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
February 23, 2009 3:08pm
Is it possible that you could make this plugin to work with components? I need to be able to place a message within the categories section of virutemart, and this plugin works well within content.
December 21, 2009 6:42pm
I like this popup because it does not have a transparent background, which is an issue with the AJAX Fade In Popup. However, the Sticky PopUp fails to properly load and display with each first connection to my website. The page will display the Message within the body of the page with the tags on each end of the message. Only when on the website and selecting a refresh or other content link, the Sticky PopUp finally loads and displays itself in the middle of the viewing screen correctly. Also, the text in the Sticky Popup truncates. I cannot keep sentences nor paragraphs properly formatted. Had to resort to using a hyper link to extract simple document with the formatted text.