<h2>Introduction</h2> <div style="margin:0;padding-left:10px"> <p>The <b>tags</b> are keywords the users can attach to a subject. These tags are used to group subjects or to generate statistics on a specific subset of subjects. The tags a user can attach is free. Nevertheless, if a list of tags is defined, the system will present these <b>proposed tags</b> in a drop-down list.</p> <p>The list of these proposed tags can be defined by the Administrator, by forum (and by language). The lists are simple <b>csv</b> files stored in the /upload/ directory.</p> </div> <h2>CSV file</h2> <div style="margin:0;padding-left:10px"> <p>The list of tags is a simple text file with comma separated values (where ; is the separator).<br/> The file contains per row: one tag and, optionally, a short description.</p> </div> <div style="margin:0;padding-left:10px"> <p>Example:</p> <p style="color:#139613"> Airside;Incident located airside<br/> Landside;Incident located landside<br/> Seaside;Incident located seaside </p> <p class="small">Note: If you use accent characters, be sure that your file is coded in utf-8.</p> </div> <h2>To create a list of tags common to all forums</h2> <div style="margin:0;padding-left:10px"> <p> 1 - Create a .csv file named <b>tags_en.csv</b><br/> 2 - Upload your file using the administration interface (or using a ftp software) </p> <p class="small">Note: "en" means english, you can create tags in other language: "tags_fr.csv", "tags_nl.csv", ...</p> </div> <h2>To create a list of tags specific to a forum</h2> <div style="margin:0;padding-left:10px"> <p> 1 - Create a .csv file named <b>tags_en_0.csv</b> where "0" is the id of the section.<br/> 2 - Upload your file using the administration interface (or using a ftp software) </p> <p class="small">Note: "en" means english, you can create tags in other language: "tags_fr_0.csv", "tags_nl_0.csv", ...</p> </div>