Hello,

I'd like to skip the "Are you sure" confirmation screens when joining and leaving open groups. Where is the best place to start? I'm creating the "join" links in a custom block; is there a way to modify that link and jump right to reloading the page as a group member or is this going to require a custom module?

echo l(t('Preview Instantly'), "og/subscribe/$node->nid", array('query' => "og/$node->nid"));

Thanks for any insight,
Dave

Comments

monti’s picture

Hi dvancamp -

I would like to implement the same thing. Having the JOIN/LEAVE link emphasized (using a button) on a separate block as well as skip the "Are you sure" step. I'd be grateful, if you could share your solution for this.

Cheers !

gorgo’s picture

i would like to do that too...
can anyone please explain how to do it?

Kiran_negi’s picture

I am also interested in finding a solution for this. Does anybody know how to achieve this?

jinky32’s picture

+1
no-one's answered on my other thread so trying here. Any ideas?

Grayside’s picture

I threw down a couple thoughts on the idea in #1180070-1: Do not require confirmation

Alcaparra’s picture

+1

markusd1984’s picture

Did anybody find a solution and got to implement this??

It seems quite a desirable modification, especially for internal platforms, where unessary / additional steps create a worse user experience.

Somebody mentioned that this step is to prevent CSRF attacks?