Active
Project:
Conference Organizing Distribution Support Modules
Version:
7.x-1.x-dev
Component:
cod_session
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
13 Nov 2013 at 17:03 UTC
Updated:
7 Jul 2015 at 22:33 UTC
Jump to comment: Most recent
Comments
Comment #1
chrisguindon commentedComment #2
chrisguindon commentedI did some research on this and it seems that there is more than one problem.
First off, the view_send module only works with global tokens like [user:mail], [node:author:mail]. I was not able to use any of the [views-send-xxx] tokens.
https://drupal.org/node/390482
Also on my end, I don't see the list of available tokens. It's possible that I was using the wrong format for the [views-send-xxx] tokens but it's hard to guess when the list of token is not available. With this said, this is probably an issue we need to open against view_send.
My work around was to create a view with 'users' for the base table instead of 'node'. This allowed me to use the [user:mail] token.
The [user:mail] token doesn't work with the Sessions: Bulk Speaker Contact view since it's using 'node' for the base table.
Comment #3
japerryLets take a look at what PNWDS did for their site, I believe it got rid of the bulk speaker contacts and used a VBO operation.
Probably linked to the message module request in the COD queue.