-
- @T("Forum.Posted"): - @Model.PostCreatedOnStr +
+ + @T("Forum.Posted"): + @Model.PostCreatedOnStr + + + · + + @Model.VoteCount.ToString("N0") +
@@ -98,7 +103,7 @@ @Html.Hidden("Id", Model.Id)
- @if (Model.SignaturesEnabled & !String.IsNullOrEmpty(Model.FormattedSignature)) + @if (Model.SignaturesEnabled && Model.FormattedSignature.HasValue()) {
@Html.Raw(Model.FormattedSignature) @@ -112,10 +117,21 @@ @T("Forum.Top") - + + @if (Model.AllowVoting) + { + + + }
diff --git a/src/Presentation/SmartStore.Web/Views/Boards/Search.cshtml b/src/Presentation/SmartStore.Web/Views/Boards/Search.cshtml index b01c7edc85..6425113e07 100644 --- a/src/Presentation/SmartStore.Web/Views/Boards/Search.cshtml +++ b/src/Presentation/SmartStore.Web/Views/Boards/Search.cshtml @@ -36,7 +36,7 @@