gmclelland
Members-
Posts
571 -
Joined
-
Last visited
-
Days Won
6
Everything posted by gmclelland
-
Hi @spackmat, welcome to the forums. Some fields have basic validations that can be configured in the field's settings. In more advanced cases like you mentioned, it would be better to handle those with hooks to add your own validation.
-
How to submit Pull Requests to the ProcessWire Core
gmclelland replied to bernhard's topic in Tutorials
Thanks bernard, great writeup! In case it helps someone else, here's the guides I use(which are very similar) https://akrabat.com/the-beginners-guide-to-contributing-to-a-github-project/ https://akrabat.com/the-beginners-guide-to-rebasing-your-pr/ - the followup -
I wonder if adding this to your site's /site/config.php file will work? // I receive a warning when visiting the admin area // Warning: your server locale is undefined and may cause issues. Please add this // to /site/config.php file (adjust “en_US.UTF-8” as needed): setlocale(LC_ALL,'en_US.UTF-8'); setlocale(LC_ALL,'en_US.UTF-8');
-
That fixed it. Thanks for the quick fix.
-
Hi Adrian, just wanted to let you know that I just upgraded to latest TracyDebugger and received the following error on the API Explorer Panel: Error: Call to a member function convertNamesToUrls() on null in /Users/glenn/websites/pwmlec/wwwroot/site/assets/cache/FileCompiler/site/modules/TracyDebugger/panels/ApiExplorerPanel.php:205 Stack trace: #0 /Users/glenn/websites/pwmlec/wwwroot/site/assets/cache/FileCompiler/site/modules/TracyDebugger/panels/ApiExplorerPanel.php(108): ApiExplorerPanel->buildTable('adminTheme', Array) #1 /Users/glenn/websites/pwmlec/wwwroot/site/assets/cache/FileCompiler/site/modules/TracyDebugger/tracy-master/src/Tracy/Bar.php(161): ApiExplorerPanel->getPanel() #2 /Users/glenn/websites/pwmlec/wwwroot/site/assets/cache/FileCompiler/site/modules/TracyDebugger/tracy-master/src/Tracy/Bar.php(110): Tracy\Bar->renderPanels() #3 /Users/glenn/websites/pwmlec/wwwroot/site/assets/cache/FileCompiler/site/modules/TracyDebugger/tracy-master/src/Tracy/Debugger.php(294): Tracy\Bar->render() #4 [internal function]: Tracy\Debugger::shutdownHandler() #5 {main} Thanks for the all the improvements! They look really helpful.
-
-
@heldercervantes Bump. Any chance you could share the code for this? Still interested
-
image descriptions can't be changed in my repeaters
gmclelland replied to rushy's topic in General Support
What version of Processwire are you running? You might consider upgrading to the dev version of Processwire on a local setup to see if the problem is already fixed. -
It is quite trippy. I find myself staring at the center of the screen getting hypnotized. ??
-
I have the following In my template's settings under Advanced > List of fields to display in the admin Page List {event_start_datetime} - {title} I believe it will show the date as the field is configured under the field's date and time output format code in the field's settings > Details. In my case the page tree shows: May 2, 2018 7:30 pm - Name of my event
- 5 replies
-
- page tree
- page label
-
(and 1 more)
Tagged with:
-
This has got to be the craziest website I have ever seen: http://zoomquilt2.com/ http://zoomquilt.org/ It's like infinite zooming. Contains some questionable content, may be NSFW.
-
Thanks for clarifying.
- 10 replies
-
- beginners
- helper function
-
(and 1 more)
Tagged with:
-
bug after updating, ProcessWire dev 3.0.116 -> 3.0.117
gmclelland replied to slave's topic in General Support
https://processwire.com/blog/posts/rebuilding-pw-website-part2/ -
@bernhard I thought /vendor/autoload.php was already loaded by Processwire automatically if it exist? https://processwire.com/blog/posts/composer-google-calendars-and-processwire/ Maybe you don't need to require it in your modules?
- 10 replies
-
- beginners
- helper function
-
(and 1 more)
Tagged with:
-
How about adding a full screen button to the API Explorer panel? Like it is with the Console panel.
-
Thank you for building the API Explorer. I just checked it out and looks very helpful indeed. Clicking the line number even opens the file directly in my VSCode editor. Nice! This sounds good to me.
-
Strange Problem with CKEditor and mystyles.js
gmclelland replied to felted's topic in General Support
See if this helps: -
Try this PR and see if it works for you. It worked for me. https://github.com/benbyford/MarkInPageTree/pull/2 I don't think we need any special module permissions.
- 28 replies
-
- icon
- fontawesome
-
(and 2 more)
Tagged with:
-
I have a working version, I'll send you a PR on github.
- 28 replies
-
- icon
- fontawesome
-
(and 2 more)
Tagged with:
-
Looks like we can fix the caveat I described above by adding a similar role select field like File Rename module does: https://github.com/Toutouwai/FilesRenameReplace
- 28 replies
-
- icon
- fontawesome
-
(and 2 more)
Tagged with:
-
Hi Benbyf, I'm really enjoying this module. It really helps visualize how the page tree relates to the templates. I'm using "template" in Data. One request: It would be really helpful if you could add a permission so that only super users see the MarkInPageTree stuff in the Page Tree by default. If other roles need to see the MarkInPageTree stuff in the Page Tree, a site admin could add a MarkInPageTree permission to that role. The only caveat is that existing sites that have already installed this module will need to be updated to use the new permission.
- 28 replies
-
- icon
- fontawesome
-
(and 2 more)
Tagged with:
-
Ya, I initially thought it would show all the permissions. As for the colors: maybe a light green background with a dark green check mark and light red/pink background with a dark red "X" ?
-
Another idea for you: Would it be possible on the Dumps and Dumps Recorder panels to auto expand the dump if there is only 1 dump? That way someone doesn't have to click the plus sign or arrow to open the dump every-time the page is refreshed? Currently by default it is always collapsed. No worries if you can't, just a suggestion. Appreciate all you do.
-
CKEditor custom styles work in frontend editor not backend
gmclelland replied to JayGee's topic in General Support
Yep, BitPoet is correct. See