Changes

Jump to navigation Jump to search
no edit summary
Line 3: Line 3:  
</div></font>
 
</div></font>
   −
In Admin >> Media, click the Add Collection button and fill the fields as follows based on the above two examples
+
In Admin >> Media, click the Add Collection button and fill the fields as follows based on the following two examples
    
   a. to add a <b>Census</b> media type
 
   a. to add a <b>Census</b> media type
Line 25: Line 25:  
                       photos, documents, headstones, histories, recordings, or videos
 
                       photos, documents, headstones, histories, recordings, or videos
 
   
 
   
 +
{|
    +
[[Image:add_collection.jpg|thumb|400px|Add Collecton]]
 +
|
 +
|}
 +
 +
== Multiple Languages ==
 
In your cust_text.php, you would add the following $text variables if you are using multiple languages or want to add them as part of the topmenu.php menu entries, otherwise you can enter the value in the Display Title input field
 
In your cust_text.php, you would add the following $text variables if you are using multiple languages or want to add them as part of the topmenu.php menu entries, otherwise you can enter the value in the Display Title input field
   −
$text[census] = "Census Images";<br />
+
English/cust_text.php entries
$text[scan] = "Original Records";<br />
+
 
 +
  $text[census] = "Census Images";<br />
 +
  $text[scan] = "Original Records";<br />
 +
  $text[maps] = "Historical Maps";<br />
 
        
 
        
 +
French/cust_text.php entries
 +
 +
  $text[census] = "Images de recensement";<br />
 +
  $text[scan] = "Fichiers Originaux";<br />
 +
  $text[maps] = "Cartes Historiques";<br />
 +
 
Note that the $text[census] = "Census Images" with a capital letter in first position will not display until you do a search
 
Note that the $text[census] = "Census Images" with a capital letter in first position will not display until you do a search
  
17,952

edits

Navigation menu