Page 1 of 1

Syndicated Tmpl

Posted: Fri May 14, 2021 11:21 am
by vicferno
Hello,
when i change the syndicated tmpl for post images via rss, it doesn't take effect and post always the default one.
syndicated tpml i change to:

Code: Select all

<div>
<a href="#CLICK_THRU#">
<img src="#IMG_URL#" alt="#TITLE#" title="#TITLE#">
</a>
</div>
<div>#DESC# #SOURCE_URL#</div>
but it doesn't changes anything and posts always the default this one:

Code: Select all

<div>
<a href="#CLICK_THRU#">
<img src="#IMG_URL#" alt="#TITLE#" title="#TITLE#">
</a>
</div>
<div>#DESC#<br>
Source: #SOURCE_URL#</div>
so I just want to have deleted the word Source: from Tmpl.
if i could change the default syndicated tmpl would be also fine, but there is nowhere such a file.
Can you help me please?
Thanks

Re: Syndicated Tmpl

Posted: Fri May 14, 2021 1:43 pm
by martin@rootjazz
Let me check on what is going on. Been a long time since looked at this feature, let me refresh myself

Re: Syndicated Tmpl

Posted: Fri May 14, 2021 3:09 pm
by martin@rootjazz
When you change the tmpl for an account, when you restart the program, does the new or old tmpl load back in?

Re: Syndicated Tmpl

Posted: Fri May 14, 2021 7:29 pm
by vicferno
yes, it's loading the new Tmpl, but posts the old one

Re: Syndicated Tmpl

Posted: Sat May 15, 2021 2:48 pm
by martin@rootjazz
Working correct here, I'll add some debugging to try and figure out why the tmpl is not loading correctly for the account when it's saved to the account.