Hello, I also wanted to add an announcements page on our SAS Portal V4.3. There might be a better way to do it, but here's what I did to create a crude hardcoded HTML page... Build a simple HTML page somewhere on your SAS servers or network that can be accessed by all users as a URL. Ours sits on SAS App, which runs Apache web server. This HTML file contains the annoucements message contents. Create a new page in the portal, called something like NEWS. Set the page rank to be the lowest number relative to all other pages, e.g. zero or 1, so that it appears at the top by default for all users. Set the location group to PUBLIC. For this page, add a portlet called something like "Latest Items". Also set the location group to PUBLIC. Set the portet content to be "Display URL Display Portal". Point the portet URL to your HTML file location. Untick "Show full HTML content in an inline frame" so that the default font is inherited from the portal stylesheet. However, to make it seamless, you should set the font size and font colours etc. to match your SAS Portal theme. By editing the HTML file, you can instantly update portal news and annoucements. I have Prod and Dev portals pointing to the same HTML file. I also created a "Known Issues" portet under the NEWS page to list the status of existing problems. Of course, the URL Display portlet could point to any web page that displayed the information you want to show as portal annoucements.
... View more