-
Posts
2,252 -
Joined
-
Last visited
-
Days Won
59
Posts posted by wbmnfktr
-
-
First of all do a backup to keep at least what's still saved. Then check where the HannaCode Textformatter is still set (Textareas).
Have you cleared compiled files? Are there any errors in the browser console or ProcessWire log?
Anything?
Can you tell us a bit more about the Combo field, its fields and settings.
Screenshots would be a great to help to understand the structure.What does the HannaCode do?
Are there any hooks in ready.php or custom modules?
-
Not sure if anyone of you ever ran into the issue that your .htaccess file redirects to a forced www-version. I use this in most of my setups way more lately.
There is the option to add additional hostnames to your DDEV config right away or later on from the CLI.
ddev config --additional-hostnames www.pwseoYou can update your .ddev/config.yaml manually as well - restart is needed in both cases.
name: pwseo type: php docroot: "" php_version: "8.2" webserver_type: apache-fpm xdebug_enabled: false additional_hostnames: - www.pwseo additional_fqdns: [] database: type: mariadb version: "10.4" use_dns_when_possible: true composer_version: "2" web_environment: []This setup saves me headaches in terms of keeping different .htaccess files around for DEV/STAGE/PROD.
-
3
-
-
1 hour ago, FireWire said:
I don't remember it being difficult, everything works as well as it did when I was on Ubuntu. Odd that it gave you trouble. I installed Docker then DDEV then done.
Don't remember the exact packages but some weren't available at all, some broken... it was a disaster. Stayed on Manjaro for a few weeks on, even a big update didn't fix it. So I moved on.
Right now the latest minimal i3 .iso is loading and Gnome Boxes is ready for test-drive. Perfect sunday evening. ?
Update:
Maybe I'm sold on Manjaro again. Installed the i3 and Gnome version in Boxes and even the Gnome version was way faster there than the native/bare-metal Ubuntu-version of Gnome.Installing DDEV on Manjaro is even easier than on Ubuntu now:
sudo pacman -Syyu sudo pacman -S docker yay -Syyu ddev-bin sudo usermod -aG docker $USER sudo systemctl start docker.service sudo systemctl enable docker.service reboot
AND... everything looks way more polished in Gnome now.
Will keep the VM for a while and work on some projects there.That's insane how good Manjaro became (compared to Ubuntu and Fedora).
-
2
-
-
1 hour ago, FireWire said:
For web and layout design I've switched over to using the FOSS Penpot web app.
Wow... Penpot is awesome. Maybe it's time to ditch Figma and move over all my files.
2 hours ago, FireWire said:I just switched to Manjaro and have had a flawless experience.
Manjaro was really an awesome experience but I moved when there was no way to install a working DDEV environment with it. Are there now all moving parts available? Didn't plan to move back, but maybe... the AUR, minimal footprint, and recent versions were great.
-
1
-
-
On 6/15/2024 at 8:24 AM, update AG said:
Here's briefly how it works with the default values of 1 day, 2 days and 3 days:
[...]Does that make sense?
Absolutely, yes. Makes totally more sense now to me now.
The lists fill up nicely now. Forgot to delete my cache (ProCache) in-between but now everything looks good.
The log is much cleaner now and ScreamingFrog gets detected. Nice!
And finally found the overview.
Awesome!
-
1
-
-
5 minutes ago, FireWire said:
? <- me, pretty much all the time with ProcessWire.
Fantastic stuff. Thanks as always, and happy Friday everyone!
Imagine we could clone @ryan. (super villain laughing in the background)
-
3
-
2
-
-
Ok, not sure who to ask here but PageHitCounter access to its counter is logged here as 404 - which could be and maybe is correct. Yet I don't know how or if this will mess up MostViewed counts.
Ping @David Karich.
In addition to this.
You might want to add ScreamingFrog as a bot/crawler if possible.
-
So... I just installed it on a quite crowded site. Is there a way to see in the backend when there is enough data collected to show somewhere? Or should I just wait for a week or two?
Maybe it's me but I'm not sure what this means. Sure 1 day, 2 days, 3 days... but at the end?
Can't wait to see what's happening on my site and to show it.
Oh... what I already love is that I can put in different sections with different options like /blog/, /tutorials/, and /such/.
You guys worked on this for quite some time, right?
-
To be frank... I absolutely don't know what's happening here when it's not that repeater-pages were trashed somehow by someone.
Would there be a way to get a copy of or access to that instance?
This is one of those problems you (at least I) have to play around with.
But I bet @ryan could throw in some guidance for sure. He must have seen everything by now.
-
4 hours ago, ryan said:
As you may (or not) know, the search engine displays help if you type the word "help".
That really works. I didn't know that. Not at all.
TIL: something new, again.
Have a great weekend @ryan and everyone that is reading this.
-
4
-
-
2 hours ago, Denis Schultz said:
Maybe an image is here better
They are always better. Especially in weird cases like this one.
I understand your issue, what you write, and everything, yet it doesn't make sense at all.
Those files in the trash somehow have to be the repeater items themself. They are deep down in the backend. See here:
That's for now the only explanation I have. Everything in your screens looks normal - as it would look in my setups.
One thing is different though. The repeater with the issues is indented.- Do you work with depth there or what is it?
- Or is this a repeater in a repeater of some kind?
But there is one thing you mentioned that I can't check: the custom module
- What does it do?
- Who wrote it?
- Can you check if that's deleting or managing any pages or something?
-
I'd put the images to the entity they belong to.
In case I'd need to show the match a player participated in I'd create a reference field to add matches to players and whereever needed. This way I can list all the matches at one point and grab all matching images as well if needed. There might be more logic needed to check if and where to show these details but overall this would probably my way to go.
On the other hand a collection of images, like a media gallery (see media manager), could be an option as well - if you like that workflow. I personally don't.
-
It sounds like someone however found those repeater item pages, that are usually hidden under admin somewhere, and deleted those. But on the other that doesn't make any sense at all. Look into those deleted pages, restore a few of them, and check their names, parents, templates.
Can you provide more details about those fields that are affected by it?
-
32 minutes ago, Jonathan Lahijani said:
Neovim
For me it was like this: It's hard for a week or two. Another 2 weeks to feel more at home. After that it was fun.
34 minutes ago, Jonathan Lahijani said:Vim-style key bindings
Noone forces you. In ranger (CLI file manager) you might be better of using them but you always can change them or add arrow keys. For me arrow keys win most of the time. I didn't feel the need to learn HJKL. I know about it, that's enough.
The real fun, especially in Neovim, will be the keycombos like ciw (change in word) or diw (delete in word). These are game changers.
-
1
-
-
2 hours ago, strandoo said:
I'm not sure how I missed it
Missed it, too.
Just installed it and giving it a try.
-
3 hours ago, JayGee said:
On second thoughts - hasparent is a page selector isn't it rather than a template selector?
That's correct.
I would look for all pages and after that check for their templates and take those to modify. Different route and probably not the best way to do it - compared to @Robin S solution.
-
1
-
-
What about excluding all pages that have the parent with ID 2 - as that would be the admin?
pages->find('!hasParent=2, template=all|my|templates')
-
2
-
-
30 minutes ago, bernhard said:
But then... A jumbojet took off right from my desktop.
Wow... that's what I had all the time using Windows. The moment you clone a repo and it tries to index the files, it went crazy and didn't stop for hours. Disabling all indexing and search features helped a lot but still more fan noise on Windows than nowadays on Linux - at least for me. The last time I heard a fan was when moving the old Thinkpad X260 from Ubuntu 23.10 to 24.04.
35 minutes ago, bernhard said:Why the ** is there no laptop with passive cooling like the Macbook Air?
And passive cooling... there are some MS Surface Laptops out there that don't have a fan at all. My Surface (from 2018 or so) is one of those. Sure it's an i5 but that machine did a great job on Windows and even Linux. Really miss it.
27 minutes ago, Jonathan Lahijani said:However a new era is now upon us with Qualcomm Snapdragon X, the non-Apple alternative Apple Silicon. When Framework laptops get this chip and Linux support is 100%
Count me in on this. I'm tempted to get a Framework laptop right now but with those new processors... I sure get one. (And yes, it's DHH's fault.)
-
Awesome. Ok. He is convincing quite a few right now. It's quite interesting to follow the situation.
Didn't know about Pinta. Might give it a try.
Another thing in regards to Gimp and Inkscape (an Illustrator alternative) - great tutorials here:
https://www.youtube.com/c/LogosByNick
He offers courses to master both for very little money. Might help to keep things moving in that space.
-
1
-
-
On 6/10/2024 at 7:10 PM, Jonathan Lahijani said:
Any other desktop Linux users here?
Here! Moved away from Mac over a decade ago and went with Windows for quite some time. Then about 6+ years ago I made the switch to full-time Linux. Never looked back.
Enjoyed distro-hopping between Ubuntu, Fedora, Manjaro, Debian, Arch, Zorin and finally settled with Ubuntu because of the broad support even for tools like ScreamingFrog (.deb and .rpm). Moved away from Gnome to i3wm to have a super minimal environment. Everything works just by pressing keys - from moving windows around workspaces, opening or starting apps, to window tiling.
I am a happy camper now. ?
As you are on Ubuntu as well I suggest looking at deb-get - a little helper to install most common apps without hunting down the .deb files:
https://github.com/wimpysworld/deb-get/blob/main/01-main/README.md
You may have seen over on X/Twitter the journey of DHH
He released his very own setup as a script to make tons of changes, installing software, fonts, and all kinds of stuff.
See here:
https://x.com/dhh/status/1798466733222838758
His journey explained here:
-
4
-
-
Maybe your hosting company needs that whiskey to unlock it faster.
Solution found. That's perfect.-
1
-
-
I found these settings for ZOHO - and they use a different server:
Outgoing Server Name: smtp.zoho.eu
Port: 465
Security Type: SSL
Require Authentication: Yes.-
1
-
-
Your post should be a blog post here on the ProcessWire blog, be listed as a prime example why PW and its API is so awesome and should be linked on the frontpage under "(Why) Web developers love ProcessWire".
-
6
-
2
-
-
3 hours ago, Violet said:
Simply turn off the update checking at login. In the admin panel, it's Modules -> Configure -> ProcesswireUpgradeCheck
Didn't even know this existed. Good find.
Module: Most Viewed Pages Tracker (UpdMostViewed)
in Modules/Plugins
Posted
It's been a while since I installed your module and just kept it in place. Looking into the Most viewed tab today I got confused again.
The 24-hour tab is way too empty for my taste and is off compared to my analytics, which already only receives a small part of user views/impressions.
The 48-hour tab looks better but I still don't trust those numbers.
What part am I missing here? Is it still my understanding of those numbers or could there be something wrong in my setup for your module? Your module runs in two projects which are almost similar to identical in terms of setup and modules. Perfect for testing and to play around with. So it's not critical at all and more kind of a feedback here.