solved Menu Builder

Dazed
Dazed
@dazed
2 years ago
1,022 posts
Is there a way to set a target blank on the menu builder?
updated by @dazed: 12/20/22 02:20:59AM
douglas
@douglas
2 years ago
2,767 posts
Are you referring to the SiteBuilder menu or the User Menu Editor ( core/skin_menu )?


--

Douglas Hackney
Jamroom Team - Designer/Developer/Support
FAQ-Docs-Help Videos
Dazed
Dazed
@dazed
2 years ago
1,022 posts
Menu Editor - I found this easier than building another custom menu!
douglas
@douglas
2 years ago
2,767 posts
Yeah, I don't see a way of doing that with the User Menu Editor at this time.

Sorry!


--

Douglas Hackney
Jamroom Team - Designer/Developer/Support
FAQ-Docs-Help Videos
Dazed
Dazed
@dazed
2 years ago
1,022 posts
Thanks Douglas
michael
@michael
2 years ago
7,692 posts
You can do it using the onClick code section
window.open('http://yoursite.test/pears','_blank');
window.png
window.png  •  78KB

Dazed
Dazed
@dazed
2 years ago
1,022 posts
Hey Michael! Long time :)

This worked like a charm. Thank you!