webbando
Forum Replies Created
-
Forum: Plugins
In reply to: [EU Cookie Law for GDPR/CCPA] search engine, SEO friendly?No, they still works.
Forum: Plugins
In reply to: [EU Cookie Law for GDPR/CCPA] search engine, SEO friendly?What you wanna means?
There is already in the template.
Forum: Plugins
In reply to: [SportsPress - Sports Club & League Manager] Each user can add a match?Yes, I already seen that it’s possible to have a player vs player.
But in this case the standing table will show the players or teams?
And is it possible to create a page with all results of players (not teams)?
Forum: Plugins
In reply to: [SportsPress - Sports Club & League Manager] Each user can add a match?I tried your work around but:
1- there isn’t role as team;
2- with role as league manager the user can add all for the league, but I want that he is allow to add only matches…Forum: Plugins
In reply to: [SportsPress - Sports Club & League Manager] Each user can add a match?Hi Roch,
thank you very much for your reply, I’ll try your work around.
An additional question: isn’t possible to have just players without team?
As you know, for sports like tennis, in most cases there are only players without teams.
Please let me knwow.
For rounds/matches I mean that One user Can invite another for one battle (match) and insert Who Win and Who lose this match.
If a user Win a match he Will take for example 10 points, and the loser 5 points.
Exists an add-on to made this?
Forum: Plugins
In reply to: [ALO EasyMail Newsletter] Add more fieldHello, thanks for reply.
I found the problem and fix it. The code missing one “,”.
Now the code is ok:
function custom_easymail_set_my_custom_fields ( $fields ) { // Custom field: City $fields['cf_city'] = array( 'humans_name' => __("City", "alo-easymail"), 'sql_attr' => "VARCHAR(100) NOT NULL", 'input_type' => "text", 'input_mandatory' => true, 'input_validation' => false, 'input_attr' => "maxlength=\"100\"", ); return $fields; } add_filter ( 'alo_easymail_newsletter_set_custom_fields', 'custom_easymail_set_my_custom_fields' );
Thanks
Forum: Plugins
In reply to: [MailPoet Newsletters (Previous)] Try the New MailPoet 3 DEMO!I still see that there is no possibility to have a different “signup confirmation email” for a different list…
Forum: Plugins
In reply to: [SportsPress - Sports Club & League Manager] Members from WordPress UserVery good, thank you for the reply.
When a player create an event that is calling another player what happen in WordPress? It will be create a custom type post or what?
Forum: Plugins
In reply to: [SportsPress - Sports Club & League Manager] Members from WordPress UserHi, thanks a lot for the reply.
I want that a member can challenges another member without a competition that I, as admin, have created.
Is it possible?
Forum: Plugins
In reply to: [SportsPress - Sports Club & League Manager] Members from WordPress UserThanks again for your reply…
About point #2, my question could be: your plugin needs a calendar with all match between the user?Or it’s possible that the user can challenges other user in any moments, without any restrictions?
Forum: Plugins
In reply to: [SportsPress - Sports Club & League Manager] Members from WordPress UserThank you for reply.
I know that everything can be done with custom code :).
I’m just asking what I can do with your plugin without any custom code…
1 – A member can signup and set as member of your plugin per default?
2 – Your plugin required a strict calendary?Forum: Plugins
In reply to: [SportsPress - Sports Club & League Manager] Members from WordPress UserThanks for the reply.
What I’m searching is that the users can be challenge themselves without a strict calendary.
For example: a registered member 1 can invite other registered member 2 for a challenge. This member 2 can accept or disagree the invite for the challenge.
After their offline challenge they shall insert and convalidate the results of the match.
Do you think that I can made this functionality with your plugin?
Forum: Plugins
In reply to: [MailPoet Newsletters (Previous)] Php version requiredI have 5.3.29 and with the last version of mailpoet I receive this error:
Your version of PHP is outdated. If you don’t upgrade soon, new versions of MailPoet won’t work.
How Can I solve this problem?