Guilain Cabannes (inactive)

silhouette.gif
Organisation
Profession Project director
Email
Location
Country France
Edit data | Change picture | Set active

My prefs

  • Set LANGUAGE = fr
    • i'm french !
  • Set SKIN = natedit, pattern
    • natedit for ever !
  • Set NOWYSIWYG = 1
    • not really needed with natedit, but if this last one fails, I will still write wiki text

My tips

Have message (broadcasted or not) who can be closed

  • in SitePreferences, you can set up the BROADCAST variable for printing a message on every topic.
  • It's very usefull to announce, news, maintenance, or something important for all your team (don't forget that my main use of foswiki is in project management)
  • for doing that, I use the twisty macro in an special way.
  • this is my code:
  
%TWISTY{ 
    id="%TOPIC%YYYYMMDDhhmm"
    showlink="Open the message"
    firststart="show"
    hidelink="Close"  
    remember="on" 
    showimgright="%ICONURLPATH{choice-yes}%"
    hideimgright="%ICONURLPATH{choice-no}%"
}% 
Your important message
%ENDTWISTY% 
Your important message
  • change YYYYMMDDhhmm in the id attribute to the publish date and hour (with min) the main id is to make an unique id for enable the remember function.
  • feel free to customize, the hide and show icon (e.g. without any show image) and title like in the showlink attribute (e.g. "You've got an important message", or "Announcement".
  • Note that could be used to be conform to the requirement to publish cookies policy (as we can have in Europe).

Compare if a Topic is newer than an other one (i.e. compare topic date)

Generate simple line by line table with the help of Foswiki:Extensions.CommentPlugin

My Foswiki.org activities

 
%STARTSECTION{"MyActivities"}% 
%IF{ 
   "$WIKINAME!='WikiGuest'" 
   then="My last activities: %BR%
$percntSEARCH{\"GuilainCabannes\" excludetopic=\"GuilainCabannes, WebStatistics, WebNotify, WikiUsers\" web=\"all\" groupby=\"none\"  reverse=\"on\"
 order=\"modified\"
nonoise=\"on\" format=\"   * [[$web.$topic]] - $wikiname - $date - $formfield(Summary) \" }$percnt
" 
else="My 10 last activites on foswiki.org, please log on for see all my activities:
$percntSEARCH{\"GuilainCabannes\" excludetopic=\"GuilainCabannes, WebStatistics, WebNotify, WikiUsers\" web=\"all\" groupby=\"none\"  reverse=\"on\"
 order=\"modified\"
nonoise=\"on\" format=\"   * [[$web.$topic]] - $wikiname - $date - $formfield(Summary)\" limit=\"10\" }$percnt
"
}% 
%ENDSECTION{"MyActivities"}% 
Version de la page : r8 - 17 Nov 2015, GuilainCabannes - Cette page a été mise en cache le 19 Mar 2024 - 11:11.

The copyright of the content on this website is held by the contributing authors, except where stated elsewhere. See Copyright Statement. Creative Commons License    Legal Imprint    Privacy Policy