Project

General

Profile

bug #8936

Updated by Andreas Kohlbecker over 2 years ago

Currently the default is 

 * Level 0-Label suffix: ":" 
 * Level 1-Item group prefix: "," 

 This result in Text like  

 "Southern **America:,Brazil** (Brazil Northeast); Caribbean (Cuba)  

 which is not correct.  
 Better is to use  
 
  * no (or empty) Level 1-Item group prefix and  
  * Level 0-Label suffix: ": "      (with space after colon) 

 This results in  

 Southern America: Brazil (Brazil Northeast); Caribbean (Cuba) 

 which looks much better and it is the configuration that I always adjust when configuring a new portal. 

 **UPDATE:** 

 The solution to this problem is to introduce an additional parameter. Using the "label_suffix" is incorrect for this purpose. 

 The following portals are using the "label_suffix" with a values starting with an ":": 

 ~~~ 
 http://portal.cybertaxonomy.org/diptera/ ': 
 http://portal.cybertaxonomy.org/flora-malesiana-prospective/ ':' 
 http://portal.cybertaxonomy.org/flora-cuba/ ':' 
 http://portal.cybertaxonomy.org/flora-de-la-republica-de-cuba/ ':' 
 http://portal.cybertaxonomy.org/rubiaceae-mexico/ ':' 
 http://portal.cybertaxonomy.org/algaterra/ ':' 
 http://portal.cybertaxonomy.org/algaterra-new/ ':' 
 http://portal.cybertaxonomy.org/euromed/ ':' 
 http://portal.cybertaxonomy.org/roteliste_animalia/ ':' 
 http://portal.cybertaxonomy.org/roteliste_plantae/ ':' 
 http://portal.cybertaxonomy.org/flora-uzbekistan/ ': 
 http://portal.cybertaxonomy.org/lichenes-genera/ ': 
 http://portal.cybertaxonomy.org/lichenes-cuba/ ': 
 http://cichorieae.e-taxonomy.net/portal/ ':' 
 http://campanula.e-taxonomy.net/ ':' 
 http://phycobank.org/ ':' 
 http://europlusmed.org/ ':' 
 http://caryophyllales.org/caryophyllales_spp/ ':' 
 ~~~ 


Back