gmclelland
Members-
Posts
571 -
Joined
-
Last visited
-
Days Won
6
Everything posted by gmclelland
-
Good idea adrian! You might want to flip the table rows/columns? roles listed horizontally, permissions listed vertically. I was thinking that there will probably always be more permissions than roles. I would rather scroll vertically than horizontally. That is how Drupal's permission page works. This shows it enhanced with the https://www.drupal.org/project/instantfilter module for instant permission filtering like the AdminOnSteriods module does in Processwire.
-
Yikes! Same thing happened with my wife on the day my son was born. They gave her IV antibiotics and she quickly got better. Cats can sure be fussy sometimes.
-
Emmet works in php files with "emmet.triggerExpansionOnTab": true, but the built in Auto Close tags feature stops working in php files for some reason. I'm not sure, but I think I also had to add the following as well to my settings.json: // from https://caffeinecreations.ca/blog/craft-twig-cheatsheet-for-visual-studio-code/ // from https://code.visualstudio.com/docs/editor/emmet "emmet.includeLanguages": { "twig": "html", "php": "html", "javascript": "javascriptreact", "vue-html": "html" }, You can see the VSCode Auto Close tags feature by typing in an .html file <div>tab tab which expands it to <div></div>. In a php file this won't work in my setup at least.
- 242 replies
-
- 1
-
- visual studio code
- vsc
-
(and 2 more)
Tagged with:
-
I know this is an old thread, but since it looks unsolved I thought I would share what worked for me in case people are searching the forums. Here are the steps I took: renamed mystyles.js to customstyles.js located at site/modules/InputfieldCKEditor/customstyles.js edited customstyles.js to change the text from mystyles to customstyles.... CKEDITOR.stylesSet.add( 'custom-styles', [ edit the field settings for the field to point to the new customstyles.js The problem for me was that I needed to change the prefix as well from mystyles:/site/modules/InputfieldCKEditor/customstyles.js to customstyles:/site/modules/InputfieldCKEditor/customstyles.js They have to match the file name. Hope that helps someone.
-
-
Repeater field in pages Template Select field
gmclelland replied to karian's topic in General Support
What version of Processwire are you running? I thought this had been fixed already? Maybe you can try with the latest version of Processwire dev branch? -
Including files that are in sub directories - issues
gmclelland replied to ZionBludd's topic in Getting Started
On mobile, Try using ./src/components/etc... -
@joe_ma The https problems should already be fixed in the latest version. You can download the latest version from https://github.com/madebymats/FieldtypeLeafletMapMarker/
-
Thank you tpr! That was very helpful.
-
@grimezy - Care to share some screen shots of how your setup works?
-
I really like how you used the MarkInPageTree module on your other case study to show which page templates are being used. That might help others here understand your setup better?
-
Hi @tpr , I know this is older now, but it sounds interesting. Care to share any more information about this? What do you name the templates? How exactly does it work? Can you show a screenshot of the different types of RepeaterMatrix items?
-
Yep, web dev is one of things I do. I work for a municipality in a small IT department. makes sense now. I'm a bit tired now, but I'll probably need to re-read this thread and re-watch the video a few times to fully understand everything. Glad monosnap worked for you. I like how you can snap a screenshot, instantly add annotations, and drag it into a post to upload. Thanks for sharing your technique. That's what I love about the Processwire community. Everyone is so helpful.
-
Joe, that was very helpful. Thank you so much...from a fellow Texan(..DFW area)! I really like how you can use Processwire's page hierarchy to build out your pages with components. I'm still a little confused on what the difference between "Page Layout" and "Detail Layout" is? If you set the Page Layout to "Basic Page", does that mean only uikit components can be added as children to the "Content" page below it? If you set a Detail Page Layout to "Service", does that mean only "Service" type pages can be added as children to this page? I'm also a little confused on the "Page Layouts" in your tree. I'm assuming that those are for when you want to reuse the same layout with configured components between pages? For example: If you created two pages "Company Blog" and "Company News" that both use the "Blog" page layout that is under "Page Layouts" in the page tree? Sorry, I know lots of questions... I find this all eye opening and intriguing. Thanks again
-
This might help https://css-tricks.com/screen-recording-utilities-for-macos/
-
Thanks joer80! I use https://monosnap.com/welcome for taking screenshots and making recordings. What OS are you using? People on Windows recommend https://www.cockos.com/licecap/ for making gifs. I'm not sure about a web based recorder? Maybe somebody will chime in here? I think on Macs you can also use the builtin Quicktime to record a portion of your screen. I'm also interested in how you made the tabs that contain columns on https://www.healthcareexpress.us/services/urgent-care/ ?
-
I'm enjoying this discussion. I would love to see more people sharing screenshots of their setups and techniques describing how they handle complex layout requirements. @OLSA - That's a really nice site and a good example of a site with a lot of different page layout styles. Did you create that in Processwire? If so, care to share how the pages are built in Processwire? Looks like another interesting technique was just shared:
-
@joer80 that's an impressive looking setup. I've tried reading through this several times, but I'm finding it hard to wrap my brain around everything. Any way you could put up a quick screencast(or gif) showing how you would edit the homepage and how things can be easily moved or changed? If not, no worries. Thank you for sharing how you achieved this! Another question, what's the reasoning behind having an "Admin Home" and a "Home?"
-
I haven't tested these yet, but to reduce the amount of fields you could try: http://modules.processwire.com/modules/fieldtype-yaml/ https://processwire.com/blog/posts/functional-fields/ formerly called Static fields https://processwire.com/blog/posts/processwire-updates-and-new-field-types/. Note this is a paid module. All the other Profield modules https://processwire.com/talk/store/product/10-profields/
-
@modifiedcontent Maybe this is similar to and this issue https://github.com/processwire/processwire-issues/issues/650 which was recently fixed at https://github.com/processwire/processwire/commit/a1676b0adb3bb7877d0602e1ab1929fd5aff73d4 You might need to download and update Processwire to the latest dev commit? Hope that helps
-
Gutenberg For ProcessWire ?!
gmclelland replied to Mustafa-Online's topic in Module/Plugin Development
I saw somewhere on Twitter that someone mentioned they were doing something similar with Drupal and http://editor.ory.am/ -
Gutenberg For ProcessWire ?!
gmclelland replied to Mustafa-Online's topic in Module/Plugin Development
https://wptavern.com/first-look-at-live-demo-of-the-gutenberg-content-editor-for-drupal-8 -
Hmm... It works for me without error. Did you maybe forget the opening <?php tag?
-
All credit goes to Macrura, it is his module. Can you post the code you are using?
-
Hi Peejay, What happens when you go to /processwire/module/ and click on the "clear compiled files" button? I just upgraded my local install and I'm not seeing this problem.