Loading...
 
Features / Usability

Features / Usability


Re: RSS modules of Trackers show "Tracker item: #120" before the Heading of the tracker. How to get rid of that?

posts: 3665 United States

> RSS modules of Trackers show "Tracker item: #120" before the Heading of the tracker. How to get rid of that?
>
> See http://www.gilb.com/community/tiki-index.php?page=Community
>
> Both the Scales db and the Glossary db are RSS modules from Trackers.
>
> I would like it to say "Tolerable Limit" not "Tracker item: #228 - Tolerable Limit"
>
> Thanks Kai

This is built in tiki-tracker_rss.php. Look for the following code (near line 59):

Copy to clipboard
$data[$titleId] = tra('Tracker item:').' #'.$data["$urlparam"];


And change it to:

Copy to clipboard
$data[$titleId] = $data["$urlparam"];


HTH,

-Rick
Now Available: TikiWiki for Dummies Smarties — A beginner's guide to using ))TikiWiki((.

There are no comments at this time.