Page 1 of 1

page/menu item to bring up another site

Posted: Sat May 02, 2015 5:01 pm
by burlington
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

Re: page/menu item to bring up another site

Posted: Sat May 02, 2015 5:13 pm
by Jo Morg
Try the Redirecting Link content type on a page.

Re: page/menu item to bring up another site

Posted: Sun May 03, 2015 6:38 am
by burlington
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

Re: page/menu item to bring up another site

Posted: Sun May 03, 2015 8:56 am
by staartmees
Content > Pages > select your page > Options > set target to _blank

Re: page/menu item to bring up another site

Posted: Sun May 03, 2015 10:09 am
by burlington
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.

Re: page/menu item to bring up another site

Posted: Sun May 03, 2015 10:32 am
by staartmees

Re: page/menu item to bring up another site

Posted: Sun May 03, 2015 10:37 am
by velden
As an addition: make sure the {menu} tag does NOT have 'loadprops=0'

Re: page/menu item to bring up another site

Posted: Sun May 03, 2015 3:26 pm
by Dr.CSS
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}