Hi,

Is there a chance to create newsletter with VBO and SCS without sort page? i just want to click on the VBO form > "create newsletter" and than go to the newsletter edit page (i assume that title and toc are taken from admin default options). It would be great to have that option (to have or not to have this step).

Thanks for Your really great module BTW,
Naiya

Comments

Naiya’s picture

for now i made ugly workaround in scs_views.module:

  //$query = http_build_query($nodes, '', '&');
  //drupal_goto('admin/content/scs_sort_nodes', $query);
	$title = variable_get('scs_default_title', t('Please edit the title of this newsletter')); 
	_scs_create_newsletter($title, $nodes, 0, 'simplenews');

I'll try to do this with my another VBO action..

vuil’s picture

Issue summary: View changes
Status: Active » Closed (outdated)

I close the issue as Closed (outdated) because it is for unsupported version of Drupal 6.x