Some new stuff coming in the next release

MediaWizards Snitz™ Forums
https://www.reddick.co.uk/mvc/Topic/Posts/6067?pagenum=1
Oct 14, 2025 00:14

Topic


HuwR
Some new stuff coming in the next release
Apr 02, 2020 10:00


As well as the new layout change and the 'My Feed' view of subscribed forums, there are a few other changes coming in the next release.
I have added topic sorting to the forum views


Restrictions can be set at forum level for both Topics and Replies, they can be set to Anyone, administrator & Forum Moderators or Just Administrators


Revamped search page with add functionality

  • Filter by Category
  • Member filter changed to allow wild cards
  • Search term filter changed to allow must include/exclude filters (not enabled for fulltext search)
  • Result Sorting added

Note:
Some of these new additions are only available when using the new layout.

 

Replies ...


HuwR
4/2/2020 3:24:54 PM..ToLocalTime().ToForumDisplay()


Added lazy loading of ALL images in photo album plugin.
HuwR
4/3/2020 10:08:01 AM..ToLocalTime().ToForumDisplay()


Basically as below, the grayed out part shows the non viewable part of the page, the images I have blanked out will not get downloaded when you open the topic, they will only download when scrolled into view.
HuwR
4/3/2020 8:58:28 PM..ToLocalTime().ToForumDisplay()


Added an seo friendly slug to topic/forum urls

/Topic/test-topic-6026?pagenum=1&archived=0

/Forum/announcements-12?pagenum=1

SSEO slugs removed, caused routing problems
HuwR
4/5/2020 1:33:43 PM..ToLocalTime().ToForumDisplay()


New search layout and extra filters
Results now displayed in view below search form (search form can be collapsed)

Added shortcut for specific Forum search /Search/FORUMID/?phrase=what to look for
HuwR
4/5/2020 1:56:56 PM..ToLocalTime().ToForumDisplay()


New view, Blog type layout view of your Subscribed Forums
https://www.reddick.co.uk/mvc/Topic/Posts/6000?pagenum=1&archived=0
HuwR
4/5/2020 3:28:21 PM..ToLocalTime().ToForumDisplay()


More easily configurable right hand column options in page templates The right hand column is added in the page templates like below
Code:

@section sidebox{
@Html.Partial("_RightColumn", new ViewDataDictionary(this.ViewData) { { "show", new List<string>() { "recent", "calendar", "catlist" } } })
}
This bit { "show", new List<string>() { "recent", "calendar", "catlist" } } configures which side-box plugins get displayed and in what order. The following options can currently be selected.
  • poll - featured Poll
  • recent - latest posts
  • catlist - Category/Forum list
  • photo - Featured image
  • widget - widget
  • calendar - Upcoming events
  • online - Online users
  • files - File downloads
  • posters - Top 10 post graphs
Member post stats side box graphs added
HuwR
4/10/2020 11:28:21 AM..ToLocalTime().ToForumDisplay()


One of the things I have been working towards was a way of embedding the forum into a pre-existing website. The forum is in an iframe, and is passed a special query string parameter that forces it to use a special template when embedded.
HuwR
8/8/2020 6:52:50 PM..ToLocalTime().ToForumDisplay()


New Email engine and templating system rewrite (because of the email engine change). Forum email now supports sending using both ExplicitSSL (SSLTLS) on port 587 and Full SSL ImplicitSSL on port 465 as well as the non encrypted port 25.
HuwR
8/8/2020 6:53:47 PM..ToLocalTime().ToForumDisplay()


Codebase now compiles on both Windows and Linux and can be hosted on a Linux server using Mono
© 2016-2025 Snitz™ Forums MVC