I have been asked to ensure a menu item does not bring up a page BUT diverts to another website, in another window of course.
I am sure that there must be a simple explanation for this but any help would be appreciated.
Martin
page/menu item to bring up another site
-
- Power Poster
- Posts: 444
- Joined: Wed Dec 27, 2006 5:15 pm
Re: page/menu item to bring up another site
Try the Redirecting Link content type on a page.
"There are 10 types of people in this world, those who understand binary... and those who don't."
* by the way: English is NOT my native language (sorry for any mistakes...).
Code of Condut | CMSMS Docs | Help Support CMSMS
My developer Page on the Forge
GeekMoot 2015 in Ghent, Belgium: I was there!
GeekMoot 2016 in Leicester, UK: I was there!
DevMoot 2023 in Cynwyd, Wales: I was there!
* by the way: English is NOT my native language (sorry for any mistakes...).
Code of Condut | CMSMS Docs | Help Support CMSMS
My developer Page on the Forge
GeekMoot 2015 in Ghent, Belgium: I was there!
GeekMoot 2016 in Leicester, UK: I was there!
DevMoot 2023 in Cynwyd, Wales: I was there!
-
- Power Poster
- Posts: 444
- Joined: Wed Dec 27, 2006 5:15 pm
Re: page/menu item to bring up another site
Thank you Jo. works perfectly!
However, the target opens in the same window and the visitor would have to use the 'back' button to get back to the original site.
No problem of course if the visitor is savvy; some might find it awkward.
I wonder if there is any way of forcing a new screen.
Martin
However, the target opens in the same window and the visitor would have to use the 'back' button to get back to the original site.
No problem of course if the visitor is savvy; some might find it awkward.
I wonder if there is any way of forcing a new screen.
Martin
-
- Power Poster
- Posts: 1049
- Joined: Wed Mar 19, 2008 4:54 pm
Re: page/menu item to bring up another site
Content > Pages > select your page > Options > set target to _blank
-
- Power Poster
- Posts: 444
- Joined: Wed Dec 27, 2006 5:15 pm
Re: page/menu item to bring up another site
Thank you.
Yes, I tried that but it did not work. I cleared the program cache and did a Cntrl-F5 to clear the browser memory, but still it did not work.
Yes, I tried that but it did not work. I cleared the program cache and did a Cntrl-F5 to clear the browser memory, but still it did not work.
-
- Power Poster
- Posts: 1049
- Joined: Wed Mar 19, 2008 4:54 pm
Re: page/menu item to bring up another site
As an addition: make sure the {menu} tag does NOT have 'loadprops=0'
Re: page/menu item to bring up another site
If you tried the target _blank and it isn't working you need to make sure the menu template has this in it...
{if $node->target}target="{$node->target}" {/if}
{if $node->target}target="{$node->target}" {/if}