scarci
Forum Replies Created
-
Forum: Plugins
In reply to: [The Events Calendar] Before HTMLHi @geoffgraham,
at the moment i have this in before html input:
https://www.dropbox.com/s/7rkgjplkpj58xir/3.PNG?dl=0and the output is:
https://www.dropbox.com/s/xq53yholr73pnnn/1.PNG?dl=0when i click a button, it will show some contents:
https://www.dropbox.com/s/hu0sogotzlb29ob/2.PNG?dl=0But if i insert a code like the first image it doesn’t work.
Forum: Plugins
In reply to: [Event Tickets and Registration] Form Input and translationHi @geoffgraham,
i resolve my old issues.
But now i want to add a new field for insert extra text and remove the email field.scarci
Forum: Plugins
In reply to: [Event Tickets and Registration] Limit tickets by oneHi,
i don’t know if there is the easiest way:
i change in src\views\tickets\rsvp.php
<input type="number" class="tribe-ticket-quantity" min="0" max="<? echo php esc_attr( $ticket->remaining())?>" name="quantity_<?php echo absint( $ticket->ID ); ?>" value="0" <?php disabled( $must_login ); ?> >in
<input type="number" class="tribe-ticket-quantity" min="0" max="<?php if(esc_attr( $ticket->remaining())>1){echo 1;} ?>" name="quantity_<?php echo absint( $ticket->ID ); ?>" value="0" <?php disabled( $must_login ); ?> >Edit: with this method you limit 1 ticket per person
Forum: Plugins
In reply to: [Event Tickets and Registration] Form Input and translationHi @geoffgraham
thanks for the answer.
I will try to use jquery to limit the quantity field.
About the fourth question, at the moment when i insert 1 ticket nothing is happening. For insert name and email i need to click in a random point or press “TAB”. When i insert the value(1 ticket) i want to show the input parameters(name and email).Forum: Plugins
In reply to: [The Events Calendar] Create new variableForum: Plugins
In reply to: [Event Tickets and Registration] Form Input and translationUpdate:
1) i removed the possibilty to select “Going” or “Not going” in rsvp.php in event-tickets\src\Tribe and remove the options “Not going”.
2) change of program, i need to send email so no problem.
3) the question remains
4) the question remains
5) I translate manually the string in rsvp.php in event-tickets\src\Tribe