Loading...
 
Features / Usability

Features / Usability


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

posts: 82 Norway

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

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((.


posts: 82 Norway

I did as you explained, and nothing happened.confused

Then I poked around, and found that I had to go to:
Admin RSS modules
and press "refresh" link for each Rss channel.

warning to anyone attempting this after me: I do not know what I am doing!

then I got:
"228 - Tolerable Limit" instead of "Tracker item: #228 - Tolerable Limit"

great, then I deleted some more text

$data$titleId = $data%22$urlparam%22;
to
$data$titleId = $data%22%22;

and I got:
"- Tolerable Limit" instead of "228 - Tolerable Limit"

then I wanted to get rid of the dash , and found it here
$aux_subject = " - ".$data2%22value%22; so I deleted some more text $aux_subject = "".$data2%22value%22;

and I now have what I wanted, just the name of the tracker.

Thanks a lot ricks99, my Web site has suffered this ugliness for a long time, and I was not able to fix it. Great!!biggrin


Upcoming Events

1)  18 Apr 2024 14:00 GMT-0000
Tiki Roundtable Meeting
2)  16 May 2024 14:00 GMT-0000
Tiki Roundtable Meeting
3)  20 Jun 2024 14:00 GMT-0000
Tiki Roundtable Meeting
4)  18 Jul 2024 14:00 GMT-0000
Tiki Roundtable Meeting
5)  15 Aug 2024 14:00 GMT-0000
Tiki Roundtable Meeting
6)  19 Sep 2024 14:00 GMT-0000
Tiki Roundtable Meeting
7) 
Tiki birthday
8)  17 Oct 2024 14:00 GMT-0000
Tiki Roundtable Meeting
9)  21 Nov 2024 14:00 GMT-0000
Tiki Roundtable Meeting
10)  19 Dec 2024 14:00 GMT-0000
Tiki Roundtable Meeting