gmclelland
Members-
Posts
571 -
Joined
-
Last visited
-
Days Won
6
gmclelland last won the day on March 3 2022
gmclelland had the most liked content!
Profile Information
-
Gender
Male
-
Location
Texas (DFW area)
Recent Profile Visitors
6,897 profile views
gmclelland's Achievements
Hero Member (6/6)
506
Reputation
-
Thanks @erikvanberkum! How were the mega menus modeled in the backend of ProcessWire?
-
Great write up gebeer! Very nice looking pdfs. I would also be interested to see how the mega menu was created on that site.
-
Thoughts on Image Usage: Summarise sizes, types, etc.
gmclelland replied to strandoo's topic in General Support
How about this? https://processwire.com/modules/process-media-lister/ -
@ryan while reading through https://processwire.com/blog/posts/text-blocks, I noticed the examples aren’t being shown: Example of using Text Block template files Here are processwire.com we use a Text Block template file for our ProcessWire download links. Below we've typed show_download and this in turn loads the file /site/templates/text-blocks/download.php. That file connects to GitHub, grabs the latest version information, and then generates these buttons you see below: reveal_download I think the reveal_download text should show the download buttons. I also noticed that the Requirements listing isn’t showing. Anyways, just thought you would like to know. Have a great weekend!
-
Enhancing Security and Efficiency in ProcessWire Installations
gmclelland replied to AswinC's topic in General Support
Here's one place this was talked about in the past: https://github.com/processwire/processwire-requests/issues/142 -
@kaz I posted a link to a tutorial in my post above. The difference is in that tutorial the templates exists in a “fields” directory and not in a views directory. Rendering fields template files are also described here https://processwire.com/blog/posts/processwire-3.0.7-expands-field-rendering-page-path-history-and-more/#field-rendering-with-template-files
-
This tutorial might help? https://processwire.com/talk/topic/27499-something-like-gutenbergdrupal-paragraphs/#comment-226306
-
Thanks for sharing BitPoet! I did notice a couple of typos as well: * echo "<div class='year'><h2>$year</h3>" . PHP_EOL; and <div class='year'><h2>2016</h3> Notice the h2 and h3 don't match up?
-
Here's an article that talks about hot-reloading in Craft CMS using Alpine.js: https://aaronmbushnell.com/hot-reloading-content-in-craft-cms-live-preview/ It also references an article about Statamic's live preview as well: https://jacksleight.dev/posts/hot-reloading-statamic-s-live-preview-in-a-traditonal-mpa Just thought I would share in case it is relevant?
-
Using DDEV for local ProcessWire development (tips & tricks)
gmclelland replied to bernhard's topic in Dev Talk
Found this recently. Thought I would share. It provides a GUI in VSCode for DDEV. https://marketplace.visualstudio.com/items?itemName=biati.ddev-manager -
Using DDEV for local ProcessWire development (tips & tricks)
gmclelland replied to bernhard's topic in Dev Talk
In case anyone runs into the same issue... After I upgraded Docker Desktop for Mac to the latest version, I started getting errors in DDEV on all of my DDEV projects. @rfay from DDEV - pointed me to the fix at https://github.com/docker/for-mac/issues/6677 Error response from daemon: Ports are not available: exposing port TCP 127.0.0.1:443 -> 0.0.0.0:0: failed to connect to /var/run/com.docker.vmnetd.sock: is vmnetd running? The fix for me was to run these two commands: /Applications/Docker.app/Contents/MacOS/install remove-vmnetd sudo /Applications/Docker.app/Contents/MacOS/install vmnetd -
See this...
-
PW 3.0.215 – Core updates (jQuery upgrades)
gmclelland replied to ryan's topic in News & Announcements
Haven’t tried it yet, but it looks like there is a new fork of selectize at https://tom-select.js.org I just saw this and thought I would report it here in case it is relevant? -
Sorry, I just realized https://processwire.com/modules/files-rename-replace/ is only for file fields, not image fields.