• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Navigation Bar Link

M

Murgh Bpurn

Guest
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?
 
In SiteBuilder, there are two types of modules:

* 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?

Actually you can do following:

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>

This will work as external link in site menu.
 
Back
Top