Skip to content

Commit fdfc249

Browse files
committed
Add note to Formalicious and DigitalSignage that they're no longer supported
1 parent 60fed61 commit fdfc249

31 files changed

+195
-1043
lines changed

composer.lock

Lines changed: 0 additions & 980 deletions
This file was deleted.
Lines changed: 16 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
> **This extra is discontinued**. It was originally built by Sterc and distributed by modmore as a Premium Extra, however in 2020 Sterc decided they can no longer offer the support required. It is no longer available from modmore, but may be available elsewhere.
2+
>
3+
> Unfortunately modmore cannot provide standard support for this extra. You may request support from Sterc directly or consider [booking Premium MODX Support](https://modmore.com/premium-modx-support/) if you need help with it.
4+
15
To get started with Digital Signage, you need a license. We offer [free development licenses](https://modmore.com/free-development-licenses/) that you can use to try out Digital Signage, and also for development and staging purposes. [Paid licenses can be found here](https://modmore.com/digitalsignage/pricing/).
26

37
[TOC]
@@ -8,48 +12,48 @@ After creating an [api key](https://modmore.com/account/api-keys/) and adding it
812

913
When you install the package, a few things will be created for you:
1014

11-
- A new Context, called "Digital Signage" (`ds`) which is set to have a base url of `/ds`, meaning your digital signage will be available at `http://yourmodxsite.com/ds/`.
15+
- A new Context, called "Digital Signage" (`ds`) which is set to have a base url of `/ds`, meaning your digital signage will be available at `http://yourmodxsite.com/ds/`.
1216

13-
- A new template, called `Digital Signage (1.1.4-pl original)`, or with a different version number.
17+
- A new template, called `Digital Signage (1.1.4-pl original)`, or with a different version number.
1418

1519
- Several resources in the `ds` context including a home and export resources. You wont have to edit these manually usually.
1620

17-
- A link in the top menu called Digital Signage. This points to the dashboard, which is where you'll manage your slideshows.
21+
- A link in the top menu called Digital Signage. This points to the dashboard, which is where you'll manage your slideshows.
1822

1923
- There are also [permissions](Permissions) that are added on installation; the administrator user group is automatically given these during the installation.
2024

21-
A couple of [settings](Configuration) are also set automatically based on what was created. This includes the context, templates adn more. The standard configuration should be good to start with.
25+
A couple of [settings](Configuration) are also set automatically based on what was created. This includes the context, templates adn more. The standard configuration should be good to start with.
2226

2327
## Creating a template
2428

2529
Before moving on, duplicate the default template that was created and give it a name of your own. **Without a custom template, your broadcast wont work!**
2630

27-
Edit the `digitalsignage.templates` system setting and add your own template ID separated with a comma, for example `5,6`. **You need to have at least 2 options in the setting!**
31+
Edit the `digitalsignage.templates` system setting and add your own template ID separated with a comma, for example `5,6`. **You need to have at least 2 options in the setting!**
2832

2933
## Creating your first broadcast
3034

3135
Click on the Digital Signage button in the MODX menu to go to the management dashboard. You'll notice a few tabs:
3236

33-
- **Broadcasts** are your slideshows. They are assigned to players (third tab) and contain slides (second tab).
37+
- **Broadcasts** are your slideshows. They are assigned to players (third tab) and contain slides (second tab).
3438
- **Slides** (second tab) are the individual pages inside your slideshow. There are different [types of slides](Slide_Types) you can use, as well as custom ones. Depending on the slide type, you can manage the content through this tab.
3539
- **Players** is where you define the different screens you will be showing your broadcasts on. Each screen or device you want to play a broadcast should be a unique player. For each player you can set a schedule.
3640

37-
First, let's create a few slides.
41+
First, let's create a few slides.
3842

39-
On the Slides tab, click on **Create new slide**. In the window that opens, select **Default** as the type, check _Published_ and enter a title, content, and how long the slide should be shown. You can also add an image and choose if you want to show the ticker or not.
43+
On the Slides tab, click on **Create new slide**. In the window that opens, select **Default** as the type, check _Published_ and enter a title, content, and how long the slide should be shown. You can also add an image and choose if you want to show the ticker or not.
4044

41-
Create another slide with type **Buienradar**, which can show the weather. Find a location ID per the shown instructions or use `2751792` for Leeuwarden as an example. Give it a title as well.
45+
Create another slide with type **Buienradar**, which can show the weather. Find a location ID per the shown instructions or use `2751792` for Leeuwarden as an example. Give it a title as well.
4246

4347
![Creating a slide](../images/create-slide.jpg)
4448

45-
When you have slides, move to the **Broadcasts** tab and click **Create new broadcast**. Enter a name, select a template, and save. Right click and choose **Update slides (internal slides)**. Drag and drop the slides you created from the right _Available Slides_ to the left _Selected Slides_ column. Close the modal.
49+
When you have slides, move to the **Broadcasts** tab and click **Create new broadcast**. Enter a name, select a template, and save. Right click and choose **Update slides (internal slides)**. Drag and drop the slides you created from the right _Available Slides_ to the left _Selected Slides_ column. Close the modal.
4650

4751
> **If you do not have the option to select a template, make sure to duplicate the default template and add at least 2 options to the `digitalsignage.templates` system setting.** Failing to do so can cause your broadcasts to be created without a template due to an unresolved bug, meaning you only get a blank page when viewing it.
4852
4953
## Connecting a screen (player)
5054

51-
Before we can view the broadcast, we need to connect a screen. On the **Players** tab, create a new player, giving it a nice name and enter a resolution (e.g. `1920x1080`). You can change this later if you don't have a dedicated screen yet.
55+
Before we can view the broadcast, we need to connect a screen. On the **Players** tab, create a new player, giving it a nice name and enter a resolution (e.g. `1920x1080`). You can change this later if you don't have a dedicated screen yet.
5256

53-
Save, and then right click the player in the list and choose **Schedule Player**. Add a schedule entry **Connect Player**. You'll see a link; that's the one you need to open on your player.
57+
Save, and then right click the player in the list and choose **Schedule Player**. Add a schedule entry **Connect Player**. You'll see a link; that's the one you need to open on your player.
5458

5559
When you open the link on the screen, you can now start managing it from the Digital Signage dashboard. When you change a broadcast or schedule, it will automatically load on your screen within 5 minutes.

en/02_DigitalSignage/v1/Configuration.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
> **This extra is discontinued**. It was originally built by Sterc and distributed by modmore as a Premium Extra, however in 2020 Sterc decided they can no longer offer the support required. It is no longer available from modmore, but may be available elsewhere.
2+
>
3+
> Unfortunately modmore cannot provide standard support for this extra. You may request support from Sterc directly or consider [booking Premium MODX Support](https://modmore.com/premium-modx-support/) if you need help with it.
4+
15
When installing DigitalSignage, most configuration is automatically set up for you. For advanced uses, there are a few things you can tweak.
26

37
[TOC]

en/02_DigitalSignage/v1/Custom_Templates.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,18 @@
1+
> **This extra is discontinued**. It was originally built by Sterc and distributed by modmore as a Premium Extra, however in 2020 Sterc decided they can no longer offer the support required. It is no longer available from modmore, but may be available elsewhere.
2+
>
3+
> Unfortunately modmore cannot provide standard support for this extra. You may request support from Sterc directly or consider [booking Premium MODX Support](https://modmore.com/premium-modx-support/) if you need help with it.
4+
15
Upon installation you'll find a new template called `DigitalSignage (1.x.x original)`. As the name implies, this is a default template that **will be overwritten on upgrades**, so you'll want to avoid editing it directly.
26

37
[TOC]
48

59
## Setting a custom template
610

7-
To start tweaking your design, first duplicate the original template.
11+
To start tweaking your design, first duplicate the original template.
812

913
Go to System > System Settings and change the `digitalsignage.templates` system setting to include the ID of the new template you just created. This setting accepts a comma separated list of template IDs, so if its value is for example `2` and your template is ID `3`, you can set it to `2,3`.
1014

11-
In the Digital Signage dashboard, on the Broadcasts tab, right click the broadcast you want to use with your own template and choose _Update broadcast_. Choose your template under Templates, and save.
15+
In the Digital Signage dashboard, on the Broadcasts tab, right click the broadcast you want to use with your own template and choose _Update broadcast_. Choose your template under Templates, and save.
1216

1317
## Editing the template
1418

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
1+
> **This extra is discontinued**. It was originally built by Sterc and distributed by modmore as a Premium Extra, however in 2020 Sterc decided they can no longer offer the support required. It is no longer available from modmore, but may be available elsewhere.
2+
>
3+
> Unfortunately modmore cannot provide standard support for this extra. You may request support from Sterc directly or consider [booking Premium MODX Support](https://modmore.com/premium-modx-support/) if you need help with it.
4+
15
Digital Signage offers the following permissions that you can use with the MODX ACL system to manage access to the dashboard.
26

37
- `digitalsignage` With this policy you can manage slides, broadcasts and media players.
48
- `digitalsignage_settings` With this policy you can manage slides, broadcasts, media players and slide types.
59

6-
If you'd like to restrict access to the digital signage component, create a Policy Template with those permissions,
7-
a Policy based on that template, and add the policy as mgr context permission to a usergroup.
10+
If you'd like to restrict access to the digital signage component, create a Policy Template with those permissions,
11+
a Policy based on that template, and add the policy as mgr context permission to a usergroup.

en/02_DigitalSignage/v1/RSS_Feeds.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
There are 2 ways of integrating RSS feeds. On a specific slide, as an automatic external feed, or as a news ticker.
1+
> **This extra is discontinued**. It was originally built by Sterc and distributed by modmore as a Premium Extra, however in 2020 Sterc decided they can no longer offer the support required. It is no longer available from modmore, but may be available elsewhere.
2+
>
3+
> Unfortunately modmore cannot provide standard support for this extra. You may request support from Sterc directly or consider [booking Premium MODX Support](https://modmore.com/premium-modx-support/) if you need help with it.
4+
5+
There are 2 ways of integrating RSS feeds. On a specific slide, as an automatic external feed, or as a news ticker.
26

37
[TOC]
48

@@ -8,10 +12,10 @@ Create a new slide of type "RSS Feed" and enter the feed URL. Add the slide to a
812

913
## As an automatic integrated feed
1014

11-
Right click a broadcast and choose "Update feeds (external slides)" and choose "Create new feed".
15+
Right click a broadcast and choose "Update feeds (external slides)" and choose "Create new feed".
1216

13-
Enter the RSS feed URL and choose how often to show it by setting the Frequency. If you set the frequency to 2, it means an item from the feed will be automatically added after every 2 regular slides.
17+
Enter the RSS feed URL and choose how often to show it by setting the Frequency. If you set the frequency to 2, it means an item from the feed will be automatically added after every 2 regular slides.
1418

1519
## As a news ticker
1620

17-
The news ticker scrolls past the bottom of the screen on each slide. To set it, right click your broadcast and choose _Update Broadcast_. Enter the URL of a RSS feed in the Ticker URL feed.
21+
The news ticker scrolls past the bottom of the screen on each slide. To set it, right click your broadcast and choose _Update Broadcast_. Enter the URL of a RSS feed in the Ticker URL feed.
Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1-
It's possible to create your custom slide types as well. This requires changing your [template](../Custom_Templates) and adding the slide type in the Digital Signage dashboard.
1+
> **This extra is discontinued**. It was originally built by Sterc and distributed by modmore as a Premium Extra, however in 2020 Sterc decided they can no longer offer the support required. It is no longer available from modmore, but may be available elsewhere.
2+
>
3+
> Unfortunately modmore cannot provide standard support for this extra. You may request support from Sterc directly or consider [booking Premium MODX Support](https://modmore.com/premium-modx-support/) if you need help with it.
24
3-
Instructions on how to do that will follow here, soon.
5+
It's possible to create your custom slide types as well. This requires changing your [template](../Custom_Templates) and adding the slide type in the Digital Signage dashboard.
6+
7+
Instructions on how to do that will follow here, soon.

en/02_DigitalSignage/v1/Slide_Types/Social_Media.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
To integrate recent Facebook, Twitter & Instagram posts, you can use the free [Social Media extension for Digital Signage](https://modmore.com/digitalsignage/extensions/social-media/).
1+
> **This extra is discontinued**. It was originally built by Sterc and distributed by modmore as a Premium Extra, however in 2020 Sterc decided they can no longer offer the support required. It is no longer available from modmore, but may be available elsewhere.
2+
>
3+
> Unfortunately modmore cannot provide standard support for this extra. You may request support from Sterc directly or consider [booking Premium MODX Support](https://modmore.com/premium-modx-support/) if you need help with it.
4+
5+
To integrate recent Facebook, Twitter & Instagram posts, you can use the free [Social Media extension for Digital Signage](https://modmore.com/digitalsignage/extensions/social-media/).
26

37
## Setting up your template
48

@@ -46,14 +50,14 @@ Next, way in the footer, but before digitalsignage.js is included, load the Soci
4650

4751
## Adding new Slide Type
4852

49-
In the Digital Signage dashboard, click on Admin View in the top right and add a new Slide Type with key `social_media`, a name and icon of your choosing (e.g. `icon-heart`).
53+
In the Digital Signage dashboard, click on Admin View in the top right and add a new Slide Type with key `social_media`, a name and icon of your choosing (e.g. `icon-heart`).
5054

5155
## Adding a new Slide
5256

53-
Go back to the default view with the button in the top right, and add a new slide using the slide type you just created.
57+
Go back to the default view with the button in the top right, and add a new slide using the slide type you just created.
5458

5559
## Adding Social Media access tokens
5660

5761
In System > System Settings open the `digitalsignagesocialmedia` namespace to find the various access credentials you'll need, as well as search options. You only have to add the tokens for the social media you want to integrate with.
5862

59-
To check if the credentials are working, you can view the "Export (social media)" resource in your digitalsignage context. That should contain your post, or might contain error messages.
63+
To check if the credentials are working, you can view the "Export (social media)" resource in your digitalsignage context. That should contain your post, or might contain error messages.
Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
1+
> **This extra is discontinued**. It was originally built by Sterc and distributed by modmore as a Premium Extra, however in 2020 Sterc decided they can no longer offer the support required. It is no longer available from modmore, but may be available elsewhere.
2+
>
3+
> Unfortunately modmore cannot provide standard support for this extra. You may request support from Sterc directly or consider [booking Premium MODX Support](https://modmore.com/premium-modx-support/) if you need help with it.
4+
15
Digital Signage ships with the following slide types out of the box:
26

3-
- **Default** which consists of rich text (support Redactor, TinyMCE and other RTEs) and an optional image.
7+
- **Default** which consists of rich text (support Redactor, TinyMCE and other RTEs) and an optional image.
48
- **Media** which is either an image or a YouTube/Vimeo video. Best played full screen.
59
- **RSS Feed** to show a list of items from a RSS feed. ([learn more about different ways of integrating feeds](../RSS_Feeds))
6-
- **Buienradar** integrates the weather forecast, using an API from Buienradar. While Buienradar is a Dutch site, their forecast does have worldwide coverage.
10+
- **Buienradar** integrates the weather forecast, using an API from Buienradar. While Buienradar is a Dutch site, their forecast does have worldwide coverage.
711

812
![Creating a slide](../../images/create-slide.jpg)

en/02_DigitalSignage/v1/index.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@ title: DigitalSignage
33
description: Documentation for Digital Signage, a plugin by Sterc that lets you manage slideshows for narrow casting.
44
---
55

6+
> **This extra is discontinued**. It was originally built by Sterc and distributed by modmore as a Premium Extra, however in 2020 Sterc decided they can no longer offer the support required. It is no longer available from modmore, but may be available elsewhere.
7+
>
8+
> Unfortunately modmore cannot provide standard support for this extra. You may request support from Sterc directly or consider [booking Premium MODX Support](https://modmore.com/premium-modx-support/) if you need help with it.
9+
10+
611
[DigitalSignage](https://modmore.com/digitalsignage/) is a premium extra by Sterc that lets you manage slideshows for narrow casting. [Learn more about DigitalSignage](https://modmore.com/digitalsignage/)
712

813
Recommended reading:

0 commit comments

Comments
 (0)