jhrs21
Forum Replies Created
-
Forum: Plugins
In reply to: [Football Pool] Predictions and GroupsHello again!
The second round will start soon! Is there any solution for next round?
Something like the preview of groups?
Thanks,
Forum: Plugins
In reply to: [Football Pool] Users don't register in leagueProblem found!
This code for autologin was the problem:
function auto_login_new_user( $user_id ) { wp_set_current_user($user_id); wp_set_auth_cookie($user_id); // You can change home_url() to the specific URL,such as wp_redirect( home_url() ); exit; } //add_action( 'user_register', 'auto_login_new_user' );Does anyone know the reason?
Forum: Plugins
In reply to: [Football Pool] Predictions and GroupsHi AntoineH, I see that latinosamorir use this shortcode:
add_shortcode( ‘prediction_group_results’, ‘gd_prediction_group_results’ );
That shortcode ‘prediction_group_results’ is from your plugin?
Is there any for Final, Semi-final, etc.Thanks
Forum: Plugins
In reply to: [Football Pool] How to change widget css?I use a plugin called “Simple Custom CSS”, then you can add CSS rules for each element and it will overwrite it.
Forum: Plugins
In reply to: [Football Pool] Predictions and GroupsGreat, I didn’t know that. Thanks for the tip.
Would you know how to do the knockout stage? Just update the winner of each group and put it in the correct leg?
Forum: Plugins
In reply to: [Football Pool] Predictions and GroupsOK, that works for customize the name of the table, but you need to create the table anyway, right?
Forum: Plugins
In reply to: [Football Pool] Predictions and GroupsJust for record, I clone pool_wp_matches and rename it to pool_cgq_matches and it works!!!
But I have another question. How do you do Knockout Stage (Final, Semi-final, etc…)?
Thanks again
Forum: Plugins
In reply to: [Football Pool] Predictions and GroupsHi latinosamorir… Great solution and thank you for sharing!!!
I was testing, but I got some problems of database with non-existing tables. Is that normal?
Could you post the SQL schema.
Thanks