Hi Saurabh,
afaik you can achieve it only by coding it yourself. But the good news is: it shouldn't be that hard ;).
Create a jsp hook to override a jsp from "
html \ portlet \ journal \" (my guess would be edit_article.jsp). Use
JournalTemplateLocalServiceUtil methods to retrieve the template you want to select (maybe by using the template name and the template groupid or 0 for a global template). Now you can use the journal template object to retrieve the linked journal structure id. Set these two values (template id, structure id) programatically ONLY if the request doesn't contain them already (otherwise you would not be able to switch to another template anymore

).
HTH Oli
Por favor, faça login para denunciar.