Is it hard for you to make it possible to add an option for more than one attachment?

I would appreciate it!

Thanks

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

hansfn’s picture

I don't think it's particularly hard, but I don't have time. Sorry.

PS! I do accept patches if anyone has time to implement this.

WattDesigns’s picture

I've love to have this feature as well.

gt.’s picture

I made this modifications using HTML5 multiple file select feature. It's not like we see at file field, however it's more simple.

cebab54’s picture

Has GT's patch ever been tested and implemented into Views Send?

I cannot find this in the latest release and in any case the Patch is for an earleir version of the Module?

Thanks

hansfn’s picture

Version: 7.x-1.x-dev » 8.x-1.x-dev

No, I never added the patch. Applying the match manually isn't hard :-)

I'm not sure why I didn't do it. Maybe I just forgot? Anyway, new features are only added for the D8 version since my time is limited.

cebab54’s picture

OK, I will have a look at this myself and post the changes once i get it working.

BTW, it would be a good idea to be able to restrict the number of Tokens returned if that could be a CONFIGURATION option. On a previous version of your Module ony the Views Send tokens returned from the View were shown. In most cases this is all Users can handle, although in my case there are some that are meaningless here too. In fact if I had a preference, I would prefer to only show the Fields to Users that are ON to be displayed in the View rather than ALL, including those hidden by default in the View.

I would also like to be able to CONFIGURE the collapsing of some of the Fieldsets or ideally to Hide them from users after the Views Send form is set up. e.g. the NAME and EMAIL fields to use. I know I can modify the Module to do this (and change the Fieldset Title text), but it would be so much easier if this was configurable.

Thanks for a great Module otherwise!

Andrew

hansfn’s picture

Hi!

It's very hard to track multiple topics in the same issue. Please create separat issues for things that you really would like to have changed ... So then I guess I should not comment on your BTWs, but :-)

On a previous version of your Module only the Views Send tokens returned from the View were shown.

Hm, that must have been before 7.x-1.0 - if ever. If you disable the Token module (which isn't needed for the Views Send specific tokens), only the Views Send specific tokens display.

I would also like to be able to CONFIGURE the collapsing of some of the Fieldsets or ideally to Hide them from users after the Views Send form is set up

There are several issues discussing a simpler UI for normal users of Views Send. Please join the discussion there. I intend to fix this for D8. Probably not for D7 unless someone provides a solid patch.

cebab54’s picture

Thank you. Will do

circuscowboy’s picture

The uploaded patch as a hardcoded path that makes it not always patch in all environments. This version is relative to the module folder. Having it here makes it easier to use it in drush make files.

hansfn’s picture

Thank you for the update. If you can confirm that it hasn't any side effects for users with "normal" attachments, I can commit the patch to the D7 version.

dkatena’s picture

Hello,

have you also a patch for 8.x-1.5?