Loading...
 
Features / Usability

Features / Usability


Re: Changing Object descriptions?

posts: 3665 United States

Very easy to do in the template (TPL) file. Simply edit the tiki-browse_categories.tpl file as follows:

Find this line (aprox line 105):

Copy to clipboard
{tr}{$objects[ix].type|replace:"wiki page":"Wiki"|replace:"article":"Article"|regex_replace:"/tracker [0-9]*/":"tracker item"}{/tr}


And simply change it to:

Copy to clipboard
{tr}{$objects[ix].type|replace:"wiki page":"Wiki"|replace:"article":"Article"|regex_replace:"/tracker [0-9]*/":"tracker item"|replace:"sheet":"League Table"}{/tr}


HTH,

-Rick
Need more help? Try TikiWiki for Dummies Smarties — A beginner's guide to using ))TikiWiki((.

There are no comments at this time.