Chuckie
Forum Replies Created
-
Forum: Plugins
In reply to: [Site Reviews] Critical exception when upgradingMaybe, after Site Reviews was updated, the cache did not update. So when the extra was updated, it didn’t pick up the latest version of the code. BUt all seems fine now.
Forum: Plugins
In reply to: [Site Reviews] Critical exception when upgradingI think I updated Site Reviews first. Then Site Reviews – Filters. I can’t remember at which point it was raised. But if all is good, then no worries.
Forum: Plugins
In reply to: [Simple Download Monitor] MAnaging BOTSI do have reCaptcha 3 active and I understand that your plugin with not work with my reCaptcvha that I have running on my site.
Forum: Plugins
In reply to: [Simple Download Monitor] MAnaging BOTSPut it this way. It would be nice to filter the log to USER downloaded content. HUMANS. Clearer?
Forum: Plugins
In reply to: [Simple Download Monitor] MAnaging BOTSHi @mra13
The documentation for this setting says:
Use this if you do not want to capture the User Agent value of the browser when they download an item.
Simple Download MonitorWhen I asked ChatGPT about this string it said:
Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; GPTBot/1.2; +https://openai.com/gptbot)
This user agent string provides specific information about the browser and the bot accessing a web page. Let’s break it down:
- Mozilla/5.0: This part is a legacy token that indicates compatibility with older web standards.
- AppleWebKit/537.36: This specifies the rendering engine used, which is WebKit (the same engine used by Safari and Chrome).
- (KHTML, like Gecko): This indicates that the browser is compatible with KHTML (the engine used by Konqueror) and Gecko (the engine used by Firefox).
- compatible: This suggests that the bot is designed to be compatible with various web standards.
- GPTBot/1.2: This identifies the specific bot, in this case, GPTBot version 1.2.
- +https://openai.com/gptbot: This provides a URL where more information about the bot can be found.
So, I don’t understand your response. A user agent string will be fine – for a user. But from the above it is saying this is from a bot and not a user. So, what concept am I not understanding here?
Forum: Plugins
In reply to: [Simple Download Monitor] Misleading “Uploaded to”Hi! Thanks for the reply. I have now manually corrected it in the backend.
Is it possible that when we have an existing “Download” and we edit the download and select a new thumbnail / download file (both via Select > Upload) … in this context what happens to the previous thumbnail / download? What is meant to happen from the plugins point of view with the replaced files?
Maybe that was why, as I have been updating the downloads this way.
Forum: Plugins
In reply to: [Simple Download Monitor] Download counterI knew that. It is a feature request.
Or, is there ability to somehow Customize how we get the displayed could? Eg via php we get the count for the 2 files, add together and divide by 2, and show that value?
Forum: Plugins
In reply to: [Donations via PayPal] Offer several default amountsForum: Plugins
In reply to: [Simple Download Monitor] Download counterThats because SDM does not allow us to provide different installers for the same product using a single id.
Forum: Plugins
In reply to: [Simple Download Monitor] Download counterHi
Did you click my link?
One application, but to flavours:
- 32 bit
- 64 bit
At the moment they have separate download counts. They should fall under the same product. Really there should be common counter and the distinct counters.
- This reply was modified 6 months ago by Chuckie.
Forum: Plugins
In reply to: [Site Reviews] Email fieldsWorking well!
Forum: Plugins
In reply to: [Site Reviews] Email fieldsThanks. Will try. So this field has become obsolete?
Forum: Plugins
In reply to: [Conditional Fields for Contact Form 7] Console errorsThanks. FYI, related question is here:
Forum: Plugins
In reply to: [Site Reviews] Console errorsDone. Thanks.
Forum: Plugins
In reply to: [Site Reviews] Console errorsHi
I had feedback here:
Console errors | www.ads-software.com
They say I need to remove the
wpcf7-form
class from this form:<form class="glsr-filters-form glsr-form wpcf7-form" method="get" >
Because it is a non-CF7 form.