-
Posts
722 -
Joined
-
Last visited
-
Days Won
6
Everything posted by matjazp
-
'icon' => $page->map_repeater->marker_icon->url ?
-
It would
-
You should validate the user input using $sanitizer and use CSRF in the form.
-
I'm all ears to hear(read) the method used to hack the site, regardless of 777...
-
Pete, could we please have source code button on the CKE? And maybe remove styling?
-
I to have a feeling that forum is slower. What bothers me is that font in emails is just to small for my (old?) eyes. I have to zoom on my S4 to read the text. I also think, that avatar on the left (in emails) is just taking space and should be moved up, along with member name. Actually I don't need the avatar (nor any other picture) in the email, unless picture is part of the message. Upvoting/downvoting in mobile view is just taking space. Other than that I like the forum, it look great, at least for me. Ok, will need some time to adapt (and most of us don't like to adapt to much), but this is expected. I "survived" several forum upgrades and this one was the smoothest, great job, Pete!
-
When I tested, it didn't work so I looked at the source and commented that. I simply forget about js prefixing. But I just tested it now and it's working
-
Hm, can't see any prefix on rotate(180deg). Caching? But don't bother with that, I should upgrade my Android instead
-
When viewed on android browser (4.4.2, yes I know, it's old, I should upgrade ) here is what I see: It's ok on chrome.
-
Another approach: http://progressivered.com/fla/
-
"breaking into a wordpress site without knowing wordpress/php or infosec at all" -> https://notehub.org/5zo2v
- 9 replies
-
- 2
-
-
- infosec
- cybersecurity
-
(and 3 more)
Tagged with:
-
Didn't try the module (great name btw) yet, but how about making header sticky in the default admin theme? after-the-weekend, of course
-
Ideally, this should be in ProcessPageList module config settings ...
-
It's jquery.longclick.min.js at least this is used in my installation. File is minimized and difficult to edit. This is not a recommended path (as I already mentioned), since core upgrade will overwrite your changes. The right path is by using AdminCustomFiles module: install the module, create folder /site/templates/AdminCustomFiles and create the file ProcessPageList.js with something like that: $(document).ready(function(){ jQuery.longclick.duration = 2000; }); Note: written in browser and not tested. Or you could hook on Page::render (in some module or ready.php) and inject the script. Or wait for tpr's module Edit: tpr beat me fast->faster->tpr
-
$.longclick.duration is set in /wire/modules/Jquery/JqueryCore/jquery.longclick.js (and it's minified version!) at line 61, so you could change the value there, but this is not recommended since core update will overwrite your changes.
-
Maybe you could change $.longclick.duration using AdminCustomFiles (just guessing, didn't try)?
-
The forum is faster here in Slovenia too,14 hops. http://d1juguve2xwkcy.cloudfront.net/assets/pwpc/pwpc-b8594d04ae7b74395f137a08f185ce7577edffa6.js is missing in http://modules.processwire.com/
-
Interesting reading: https://jakearchibald.com/2014/dont-use-flexbox-for-page-layout/
-
I was at http://www.barbecue.nl/barbecue-menu/barbecue-menu/ and when I clicked BESTEL I got JSON response: {"success":false,"message":"","redirect":false,"reload":true,"reloadCart":false} I browse with javascript off.
-
Accessing filesize property of $file in admin template
matjazp replied to ZGD's topic in API & Templates
Check what is $i (use TracyDebugger). Does: $pagesWithImages = wire('pages')->find($fieldname.">0, sort=title"); make a difference (removed .count)? You can also use: $imagedata = $p->getUnformated($fieldname); then you don't need is_array check. -
I would check the settings for logo Imagefield ... try $child->logo->first()->width()
-
ProcessImageMinimize - Image compression service (commercial)
matjazp replied to Philipp's topic in Modules/Plugins
Marvin Scharle responded to my mail on 11 Dec 2015 about PW3 support: Looks like the project/service is unmaintained. -
Horst, thank you for explanation. One question: if you don't use $options array then $config->imageSizerOptions from /wire/config.php is used? So when you use just $img->width(xxx) then default quality of 90 will be used? And what options are used when you resize/crop the image in admin interface (in image UI)? For thumb generation, $config->adminThumbOptions is used, right?
-
Unexpected issues around images not displaying, Mod rewrite error
matjazp replied to Matt Cohen's topic in General Support
What do you mean by "trying to display images on my site"? I'm using your (original) web.config and it's working, at least I don't get 500, (2008 R2, IIS 7.5). Configure Failed Request Tracing, maybe you can see something in the logs? -
Don't use SessionHandlerDB module. Or uncheck "Track IP addresses in session data". Check what you get from $session->getIP(true). It might be related to IPv6 (https://github.com/ryancramerdesign/ProcessWire/issues/1596).
- 3 replies
-
- 2
-
-
- iis
- windows server
-
(and 2 more)
Tagged with: