Syndicated Tmpl

TumblingJazz Tumblr bot discussion
Post Reply
vicferno
Posts: 18
Joined: Sun Jun 24, 2018 1:04 pm

Syndicated Tmpl

Post 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
User avatar
martin@rootjazz
Site Admin
Posts: 34369
Joined: Fri Jan 25, 2013 10:06 pm
Location: The Funk
Contact:

Re: Syndicated Tmpl

Post by martin@rootjazz »

Let me check on what is going on. Been a long time since looked at this feature, let me refresh myself
User avatar
martin@rootjazz
Site Admin
Posts: 34369
Joined: Fri Jan 25, 2013 10:06 pm
Location: The Funk
Contact:

Re: Syndicated Tmpl

Post 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?
vicferno
Posts: 18
Joined: Sun Jun 24, 2018 1:04 pm

Re: Syndicated Tmpl

Post by vicferno »

yes, it's loading the new Tmpl, but posts the old one
User avatar
martin@rootjazz
Site Admin
Posts: 34369
Joined: Fri Jan 25, 2013 10:06 pm
Location: The Funk
Contact:

Re: Syndicated Tmpl

Post 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.
Post Reply