Loading...
 
Skip to main content

History: Tiki a la Mette

Source of version: 1

Copy to clipboard
            amette's version of a base Tiki install to launch a Wiki CMS project.

!!Preferences
{CODE(caption=>YAML,wrap=>0)}
preferences:
 feature_search: y
 feature_use_fgal_for_wiki_attachments: y
 feature_userPreferences: y
 fgal_default_view: 
 fgal_elfinder_feature: y
 fgal_quota_default: 0
 fgal_search_in_content: y
 file_galleries_use_jquery_upload: y
 header_custom_css: |
  div.sitelogo {
  width: 50px;
  }
  
  .sitetitle {
  font-size: 26px;
      margin-top: 40px;
      margin-left: -5px;
  }
  
  div.topbar {
  margin-bottom: 3px;
  }
  
  h1.pagetitle {
  margin-top: -5px;
  }
  
  .box-poweredby {
  margin-top: 12px;
  }
 site_layout: header_middle_footer_containers
 sitelogo_src: tiki-download_file.php?fileId=1&display
 unified_lucene_default_operator: 1
{CODE}

!!Modules
{CODE(caption=>YAML,wrap=>0)}
objects: 
 - 
  type: module
  data: 
   name: search
   params: 
   groups: 
    - Registered
   order: 2
   position: left
{CODE}
        

History

Information Version
Wed 03 of Feb, 2021 09:53 GMT-0000 amette syntax 5
Thu 26 of Mar, 2020 14:26 GMT-0000 amette removed weird characters 4
Mon 29 of Feb, 2016 07:54 GMT-0000 amette Disabled SefURL 3
Mon 29 of Feb, 2016 07:52 GMT-0000 amette Merged in JonnyBs Luxury Tiki Setup 2
Mon 29 of Feb, 2016 07:22 GMT-0000 amette Activate search, fgal_for_wiki_attachments, userPrefs, elFinder, jQuery upload and custom CSS 1