cotp
Forum Replies Created
-
Thanks Zealous for your answer, does it also work if the space is inside a variable ?
Like what I have entered for “PDF File Name Prefix” right now is
[companyname]_myform_[mydate]sent_on[date]
and when people enter a company called “Custom Test”, the pdf isn’t saved to the server and causes a bug in medialibrary.I have latest version of the plugin installed and just tried it again and the URL for the plugin was
https://mywebsite.com/wp-content/uploads/2023/02/Test Space Problem_myform_24.02.2023_sent_on_22 février 2023-1677094466-3028.pdf
So you can see there are spaces in “
Test Space Problem
” which was the name of the company I gave an also on date “22 février 2023
“Thanks for your feedback if you have anyidea why
Cotp
Forum: Plugins
In reply to: [Custom Datepicker NMR] How to prevent certain dates to be picked up ?Hello Mircea and thanks for answering my message.
I use the datepicker on a form where people register for an event but sometimes I would like to make it not possible to choose certain dates.
For now I use this:
[datepicker* date-myfield1 id:date-myfield1 format:dd.mm.yy min:2023-01-01 max:2033-08-08]
Now what if I want let’s say to forbid February 11 2023 to be chosen or also to forbid period of time from February 22 2023 to February 27 2023 to be chosen ?
Is that possible ? What should I write ?
Thanks again,
Cotp
- This reply was modified 1 year, 9 months ago by cotp.
Forum: Plugins
In reply to: [Generate PDF using Contact Form 7] Display date in French l j F YI also tried using [date] to displays todays date and it inserted the date in English, anybody has an idea on how I can use date in French language ?
Forum: Plugins
In reply to: [Generate PDF using Contact Form 7] Display date in French l j F YFor now I use [date-448] so in the pdf it displays 2022-12-31 when I would like it to be 31-12-2022…
Any idea on what I should do ?
Cotp
Forum: Plugins
In reply to: [iQ Block Country] Error 500 after updating iQ Block Country to 1.1.50yes exactly, I updated it but then a=had the error 500 on the front end. If I desactivate the plugin then the error disapears…
How do I find the info on the tools tab ??
I installed debugging mod with wordpress config.php
and then activated the plugin again.
After I downloaded debug.log from wp-content, here it is:[01-Jun-2018 20:19:35 UTC] PHP Warning: require(/home/mysite/www/vendor/composer/../guzzlehttp/promises/src/functions_include.php): failed to open stream: No such file or directory in /home/mysite/www/vendor/composer/autoload_real.php on line 66
[01-Jun-2018 20:19:35 UTC] PHP Warning: require(/home/mysite/www/vendor/composer/../guzzlehttp/promises/src/functions_include.php): failed to open stream: No such file or directory in /home/mysite/www/vendor/composer/autoload_real.php on line 66
[01-Jun-2018 20:19:35 UTC] PHP Fatal error: require(): Failed opening required ‘/home/mysite/www/vendor/composer/../guzzlehttp/promises/src/functions_include.php’ (include_path=’.:/usr/local/php5.6/lib/php’) in /home/mysite/www/vendor/composer/autoload_real.php on line 66the thing is I see I have this vendor folder at root and I don’t know if it was installed by a plugin or if I have been hacked (could not find anything about it on google nor inside the php code).
Does that help ?
Cotp
Forum: Fixing WordPress
In reply to: Media library blank after 4.4 updateSomething very strange:
I have the bug in Firefox, Chrome, IE, Safari … but not OperaMmmm
Forum: Plugins
In reply to: [PR Splash] Desactivate the splash after its already displayedIt would be very useful to have it only dipayed once, not sure if I need to use cookies for that ?
Forum: Plugins
In reply to: [Gwolle Guestbook] sort posts entries by dateThanks very much Marcel this solved the problem !
Forum: Plugins
In reply to: [Gwolle Guestbook] sort posts entries by dateHello Marcel,
Thanks for anwsering me
No, what I did is manually entered a new message from the frontend and then modified the date of each message in PHPMYADMIN. I had to convert each one with a proper timestamp (I used an Excel function for that)
My first messages are in that order for now:
22 may 2001 at 2:40am min:
19 march 2000 at 11:31pm min:
1 november 1999 at 6:57pm min:
1 june 1999 at 8:20am min:
24 june 2015 at 5:40pm min:
2 april 2015 at 9:08pm min:
6 february 2015 at 6:28pm min:
2 july 2014 at 10:59pm min:
28 january 2014 at 11:43am min:By default the order should be by date or by post id ?
What do you think causes the problem if it should be by date order ?
Cotp
Forum: Plugins
In reply to: [Cue by AudioTheme.com] Autostart Autoplayproblem solved
Forum: Plugins
In reply to: [Cue by AudioTheme.com] Autostart AutoplayOk found the answer with help on a javascript forum
Change:
<audio
to
<audio autoplay=’autoplay’??
Hello again,
If I see a bad IP has try to connect several times to my site, is there a way or a feature so that I could block this IP to all my websites where WordFence is installed ?
Has someone managed to do that or could share their procedure on that ?
Thanks in advance,
Cotp
Thanks Mark for your answer,
Where in the plugin do I activate the Wordfence Security Network ? Is it in the Options page ?
Is it also possible to export the list of bad IP and block several IP at the same time ? I mean to share the bad IPs I have blocked between my sites ?
Thanks
Cotp
PS: By the way just for curiosity how do you filter ? Is it by the number of connections attempt ?Forum: Plugins
In reply to: [YARPP - Yet Another Related Posts Plugin] Pages and related pagesAny feedback on this issue ?
Thanks in advance
Cotp
Forum: Plugins
In reply to: [Gravity PDF] Creating first custom templateAhhhhh searching on your forum, I managed to do it that way
$field2 = $form_data['field']['2']; $field3 = $form_data['field']['3']; $field4 = $form_data['field']['4'];
Cool ??