Como acceder y actualizar varios field collections dentro contenido con VBO?
Hola, actualmente estoy realizando un pequeño sistema donde me encuentro con unas dificultades, ahora les digo de que va, cree un tipo de contenido con la siguientes características
Evento (Tipo de Contenido)
->Titulo del evento (text)
->Personajes (Field Collections, ilimitado)
--->Descripción del personaje (Text)
--->Agregar Artista (Field buttton)
--->Artistas (Field Collections, ilimitado)
----->Participante (user)
----->Estatus del Participante (Term reference)
----->Observaciones (Text)
VBO vs entity_property_info_alter to provide a list
Thanks to the screencasts by Mr. Falk, I have written a simple custom module to provide a list for rules that has the node IDs of all the pages in a book. This is a global variable provided by the entity API and it works great. Currently I think the only "out of the box" list regarding books is the ancestor: lists and they don't contain branches or children.
My plan is to use this list to perform actions and conditions on books like providing page numbers, deleting, flagging, and (I may be dreaming here) compile all pages into a pdf file for printing.
Read moreHow to calculate date for autoresponder/automailer
Hi everybody!
I want to make an email autoresponder, so that you can do something like this:
After user registration send:
Email 1: immediatly;
Email 2: in 3 days
Email 3: in 8 days
Email 4: in 15 days
aso.
I want to use that for an email course.
Here a short description what i have done so far:
I made a contenttype autoresponder. It has just one additional field: days to delivery (integer).
Triggered Rule:
Conditions: Fire on user registration
Actions: Component Rule 1
Component Rule 1: Get Autoresponder nodes
Read moreLeverage Modify Node Fields functionality to allow users to change referenced node CCK values
Scenario:
I have a site that was built specifically for a service company. They have content types for job and address. On any particular day, they will have a list of jobs and their associated addresses (one address per job) displayed in a view.
I have installed VBO and configured it to modify the node fields of the job in this daily job view. It also displays some information from the address. In particular, it shows the mapping coordinates for the address on each job.
Read moreRules, VBO and Page manager
Hi all.
I have a weird scenario that must have a simple solution but I´m not figuring it out.
In the Node View template in PM, I created a variant where I put a %node into region-1 and a general view with no contextual filter in region-2.
Here is my case:
* Region-1: Body field from the %node
* Region-2: A general view with no contextual filter and a VBO field. The component loops through the selected items. It then creates a new node (different CT) and adds each item as a reference in of of the node reference fields in the new node.
Entity Reference with VBO and Rules
I am trying to create a rule which fires after modifying node content. Specifically i want to modify the entity reference field values of all the node entities provided by vbo. So i created the rule and the component as shown below.
My problem is that i can not find a way to empty the entityref list of all node entities before the loop, maybe my whole approach is wrong.
How to make the Rules - Component - Set DataValue action to show a drop down list instead of text box?
I have created a Views bulk operation (VBO) called Set Status which is used for setting the status of Booking Content Type.
Refer http://www.qlag.com/booking-list
I wanted to show a drop down list of status values (OPEN, LOCKED, FINAL, ARCHIVED based on CCK field_status values of booking content type) instead of text box.
Read moreD7 Rules, flags, organic groups, VBO
Firstly I have to say I think Organic Groups is brilliant. And with rules, vbo and flags, I would also say they have changed the way I approach buildingall my Drupal 7 websites.
What I want to do is implement something like the D6 RSVP module in D7 using rules, flags, Organic Groups and VBO but I've got stuck
A typical use case is ... a "Group Manager" visits a group content node (say a "Meeting") and I want a view that returns a list of users who belong to the organic group to which the content belongs.
Read moreComplex rules that can create and edit related nodes
I am creating - actually rebuilding from Coldfusion - an application that - among many other things - handles production work flow. Here is one scenario that is indicative of many more I will have to create:
User enters order for a product(in my case, a dress). Some of the details of this order that are captured are:
Read moreNeed help finding the function that is being called by a module when a node is saved
Hello,
I am using the geocode module to add geodata to already existing location nodes on our site. To speed up the process of geocoding 3000+ nodes, I have enlisted the help of views bulk operations.
Read more

