
videokid
Members-
Posts
146 -
Joined
-
Last visited
videokid's Achievements

Sr. Member (5/6)
46
Reputation
-
Hello @adrian No worries, I thought that was the case, but I'd wanted to inform you.
-
videokid started following FrontendUser: login, logout and register users / members , Admin Actions , My Web Manifesto (UIKit + TailwindCSS + Grid) and 3 others
-
Hello Adrian, today I did an upgrade an I have following error: Parse Error: syntax error, unexpected '?' (line 52 of site/modules/ProcessAdminActions/actions/ConvertFieldsToMultiLanguage.action.php) FYI, kind regards.
-
Indeed, installed on a 3 0 131 version and it works... however, only 20 images are saved, no more... I tried with 21, 30, 50 .... but only 20 are being saved, although the minimum default is 50... Anyone an idea what could be the problem?
-
Hi, I was wondering if there is a reply option too, not only in the back-end... $mail->sendSingle(true)->to($toEmail, $toName)->replyto($repEmail, $repName) similar to: $headers.= "Reply-To: $emailFrom\r\n"; Thanks!
-
Released: Street Address Fieldtype + Inputfield
videokid replied to netcarver's topic in Modules/Plugins
@netcarver No problem... This is an upgrade from PW 2.7.2 and is now PW 3.0.114 [latest dev] FieldtypeStreetAddress version 1.0.6 I do NOT have Form Builder installed. -
Released: Street Address Fieldtype + Inputfield
videokid replied to netcarver's topic in Modules/Plugins
Hi, I decided to try this module ... so far no luck Compile Error: Default value for parameters with a class type hint can only be NULL (line 74 of /home/public_html/site/modules/FieldtypeStreetAddress/StreetAddress.php) Also, I got this notification: Failed module dependency: InputfieldStreetAddress requires JquerySelectize However, after installing jquerySelectize the error didn't go away... I hope this is somehow some useful information. -
Somehow this URL leads me to https site, but all my browsers are saying: not secure.... This server could not prove that it is www.manifoldjs.com; its security certificate is from *.azurewebsites.net I've added an exeption, but then I got a 'Page not Found' :-/ Edit* - never mind... -> https://www.pwabuilder.com/
-
Check file in attachment, that should rename all your existing files to the new [please do read instructions carefully, make sure you have a back-up] BTW, I didn't write it, but I have used it a few times, with success. also, new syntax is + ->url So, I guess in your case: <img src='{$child->overviewimg->eq(0)->getCrop('thumbnail')->url}' alt='$child->title'> Hope this helps.... cropupdate.php This is because, when changing from 'CropImage' to 'CroppableImage3', you actually have to re-enter the Crop Settings, in your case 'thumbnail'
-
Hi, WireMailSMTP was working fine, but somehow it stops, now all I get it this: ERROR: SMTP settings did not work. could not start TLS connection encryption protocol tried with google and yandex, same error.... Regards,
-
Well I don't see anything wrong.... But it is your default description indeed [MarkupSEO isn't picking up body/description field?]. Personally I'm not using MarkupSEO, I have everything in my _init.php configured and, so far at least, it is working.... It's a pretty old website, still running pw 2.7.1/2..... Haven't tried it on pw 3.x yet, but I guess this has nothing to with pw... I had a strange experience once where FB wasn't picking up any opengraph whatsoever, and I actually had to create a facebook app id for that site, but so far I've encountered it only once.... that was very weird too.... Sorry I can't be more informative....
-
That is weird! You have a link I can check out....?
-
It works for me... Did you have opengraph in your header? Check your page here.....
-
Is this module still be maintained? btw, this module seems to work on the latest PW version, but I can't install on a https site... PW keeps logging me out.
-
Released: PadLoper (commercial eCommerce platform for ProcessWire)
videokid replied to apeisa's topic in Modules/Plugins
PM me -
Module: AIOM+ (All In One Minify) for CSS, LESS, JS and HTML
videokid replied to David Karich's topic in Modules/Plugins
Yes, I left the ' namespace Processwire ' and added the backslash, and that did the trick! Thank you!