Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
The APS Catalog has been deprecated and removed from all Plesk Obsidian versions. Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.
Hi, I want to include my forums in the Navigation Bar, but from what I can see the buttons can only be linked to pages being created by SiteBuilder, is that correct?
* Page modules, or special pages. These modules are added to your site as separate web pages.
*Block modules. These modules are placed on the same page, where the other text content is located.
Forum module is a page module and it can be added as separate page.
But if you wish to link some different forum which was create not in Sitebuilder I think in this case only LINK is possible. Create link to this forum. Unfortunately, it is not possible to add LINK into navigation bar.
Originally posted by Murgh Bpurn Hi, I want to include my forums in the Navigation Bar, but from what I can see the buttons can only be linked to pages being created by SiteBuilder, is that correct?
1. Create simple static page
2. Then go to Edit step, select this page to edit
3. Add Script module in wizard.
4. There you could insert redirecting script
It can be smth. like that:
<script>
document.location.href='http://your_forum.com';
</script>