wp-nicolas
Forum Replies Created
-
That would be great!
Thank you!
Forum: Plugins
In reply to: [Easy Updates Manager] Unable to Change SettingsHi,
I’ve got the same problem.
Context: the site was in Ionos “Managed WP” which I did cancel recently.
So I installed EUM (9.0.17), but the settings don’t react to choices.The download-link from above (https://filetransfer.io/data-package/53XJZIL6 ) asks for a sign-in which will be turned into “premium”…
Could you please provide another link to easily download your patched file?
Are there other plugins known to conflict? The admin beforehead of me had installed a biiiig bunch of plugins… (Elementor et al.)
Thanks a lot!
NicolasForum: Plugins
In reply to: [WP phpMyAdmin] Fatal error: Uncaught Error: Class ‘TCPDF’ not found in …Thanks a lot!
Works fine, now!Thank you for all the work you invest in this plugin!
Greetings
NicoForum: Plugins
In reply to: [WordPress Access Control] Fix for new WP version (4.5)Thank you very much !!
Forum: Plugins
In reply to: [Participants Database] Not sending email on new entryThis is the solution and – perhaps – a suggestion for an enhancement:
To be able to select the “Primary Email Address Field” it has to be of field-type “text”.
So, first I set the Email-field in the database-fields-section of the plugin to “text” and save.
Then I can select it as the “Primary Email Address Field” in the configuration-section and save.
Then I go back and set the field-type back to “hidden” (since it is filled with ‘current_user->user_email’ by default, which would appear as plain text if the field-type was “text”), and save.Now it works.
But the next time, the configuration-section is opened, the Email-field is no longer in the drop-down-list of the “Primary Email Address Field”.
So, after the a.m. procedure I don’t touch this section anymore…
:o)Perhaps you could make the “Email”-attribute rather than the “text”-field-type to be the selector for the drop-down-list-collection of the “Primary Email Address Field”?
Kind regards – and thanks for a great plugin!
NicolasForum: Plugins
In reply to: [Participants Database] Participants Database Plugin Email & Thank You IssueOk -for my case I’ve found a proper solution:
I had a (dropdown-)list of email-addresses (type E-MAIL π but this doesn’t work.
It seems that E-MAIL has to be a textfield.Now I succeeded with a hidden field of type E-MAIL
with the default value ‘current_user->user_email’.Forum: Plugins
In reply to: [Participants Database] Participants Database Plugin Email & Thank You IssueThanks for a comfortable plugin!
But: I’ve got the same problem…
The plugin worked well until few days/weeks ago.
(Could it be a concern of an update?)
Best regards,
NicolasForum: Plugins
In reply to: [WordPress Access Control] Pages are protected, posts are notI have *no* problem when I’m not logged in.
But I *have* the same problem, when I’m logged in as a subscriber:
I can see a list of posts, marked as “members only: admins”.
When I click a single post, it redirects to login instead of showing the refusal message.resolved
Yes.
And here is the solution of the problem for future researchers:
An individual value (on form-basis) for “checkbox” (= single checkbox)
like “Yes” or “True” or whatever, is definitely NOT possible.BUT:
We can use 1 “multiple checkbox”, check “hide label”
(since the label would add an additional line above the checkbox),
and fill in the “select options”: ‘YES==I love the women’
(without quotes).
“I love the women” is shown beside the checkbox (as its label),
“YES” is the result (f.i. in a CFDB-table <- that’s my case)
when checked.Thanks and regards