Re: [mezzanine-users] Forcing Page Link to open in new window

2017-10-11 Thread Erwin Sterrenburg
Just to let you guys know that I also really want/like this functionality. For now, I'll either go for the jquery solution or inject an extra model field, but I'd like to see this as a part of the core functionality :) Kind regards, Erwin On Tuesday, September 5, 2017 at 8:01:29 PM UTC+2,

Re: [mezzanine-users] Forcing Page Link to open in new window

2017-09-05 Thread Christian Wiegand
Hi Wim, you got the point. This change is now a year old and since i'm not sure if i'm still able to merge my changes to the actual mezzanine version, i created a new fork where i checked in only the raw changes (9a85262

Re: [mezzanine-users] Forcing Page Link to open in new window

2017-09-05 Thread Wim Feijen
Hi Christian, Thanks for your fork and commit! I have difficulties in viewing your changes because of all changes in translation files. If you want, can you create a new diff and then I will take a look at it? Best regards, Wim On Sunday, 4 September 2016 20:06:55 UTC+2, Christian Wiegand

Re: [mezzanine-users] Forcing Page Link to open in new window

2016-09-04 Thread Christian Wiegand
Since i had this problem recently, i implemented this functionality for me. The change is available under https://github.com/christianwgd/mezzanine/commit/a94dff7a7cabb864ee14329f571a94e338f47cf7 Maybe someone wants to do a short review. Its no rocket science, but it is my first code change

Re: [mezzanine-users] Forcing Page Link to open in new window

2015-08-27 Thread Eduardo Rivas
I think the two approaches described here are the best options: Add target=_blank via Javascript or inject a field into the Link model to toggle this functionality. Another option would be to check in the menu template if the target url starts with http or https and add the target attribute

Re: [mezzanine-users] Forcing Page Link to open in new window

2015-08-27 Thread Richard Jackson
Hi there - I've been looking for exactly this functionality, where the Link pages will open the link into a new tab (i.e. setting 'target=_blank' on Link pages). Has there been anything new added to Mezzanine in this area since this discussion? Cheers! Rich On Wednesday, January 15, 2014 at

Re: [mezzanine-users] Forcing Page Link to open in new window

2015-08-24 Thread rjackson87
Hey Josh - I’m very new to Mezzanine and am still finding my way around. Which file (and where!) did you insert that jQuery snippet? Cheers! Rich -- You received this message because you are subscribed to the Google Groups Mezzanine Users group. To unsubscribe from this group and stop

[mezzanine-users] Forcing Page Link to open in new window

2014-01-12 Thread John Barham
I have a Page Link that I'd like to open in a new window when the user clicks the URL (i.e., the equivalent of a target=_blank...) Is there a way to require this from the Mezzanine admin interface? I could achieve the same result by injecting the target attribute via jQuery after the page has

Re: [mezzanine-users] Forcing Page Link to open in new window

2014-01-12 Thread Stephen McDonald
Nothing like that at the moment. On Mon, Jan 13, 2014 at 10:48 AM, John Barham jbar...@gmail.com wrote: I have a Page Link that I'd like to open in a new window when the user clicks the URL (i.e., the equivalent of a target=_blank...) Is there a way to require this from the Mezzanine admin