Hi there,
i'm working on a small project involving a theatre; each venue have several shows and everyone of them need a exclusive registration entity.
I'm still build the view showing the table with all the registration entity associated to the specific show page with a simple entity reference.
Now I need to make available the links only to registration page that are OPEN.
Any tips? Really appreciate..
Comments
Comment #1
Funkwarrior commentedMaybe I can explain me better:
how it's possible to display a link to the registration form only if its status is OPEN ?
Thanks again!
Comment #2
mrpauldriver commentedJust to be clear. Can you say whether you want to link to entities where registrations are enabled OR where there are slots available?
Comment #3
Funkwarrior commentedThanks for the reply Paul;
for now I need the link enabled only when the registrations are enabled; the ability to manage the slot available will be certainly useful but not necessary at the moment.
Thank you!
Comment #4
camorim commentedHi
Many thanks for this flexible and interesting module.
I have a problem with filters similar to Funkwarrior. But I will try to explain a little more why I think this is a issue.
Using relationship Registration and Registration definitions, I can build my display selecting fields from registration related to the content and from definitions of each registration.
At filters, I'm using the content type that uses registration. So I want now filter also by "Open date" definitions registration to show only registrations active and open.
I see that definitions category and related fields don't show on filters section neither on contextual filters, only on fields section.
How can I filter the registrations by definitions state: open/ closed?
It's not convenient on a display block list all registrations events, open and closed.
Thanks a lot for your help and orientation on this issue.
cláudia
----
My installation:
Comment #5
solesum commentedSame issue -- need to filter my list down to only nodes that have enabled registrations. Using version 7.x-1.2.
Comment #6
nocean commentedDid anyone in the thread ever find a solution to this?
EDIT: As so often is the case, I should have just waited until *after* exploring further to comment :)
Here's a viable solution for anyone still looking:
In your View's fields, add: "Registration Settings: Registration Status"
Install the Views Conditional module, which allows you to output different things based on the values of other fields.
In your View's fields, add: "Views: Views Conditional"
Then:
If this field... = Registration Status field
Is... = Equal to
This value = Open
Then output this...
Otherwise, output this...
Code above is obviously just an example, adjust seasoning to your taste. Also, set all fields (except the conditional field) to not display.
Hope that helps.
-Ryan
Comment #7
john.oltman commented