Quote:
Originally Posted by ownedbycats
Unfortunately, short of editing the read: tag entries I'm not sure if it's possible to do it while building the list.
|
It is certainly possible, but without knowing the processing sequence(s) and seeing all the processing I can't know what would be the most efficient. And it might not matter if these are action chains templates you run on-demand.
Quote:
Additionally: is using list_re to replace 'read:' with a space the proper method?
|
In this template, probably. If 'read:' can appear only has the beginning of a date tag then
Code:
old_dates= re($#admintags, ',', 'read:', ' ');
works and would be faster.