November Happy Hour will be moved to Thursday December 5th.
AI OnAI Off
November Happy Hour will be moved to Thursday December 5th.
Hi,
The advanced reviews add-on can be configured using a IConfigurableModule like this:
[InitializableModule]
[ModuleDependency(typeof(FrameworkInitialization))]
public class ReviewEmailInitialisation : IConfigurableModule
{
public void ConfigureContainer(ServiceConfigurationContext context)
{
context.Services.Configure<ExternalReviewOptions>(options =>
{
options.EmailEdit = "Hi,\n\nHere's your edit link:\n[#link#]";
options.EmailView = "Hi,\n\nHere's your review link:\n[#link#]";
});
}
public void Initialize(InitializationEngine context)
{
}
public void Uninitialize(InitializationEngine context)
{
}
}
You can find documentation here:
https://github.com/advanced-cms/advanced-reviews
Hi,
When I create Edit URL for an External reviewer, the [#link#] in the mail asks for Edit mode login for External reviewer and eventually fails to login.
I have created a user Reviewer1 and added it to ExternalReviewers group.
Is there any configuration that is required for this ?
Any answer would be appreciated.
Thanks
Hi,
We are implementing Advance External review Add on. We are using Episerver 11.14.1 version hosted on DXC.
We want to edit the email template set for review:
Could you please help me where can I find this template. I tried to search in "Resources" folder in project and in Admin mode. Have not found anywhere.
Thanks,
Sanket