skanthemore
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: 3.8 vs 3.8.1Hello!
it works!
was my fault ;P<?php $args = array( 'post_type' => 'esdeveniment', 'tax_query' => array( array( 'taxonomy' => 'localitzacio', 'field' => 'slug', 'terms' => 'mad' ) ) ); $wp_query = new WP_Query( $args ); ?>
I tried!
If I use it, a user can book the same event many times,
;(
I think this is a great plugin, but is not good for do a simple registration,
I’m developing my own plugin,
I hope somebody find a solution to my problem ??Thanks for your response,
Best regardsForum: Plugins
In reply to: [Events Manager - Calendar, Bookings, Tickets, and more!] Duplicated bookingsHello,
I think I answred in the other post,
we can close it,Thanks,
BEstHello,
I’m using de last versión of each other,
WordPress 3.8.1
Event Manager 5.5.2The problem is that I want people to register to the event without having to register with WordPress.
If I do so, duplicate emails appear in the booking section if you sign up more than once. And I do not like.
The problem I see in management,
As you can not sort the columns of email, it is difficult to see how many are duplicates.I hope habaer been clearer,
thanks
best regards,Sorry!
I found it
Allow guest bookings? set to yes
and it doesn’t workHello,
I can not find this option,
may be ?
Allow anonymous event submissions? = YEs?it does not work ;(
Hello,
I have the same problem,
Enable No-User Booking Mode set to NO
and
Allow bookings with registered emails? set to YES
But if I’m not logged a alert message says me to log me in,
Any idea?
Best regards,
Forum: Plugins
In reply to: [WP-Paginate] [Plugin : WP-Paginate] Page 1 always shows as activeGreat ?? it works!!!
Hello, did you fix it?
I’m looking for this too,best regards,
SkantForum: Fixing WordPress
In reply to: Order by multimple coustom fieldsThank you!!!!
Finally I solve it!$post = $wp_query->post;query_posts("meta_key=escalera&meta_key2=puerta&meta_key2=puerta&cat=".$varID.",-54,-48,-53&orderby=meta_value&order=DESC&orderby=meta_value2&order=DESC&&orderby=meta_value3&order=DESC&posts_per_page=55;")
I found it in one one your links,
looking thought the posts there was the solution,The solution is on MYSQL SINTAXI ?? NOT IN WORDPRESS CODEX
https://dev.mysql.com/doc/refman/5.1/en/order-by-optimization.html
Best regards ??
Forum: Fixing WordPress
In reply to: Order by coustom fieldWell,
Now I’m like to order in multiple custom fields,
I’ll try now.Any suggestion!!??
Forum: Fixing WordPress
In reply to: Order by coustom fieldThanks,
after reading this page I found a mistake in my code,I had a mistake with
'
. Whit out this it works properly!$post = $wp_query->post;query_posts("meta_key=planta&cat=68,-54,-48,-53&orderby=meta_value&order=ASC&posts_per_page=55;")
thanks,
best regards