I have a situation where a user will be able to drill down to a list of users via a view. For example the view might return all users located in a certain city and state combination. I would like the user to then be able send a message to all users returned in that view.
That is compose one contact message and send it to all of the users instead of having to contact each one individually. Is there a way to do this without custom code?
Looking for some suggestions on the best way to approach this.
I have a content type called project, these projects should allow bidding, the bidding will basically be a form that gets filled out. I was thinking of using webform for this and attaching the form to the node somehow, maybe a node reference field?
I will need to show in a view the bids for each project also, I haven't done this with webform previously, that is I haven't shown webform submissions in views and to then also filter by the node in which it was filled out with is the other challenge,
Hi all..
sorry but i'm newer with drupal and i've installed paranoia module but it's generating some issues on my site..
now i want to disable and remove it but i need some help doing it..
could someone give me detailed instructions?
it is alittle bit urgent for me because now my sites is unaccessible..
I'm working on a rule in D7, when a new content is saved a new user is created based on the email provided in the form. This works fine.
I expected that the provided variable user_witness_one_id will provide the user ID via the data selector user-witness-one-id:uid (rules module changes the underscore_ in variables to hyphen-). But it turned out after days of testing that user-witness-one-id:uid returns nothing (i.e. null) so the add/set a variable I have there leaves first_witness_id as null.