openequella / moodle-mod_openEQUELLA

Moodle module for integration with openEQUELLA
https://openequella.github.io/moodle-mod_openEQUELLA/
GNU General Public License v3.0
6 stars 16 forks source link

Setting to default to opening in new window #4

Closed nickread closed 10 years ago

nickread commented 12 years ago

Currently users have to choose this every time that add an EQUELLA resource. A module setting to default to opening in a new window would be useful.

dcai commented 12 years ago

@nickread in module settings, we have "new window" option, it's actually use popup window, are you saying we should use this option by default or we add target="_blank" to the resource link?

nickread commented 12 years ago

I'm pretty sure the original request was to be able to have the "New window" option checked by default.

dcai commented 12 years ago

Fixed in contentspush branch

nickread commented 12 years ago

Except that I think it needs to be a module setting so that the users can choose whether it should be checked by default rather than always forcing it to be on, especially for existing users who don't want this changed.

dcai commented 12 years ago

@nickread Ah, I see, so we need an option in global setting page, will fix this