• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

Links to other sites

S

snyhof

Guest
Is there a way to make a navigation link (button) navigate to another url - site?

Right now it just defaults to the page that it is named for. It might be nice to make a button open up a new window for a different site.
 
Steve,

Here are instructions on how to make menu link navigate to another website. This will not however open in a new window.


To create a menu link (at any level) to any page on another website you can do the following:

1. Open notepad type the following:
<META HTTP-EQUIV="Refresh" CONTENT="0; URL=http://www.cewd.com">
2. Save this file as 'MyRedirect.html', make sure that it is an html file and not a text file.

---------------------------------------------

1. Go to the SB designer and add a 'file download' page type to your site
2. Go to the 'Pages' section of the editor and then click on the 'File Download' page you just created in your menu
3. Upload the 'MyRedirect.html' file as the downloadable file on your 'file download' page.
4. Click the checkbox to allow this file to be opened by the browser and save the 'file download' page.
5. Finally preview your website, find the 'file download' link and click it, it should take you to the other website.
 
Back
Top