Skip to content

ContaoDMS - Customization: helping files and instructions for customizing the Contao DMS.

Notifications You must be signed in to change notification settings

ContaoDMS/customization

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ContaoDMS - Customization

Some helping files and instructions for customizing the [Contao DMS].

In case there are issues, please use the tracker.

Files

CSS

  • See css/dms.css as an example to style your dms frontend.

Templates

See templates for different customized templates.

  • Last documents

    Use templates/last_documents/mod_dms_listing_last_documents in combination with the listing module to list the last documents. The access right will be checked, so only accessible documents will appear in the list. Change the variable $maxDocuments at the top of the template, if more or less then 10 documents should be shown.

    !!! Attention: The module with this template could not be used within the same page, where the normal listing module (with category structure) ist placed !!!

  • Last documents extended

    Use templates/last_documents/mod_dms_listing_last_documents_extended in combination with the listing module to list the last documents with extended information. The extended version displays some more information, has additional variables and shows an icon at each document which is new since the last login auf the actual user. The access right will be checked, so only accessible documents will appear in the list. Change the variable $maxDocuments at the top of the template, if more or less then 10 documents should be shown (set to zero for an unlimited list of documents). Change the variable $maxDocNameLength at the top of the template, if the document name should be cutted (set to zero for the complete name).

    !!! Attention: The module with this template could not be used within the same page, where the normal listing module (with category structure) ist placed !!!

About

ContaoDMS - Customization: helping files and instructions for customizing the Contao DMS.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages