Jump to content

dragan

Members
  • Posts

    2,010
  • Joined

  • Last visited

  • Days Won

    21

dragan last won the day on August 12 2021

dragan had the most liked content!

4 Followers

About dragan

  • Birthday 10/18/1969

Profile Information

  • Gender
    Male
  • Location
    Switzerland

Recent Profile Visitors

12,069 profile views

dragan's Achievements

Hero Member

Hero Member (6/6)

1.8k

Reputation

2

Community Answers

  1. Thanks a lot for this module! I have installed it, and the AVIF variations are being generated in the site/assets/files/file-id directories. However - is it correct that PW doesn't show the AVIF version if I don't use image variations in my templates? Is it possible to do so, without having to modify every template?
  2. I've done something like this once, neatly grouped in chapters, with screenshots and even short video-captures. Everything the client needed was covered. Problem was... that particular client mostly forgot to look it up in the first place - even though that manual wasn't hidden away in some obscure place, or distributed as a separate file. It lived right there in the PW admin as a custom admin page. I'd share it here, but a) it was in german, b) the site's setup is way too custom-tailored to make sense for most other people and c) it uses pro modules like Form Builder and Lister Pro. Also, afair the screenshots contain sensitive information, and the rich-text editor in use was CKE with a non-standard choice of buttons. I'm not sure I would ever do such a manual again, seeing how much work went into it, and how easily it can be overlooked. I would invest my time even more into UX; e.g. for some sites, it makes sense to completely hide the page-tree. Also, use field labels and hint texts liberally. Hide, rename or otherwise simplify admin stuff (hooks? Admin On Steroids - or whatever the successor is called now? there's plenty of tools and examples around). Some stuff is right there in the core, e.g. restrict templates by page-tree, or disable changing the template etc.
  3. So... it seems my SQL is a bit rusty. I fired up ChatGPT, entered my question, along with the mySQL export of all relevant tables (incl. content), and hey: Got a working query back in no time, with nice explanations.
  4. Nice site, congrats! Tip for everyone outside the US: Try visiting with the Tor browser. I could access it without problems from Switzerland. re: forms I can highly recommend the Pro module FormBuilder from Ryan. Well worth the money.
  5. Same here. I've been tinkering with SSE on and off, and that one-liner made the crucial difference.
  6. That site was made with Shopify. Why not choosing the same platform? Why do you want to reinvent the wheel, and then also on a low budget? Makes no sense whatsoever.
  7. On a sidenote: htmx is getting more and more attention. Recent example: It was the spotlight teaser of the last JavaScript Weekly newsletter.
  8. Is https://path.to.API.endpoint another PW instance? Or completely unrelated to your PW site? I would first try the basics: Make a manual request with something like Postman and see if it works at all. Delete all your cookies from the API endpoint domain. The response from the developer is somewhat confusing, and doesn't make sense. If you can't even get a response from the API due to a server error 400, you also can't deliver a PDF.
  9. Well, you can change the CSS for small screens of course. Have you thought about choosing another time format, i.e. omit the timezone? Can't you output the timezone in a separate row? The only other idea I would try is to insert spans and only wrap numbers in a css class that has tabular-nums
  10. Well, I meant if you have ProDrafts installed, but it would be missing the batch publishing feature. I know that building a staging workflow from scratch is far from easy - otherwise we'd have a dozen modules out there already and this forum thread wouldn't even exist ?
  11. I have never used ProDrafts, but the docs mention a drafts manager: https://processwire.com/store/pro-drafts/#drafts-manager Sounds like it's exactly what you're asking for. And even if that feature wouldn't exist: It would be quite easy to use ListerPro and write a custom Batch Action I guess...
  12. Try white-space: nowrap; Or if it's a table: table-layout: fixed;
  13. Good work, @bernhard! Reading those links linked above made me smile... especially the pig-with-wings vs. panther analogy from Ryan ? "but we don't want a pig, we want a panther" - someone pls make a meme anim. GIF, or a T-Shirt please ?
  14. Check if you have the same "advanced" settings in both sites: $config->advanced = true; Can you open page id 3 (that's Admin > Pages) directly? https://mysite.com/admin/page/edit/?id=3 What do you see in the settings tab? It should look like this, if you have advanced mode activated: Normally, you shouldn't have to play around with these settings on a default admin (system) page. Also... seems obvious to check first, but perhaps you have some hooks or your own custom module installed that interferes with normal behavior?
×
×
  • Create New...