Flash messages application

Version 11.1 by Andreea Popescu on 2014/08/27 09:23

cogAllow you to create Flash messages aiming at one or multiple local groups
TypeXAR
Category
Developed by

Djebloun Sidali, Guillaume Delhumeau

Rating
11 Votes
LicenseGNU Lesser General Public License 2.1

Installable with the Extension Manager

Description

This extension allow you to create programmed Flash messages aiming at one or multiple local groups which are displayed in a pop-up when a concern user change of page. The three most recent flash messages which are activated will also be included in the header.

Admin page for creating messages :

flash-admin.png

Display messages : 

flash-msg.png

Prerequisites & Installation Instructions

We recommend using the Extension Manager to install this extension (Make sure that the text "Installable with the Extension Manager" is displayed at the top right location on this page to know if this extension can be installed with the Extension Manager). Note that installing Extensions when being offline is currently not supported and you'd need to use some complex manual method.

You can also use the following manual method, which is useful if this extension cannot be installed with the Extension Manager or if you're using an old version of XWiki that doesn't have the Extension Manager:

  1. Log in the wiki with a user having Administration rights
  2. Go to the Administration page and select the Import category
  3. Follow the on-screen instructions to upload the downloaded XAR
  4. Click on the uploaded XAR and follow the instructions
  5. You'll also need to install all dependent Extensions that are not already installed in your wiki

  5. Go in the filesystem and download "\webapps\xwiki\templates\global.vm"
  6. Add the following code to the downloaded file :

  ....
 </div> ## companylogo
 </div> ## company
  ##=============================================
  ## Flash info extention
  ##=============================================
  #if($xcontext.action=='view')
    $xwiki.ssx.use('Flash.DisplayFlashMessages')
   <div id="flashMessages">
    #includeTopic('Flash.DisplayFlashMessages')
   </div>
  #end
  ##=============================================
  ## End Flash info extention
  ##=============================================
 <div id="globallinks">
  ....

  7. Attached the global.vm to the skin page

Get Connected