History: Module last_modif_pages
Source of version: 9
Copy to clipboard
^This page ((needs review))^ ! Module last_modif_pages This module displays the most recently edited ((wiki|wiki pages)), in reverse chronological order, and provides a link to each page. !! Usage You will see it listed at "Admin > Modules > Assign new module > Module Name (drop down)" (__tiki-admin_modules.php__). You can assign a this ((Module)) to a lateral column (See ((Module Admin)) page if needed), or you can include it within a wiki page, using the ((PluginModule)). {CODE()} {MODULE(module=>last_modif_pages) /} {CODE} See ((PluginModule)) for additional parameters that can be used. The assigned module looks like this: {MODULE(module=>last_modif_pages, max=5) /} -=Parameters=- ||url|url|ex: tiki-listpages.php?sort_mode=lastModif_asc, default: tiki-lastchanges.php|tw>=1.10 maxlen|integer|nb of characters of the pagename displayed, default: no truncation| nonums|y or n|numbered list , default n| absurl|y or n|use bas_url in the url, default n| minor|y or n|Include "minor" changes in the listing. Default is __y__.| || {include page="Module and Plugin Includes" start="startinclude1" stop="stopinclude1"}