Author |
Topic |
|
HuwR
Forum Admin
United Kingdom
20584 Posts |
Posted - 02 March 2018 : 19:31:02
|
Mvc Release 1.1.2
This release contains all the files required to Install a new Snitz Mvc forum or upgrade an existing classic asp version of Snitz Forums 2000 Any MODs you may have installed in your classic ASP forum will no longer work in the MVC version. However, some functionality of the mods is now built in, and there are some plugins available of the most popular classic ASP MODs
If you are upgrading an existing MVC version. [list][*]Remove the Themes folder from the Content folder before replacing any files on your webserver, this will preserve any CSS changes you have made.[/*][*]Remove the .config files in the root folder as you do not want to replace these.[/*][*]If you have modified any of the view files, you should remove those from the relevent folders before replacing your web files, you will need to merge the code in the files you have edited manually.[/*][/list]
Download links: Instructions for new installs or upgrading from Snitz classic ASP [file]https://www.reddick.co.uk/mvc/home/download?filename=Install_1_1.pdf[/file]
MVC 1.1.2.1 [file]https://www.reddick.co.uk/mvc/home/download?filename=SnitzForumsMvc_V1_1_2_1.zip[/file]
|
|
HuwR
Forum Admin
United Kingdom
20584 Posts |
|
Webbo
Average Member
United Kingdom
982 Posts |
Posted - 11 March 2018 : 20:20:59
|
Do you have a list of the available plugins Huw ? |
|
|
HuwR
Forum Admin
United Kingdom
20584 Posts |
|
Webbo
Average Member
United Kingdom
982 Posts |
Posted - 12 March 2018 : 18:26:57
|
Thanks Huw, and how difficult is it to code compared to the ASP version? |
|
|
HuwR
Forum Admin
United Kingdom
20584 Posts |
Posted - 13 March 2018 : 11:48:40
|
quote: Originally posted by Webbo [br]Thanks Huw, and how difficult is it to code compared to the ASP version?
Depends what you want to do, coding it is reasonably easy if , but in general it is not so simple as classic asp as you would need to recompile the dll's if you make any changes to the code or database that is not just a simple UI change, so requires Visual studio and a separate dev environment to make changes to before updating your website. Should you make any changes to base code files it would also mean manually upgrading from the source code.
Plugins are reasonably easy to implement, but even then you a restricted because base code is all in dll's so changes to existing database tables or functions is not so easy. |
MVC .net dev/test site | MVC .net running on Raspberry Pi |
|
|
Webbo
Average Member
United Kingdom
982 Posts |
Posted - 14 March 2018 : 21:07:37
|
Ok, thanks |
|
|
|
Topic |
|