-
|
Hi Alkarex and all ... my problem: I have entered a nice and long description for each feed, that is then later displayed on the front end ... and I see the description replaced automatically at each feed update .... grrrrr ... silently my work disappears ... ; So please just tell me where in the php I can block this replacement, or simply clear the description when it is parsed from the feed, or block the update -I am not using at all the remote downloaded description; just mine- . (I am not an IT guy, please be specific) Desperately, at the moment I have put a long minimum update time ... so a futur update is not an option for me; no problem for me to remodify the code at each update |
Beta Was this translation helpful? Give feedback.
Replies: 8 comments 6 replies
-
|
Is that a manually added feed or dynamic OPML? |
Beta Was this translation helpful? Give feedback.
-
|
Hi Frenzie,
The problem comes after with the next automatic updates of feeds. |
Beta Was this translation helpful? Give feedback.
-
|
As far as I can remember it is known. Maybe I can find the ticket somewhere |
Beta Was this translation helpful? Give feedback.
-
|
Clearly, this is not a bug. I understand that for most, keeping the original feed description up-to-date by its real owner is a feature. |
Beta Was this translation helpful? Give feedback.
-
|
no, it's a live site ... thus my big problem :( In fact it is very easy to reproduce: write your description in a feed that updates very frequently ... and wait for it (NOT manually purging all articles and manually forcing a re-feching; because if you do that, your original text is there and is saved again with the new feeds and you see no problem) -->In what file is the code writing the feed description to db ? (the very dirty trick would be: i can modify that again every time after adding a new feed & description) |
Beta Was this translation helpful? Give feedback.
-
|
I confirme the problem; it happened tonight again, but I narrowed down the cases: it happens only when the update is triggered by a cron or other process I am not aware. I tried it in the demo.freshrss.com it does not do it likely because no cron or too long before demo is re-initialized |
Beta Was this translation helpful? Give feedback.
-
|
Please try this patch #7269 |
Beta Was this translation helpful? Give feedback.
-
|
Thanks guys, it works super good. I waited some iterations for some feeds updates ... all fine, you nailed it. |
Beta Was this translation helpful? Give feedback.
Please try this patch #7269