Skip to main content
SCE Documentation

About

Plugins are additional features that can be added to your SCE site to make the content on your site easier to manage. Some of the plugins SCE offers include:

To have any of these plugins installed on your website, contact the web team.
Versions of SCE plugins work for:

sce 4.0.2


slide show 1.1.0
- fix "unrecognized expression: :nth-child" error -> open Slideshow.Plugin.js and find these two lines of code:
setSlide(0);
resetInterval();
Then wrap those lines of code like this:
if (!isNaN(interval))
{
setSlide(0);
resetInterval();
}

sce 4.1.4


sce.util 4.1.0
file manager 4.1.1
list manger 4.2.0
slide show 1.1.0

sce 5.0.1


user manager doesn't work

sce 5.1.4


blog 5.0.2

  • The tag named "BlogPluginEntities" in the Web.config needs to change its source to "FHSS-SQLWEB2\WEB2"
  • Also a folder named Content needs to be added to: \Plugins\Blog\

FileManager 5.0.0.2

  • If you get the error when run in visual studio "id is not an attribute" Then go into the webconfig and remove the id.
  • Then in "/Plugins/FileManager/Views/FileManager/Index.cshtml" add@section scripts{}

ListManager 5.0.1

  • When I've added it initially it works great! however if I try and add it to a site that I've been working on for a while it didn't work.
  • Find this line "add name="ListManagerFileHandler" path="Plugins/ListManager/Lists/*" verb="*" type="System.Web.Handlers.TransferRequestHandler" preCondition="integratedMode,runtimeVersionv4.0" " in the web config and replace it with this "add name="ExtensionlessUrlHandler-Integrated-4.0" path="*." verb="*" type="System.Web.Handlers.TransferRequestHandler" preCondition="integratedMode,runtimeVersionv4.0" "
  • Deleteing list element doesn't work