diff --git a/Components/Layout/TokenProcessor.vb b/Components/Layout/TokenProcessor.vb index f651b76..7579d71 100755 --- a/Components/Layout/TokenProcessor.vb +++ b/Components/Layout/TokenProcessor.vb @@ -299,6 +299,12 @@ Namespace Ventrian.NewsArticles objLiteral.Text = GetModuleLink("MyArticles", moduleContext) objPlaceHolder.Add(objLiteral) + Case "PORTALALIAS" + Dim objLiteral As New Literal + objLiteral.Text = PortalController.Instance.GetCurrentPortalSettings().PortalAlias.HTTPAlias + objPlaceHolder.Add(objLiteral) + + Case "RSSLATESTLINK" Dim objLiteral As New Literal Dim authorIDParam As String = "" diff --git a/Installs/NewsArticles.00.13.03.zip b/Installs/NewsArticles.00.13.03.zip new file mode 100644 index 0000000..b0eff25 Binary files /dev/null and b/Installs/NewsArticles.00.13.03.zip differ diff --git a/README.md b/README.md index 06f850a..5df0f28 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,11 @@ # News-Articles This module was originally created by Scott McCulloch of Ventrian. He made the module open source and put it on GitHub. -After that the module was mainly maintained by [40FINGERS](https://www.40fingers.net/). +After that the was mainly maintained by [40FINGERS](https://www.40fingers.net/). 40FINGERS decided to convert their existing clients to [Open Content](https://opencontent.readme.io/) and stopped using and supporting this module as of 2022-10-01. -So, there is currently no active development for this module. -If someone is wiling to support the module, please contact Scott for access rights. +So there is currently no active development for this module. +If you want to support the module, please contact Scott. ## Installation diff --git a/Templates/Standard/Menu.Item.html b/Templates/Standard/Menu.Item.html index fd0a277..c427273 100755 --- a/Templates/Standard/Menu.Item.html +++ b/Templates/Standard/Menu.Item.html @@ -1,4 +1,4 @@ - +