History: PluginCopyright
Source of version: 16 (current)
Copy to clipboard
! Plugin Copyright This ((wiki plugin)) inserts a copyright notice based on the copyright property for the page. !! Parameters {pluginmanager plugin="copyright"} !!Requirements Before the plugin can work, you'll need to: # Go to ''Control Panels > Features > Experimental (tab)'' and check ''Copyright'' to turn on the copyright feature # Go to ''Control Panels > Copyright'' and check ''Wiki'' or whichever feature you want to display the copyright for # For the page you want to display the copyright for, click on ''Edit'' to edit the page and then complete the copyright information (title, year, authors) - this is under the ''Properties'' tab starting with version 4. See ((Copyright)) for more information. Once above is done, entering -+~title~+-, -+~year~+-, or -+~authors+- in the body of the plugin will cause those copyright elements for the page to display. For example, -+~title~+- will correspond to the title you entered in the 3rd step above, etc. !! Example Let's assume that you've entered the following copyright information for a page: ''Title:'' Tikiwiki Documentation ''Year:'' 2010 ''Authors:'' Tikiwiki community ''Then using this code on that page:'' {CODE(colors="tiki")} {COPYRIGHT()}~title~ is copyrighted ~year~ by the ~authors~{COPYRIGHT} {CODE} ''Would produce:'' {img attId=44} {REMARKSBOX(type=note, title=Note)}''The second line allowing the user to edit copyright information will only show if the user has permission to edit copyrights (tiki_p_edit_rights is set to y).''{REMARKSBOX} !! Related pages * ((Copyright|Copyright Admin page and configuration)) * ((Using Copyright Management))