Greatest hits from previous weeks:
|
When I add this to my Nginx Confirguration file: location ~* \.(js|css|png|jpg|jpeg|gif|ico)$ { expires 7d; add_header Pragma “public”; add_header Cache-Control “public, must-revalidate, …
|
When doing a composer update in a Craft project on MacOS Catalina, I suddenly get the following error: ***** requires ext-zip * -> the requested PHP extension zip is missing from your system. Any …
|
Very simple request! All I want to do is to be able to get the full URL of the page & output that in the HTML (for a ‘share this page’ link). Can anyone help please? Many thanks!
|
** After continuing to play around with this I realized that I did not need to add nl2br, adding hacksaw was actually removing the formatting from the rich text field. I opened a new question here …
|
Is it possible to use strait PHP in our templates along side of Twig and or instead of Twig? If so how does one go about it?
|
I have tried everything to install Craft on my server, and I have not been able to do it. I have done this a few times before without any issues, but since version 2.3 was released, I can’t access the …
|
How do I check what type my variable of (string, integer, boolean, array, dictionary, etc)?
|