You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Originally posted by federatedeagle March 22, 2024
For the Filename Template, in order to get the blog title blog there are 2 options
%b - Blog name
%o -Blog name of reblog origin
I want to get the original blog name always, so use reblog origin name if it is a reblog , and if its an original post I would want the regular blog name. Some thing like
IF
Reblog = 1 then %o
ELSE %b
Including both %b and %o in the template right now results in reblogs having both the reblogger and the original blog name in the title.
Is something like this possible right now?
Thanks!
The text was updated successfully, but these errors were encountered:
Discussed in #516
Originally posted by federatedeagle March 22, 2024
For the Filename Template, in order to get the blog title blog there are 2 options
%b - Blog name
%o -Blog name of reblog origin
I want to get the original blog name always, so use reblog origin name if it is a reblog , and if its an original post I would want the regular blog name. Some thing like
IF
Reblog = 1 then %o
ELSE %b
Including both %b and %o in the template right now results in reblogs having both the reblogger and the original blog name in the title.
Is something like this possible right now?
Thanks!
The text was updated successfully, but these errors were encountered: