menu builder url field

Anyone know why when you add a url to a top munu nav button it adds the site domain to it first ?  meaning if i put  http://abc.com and save it in admin.  when the button is click on from the front end  it is like  http://abc.com/http://xyz.com .     meaning you cant put a url to open another website other then yours from the top main nav menu. ????

it has to be something like /newlink  in the url field and thats it.  so when clicked on in the front end it would be http://abc.com/newlink/

https://dolphin-techs.com - Skype: Dolphin Techs
Quote · 8 Jun 2010

You can use HTML redirect, create a new file newdomain.html or something and use code below

<HTML>
<HEAD>
<META HTTP-EQUIV="refresh" C alt="0; URL=http://www.newdomain.com">
</HEAD>
<BODY>
</BODY>
</HTML>

C alt shall be CONTENT


Add a New Item in the main nav bar and set URL and Target Window like below

URL: newdomain.html

Target Window: New

enter also System Name, Language Key etc

Quote · 8 Jun 2010

Thanks for the reply.  thats what i did.  set it to new.php     created a file in root called  new.php and placed this in it.

<?
ob_start();
echo "";
header("Location: https://mynewlink.com");
ob_flush();
?>

https://dolphin-techs.com - Skype: Dolphin Techs
Quote · 9 Jun 2010
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.