Describe the bug
Category Image now showing correctly
To Reproduce
Steps to reproduce the behavior:
- Select any category image.
- Go to listing
- See error
Expected behavior
Category image showing working correctly
System (please complete the following information):
Additional context
YAF.Web.HtmlHelpers.CategoryListHelpers:94
I'm not sure correctly but when I select category image its will be selected directly path like this: /images/categories/image.gif
But on the listing page image path changed again line this:
$"/{BoardContext.Current.Get().Forums}/{item.ImageURL}");
output: /images/forums//images/categories/image.gif
As I check on my side code should be like below:
forumImage.MergeAttribute("src", item.ImageURL);
Describe the bug
Category Image now showing correctly
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Category image showing working correctly
System (please complete the following information):
Additional context
YAF.Web.HtmlHelpers.CategoryListHelpers:94
I'm not sure correctly but when I select category image its will be selected directly path like this: /images/categories/image.gif
But on the listing page image path changed again line this:
$"/{BoardContext.Current.Get().Forums}/{item.ImageURL}");
output: /images/forums//images/categories/image.gif
As I check on my side code should be like below:
forumImage.MergeAttribute("src", item.ImageURL);