Loading...
 
Skip to main content

Features / Usability


Wow, thanks that really helped

posts: 82 Norway

I did as you explained, and nothing happened.😕

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!!😀

There are no comments at this time.