Jump to content

wbmnfktr

Members
  • Posts

    2,252
  • Joined

  • Last visited

  • Days Won

    59

Posts posted by wbmnfktr

  1. 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.

    2024-06-23_22-03.thumb.png.bca96b223148477ce760e8dbf6225393.png

    The 48-hour tab looks better but I still don't trust those numbers.

    2024-06-23_22-04.thumb.png.c721c48bb4f112ffa3077b50ae136b83.png

     

    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.

    • ProcessWire 3.0.240
    • PHP 8.2
    • ProCache (latest)
    • NO URL Hooks in place
    • On one instance: TemplateEngineTwig by @Wanze for templating and rendering pages

     

  2. 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?

     

     

  3. 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.pwseo

    You 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.

    • Like 3
  4. 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).

    1073989150_Screenshotfrom2024-06-1622-50-56-opt.thumb.png.f9ef3ad86e83331486439ddd47e928a8.png

     

    • Like 2
  5. 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.

    • Like 1
  6. 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.

    lcrlog.png.275f19656494bfbe476273152e09b511.png

    The log is much cleaner now and ScreamingFrog gets detected. Nice!

    And finally found the overview.

    Awesome!

    • Like 1
  7. 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?

    image.thumb.png.08b338f3009d2fff6a686212f4f4e45c.png

    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?

  8. 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:

    image.thumb.png.bd53931614b68568fd8aee06eacb6bec.png

    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?
  9. 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.

  10. 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.

    • Haha 1
  11. 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.)

  12. 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.

    • Like 1
  13. 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:

    https://x.com/dhh/status/1799185008378171885

    • Like 4
×
×
  • Create New...