Jump to content

szabesz

Members
  • Posts

    2,922
  • Joined

  • Last visited

  • Days Won

    18

Everything posted by szabesz

  1. I haven't done Site Profile export and installing it along with PW for a while but as far as I know only a certain set of core modules are "installed" by default and another modules must be "installed" manually by clicking on the install button in the admin's module listing. Have you tried that?
  2. That's ok, of course. I put it on my todo list. I do not need such a UI currently but I will be developing a site where it would save a lot of clicking for the editors.
  3. Well, maybe Lister and Edit mode could be "merged" somehow? I am just thinking out loud... If I were to sketch up a GUI for it, would you support a discussion about this "merger"?
  4. I am preparing a testing site for you and will send a PM when done. Thanks in advance.
  5. I'm glad I shared something useful I have just extended that tip a little bit with "how to use a placeholder image uploaded in the admin instead of a hard coded one".
  6. Additional tip related to displaying placeholder images: Above I just hard coded a placeholder image to be shown which might be all what someone needs. However, there are times when we want to let the editors change that picture or we just want it to show up in the admin too. In that case we can use ProcessWire's "Default value (when empty)" setting:
  7. Thanks a lot Adrian, in this version (1.6.13) the export works as expected. Yeah, I was hoping for this! It is not exactly what I was trying to explain but even better than that I wonder if you could add it to the edit mode too. I have the filter of AOS there but that one is just a limited "workaround". One more issue remains though: I was hoping to be able to save the settings of "Pages to Include" and "Fields to Export". Not in the module's Settings but on an individual "Configurable page" however the latter does not work, or it is just me who could not figure out how to save them.
  8. Also, one can provide an "image not available" image (an image file with baked-in text) I prefer this approach because I find that most site editors are urged to fix the issue of a placeholder image showing up, while simply leaving out an image often stays ignored. That is why I use something like this: https://processwire.com/talk/topic/16811-addhookmethod-example-for-pageimages/
  9. Is it just me who has strange looking AdminDataTable filter box in AOS 1.5.2? See: I tried different browsers in incognito/private browsing but it stays like that The label introduced is not too useful btw, it takes up space however most users can recognize a filter box these days.
  10. Thanks a lot! The button in Reno is ok and fields in "Fields to export" are listed. However, I'm still getting empty files with both All and/or Hidden (Pages to include). Also, even though the "Fields to export" select dropdown lists all fields, the selected fields are not saved with the page. "Pages to include" does not "stick" (saved) either. BTW, probably because I got used to ListerPro, yesterday I expected the exported records to match the result of the Lister of List Child Pages. Would it be possible to reflect this result set when switching to either Edit or Export mode or is BCE conceptually different?
  11. Thanks for jumping in so quickly! I figured it out in the meantime: all the products are hidden currently because I use Page Protector's "Protect Hidden Pages" to makes sure nothing is leaking on a live site while in development No result set, no fields and no records either. At least I would expect the Fields to show up. Of course empty file is expected in this case. Is it possible to send a message for dummies like me in such a case? Anyway, it would be great to be able to include=all because I will be needing to export/import no matter what the page status flags are. Is it possible?
  12. Hi @adrian I would like to use BCE for simple CSV export and re-import for the first time. Is that possible with the module? I'm stuck right at exporting... I have two issues: child page specific fields are not seen in the dropdown select (Fields to export). no matter what my setting are, I only get 0 byte (ie empty) files bonus minor issue: Export button keeps sticking out of the page, cropped in half What I am doing wrong? I browsed this topic but it's extremely long and I got lost...
  13. Nice concept, thanks for sharing! One issue though: the X on a Folio page does not seem to work. There is no "back" either:
  14. The module uses ProcessWire's own form API; you just need to set the required fields to be required in the admin.
  15. We have all been waiting for this for a long time so I could not resist: https://github.com/processwire/processwire-requests/issues/114 Fingers crossed
  16. I tried Blisk a year ago or so. It was buggy as hell Have they managed to make it usable since then, I wonder? Its most useful features are still on the way, as far as I can see. Maybe when it gets all it's features it will be worth its price (if they do not happen to raise it...)
  17. My "record" with the desktop Opera is a few hours, I think. I used to use Opera mini a lot during the golden days of the Nokia. BTW, quote from the Wikipedia article: "Vivaldi is a freeware, cross-platform web browser developed by Vivaldi Technologies, a company founded by Opera Software co-founder and former CEO Jon Stephenson von Tetzchner and Tatsuki Tomita." also "Vivaldi began as a virtual community website that replaced My Opera, which was shut down by Opera Software in March 2014.[16] Jon Stephenson von Tetzchner was angered by this decision because he believed that this community helped make the Opera web browser what it was."
  18. Dunno when but they surely did: Never heard of it. Thanks for mentioning, I will take a look.
  19. Earlier this week I bumped into the Vivaldi browser for the first time. Vivaldi is yet another Chromium offspring but it is a rather good one I think, hence the idea that I should recommend it in the Forum. When installed in Vivaldi, most Chrome extensions run without issues but Vivaldi's user interface is very different from the standard Chrome UI that is why there can be issues with extensions relying on some Chrome UI stuff. Nonetheless, I can run two of my favorites: Dark Reader SuperBlock Adblocker I do not want to list all the cool features Vivaldi has; you might want to take it for a test drive to see them for yourself. I would like to note that I actually use three browsers for my daily routines (and of course others for testing frontend but that is a different story...): - "standard" Chrome for development (no content changing plugins are installed here). - Vivaldi for regular browsing on the net (hence the two extensions highlighted above) -> I used to use Chrome Canary for this. - Firefox for logging into various hosting control panels I have to use for work. To tell the truth there are some features I miss when using Vivaldi but the sheer number of Vivaldi only useful features convinced me to make the switch. I hope some of you will also find Vivaldi to be a viable alternative. Have a nice Sunday
  20. I followed your steps and could not reproduce the issue. It was not on a clean PW install but a site under development.
  21. I boosted it with +1s and one more Pro: "PRO Fast without caching, small footprint (less than 2000 files) for a full featured CMS/CMF. You can optionally use Composer but you are not forced to. Upgrading can be done via the admin and it is a very easy process. Security is exceptional, no hacking incidents have been reported so far." You guys might want to go there to agree
  22. Met too. Works on ProcessWire 3.0.62 as well.
  23. I cannot find the topic dealing with this issue but as far as I recall in PW 3.x it no longer works as it used to be. I just used a JS hack: //replacing the logo: var logo_o = $("#branding #logo"); logo_o.attr("href", "/"); var innerHtml_str = logo_o.html(); var updated_str = innerHtml_str.replace("/wire/modules/AdminTheme/AdminThemeReno/styles/images/", "/site/templates/admin/"); //path to dir containg my logo logo_o.html(updated_str); logo_o.show(); //initially made hidden with display: none; so we need to turn it on. This is to prevent flashing. I also use a css rule to hide the logo initially otherwise it flashes once (see last line in JS above) There are various ways to add css/js to the admin, eg some: http://modules.processwire.com/modules/admin-custom-files/ http://modules.processwire.com/modules/admin-on-steroids/ Or simply in config.php: $config->scripts->add($config->urls->templates . "admin/admin_global.js"); $config->styles->append($config->urls->templates . "admin/admin_global.css");
  24. Probably a better link in this case: *** ignore this *** EDIT: ah, I FOUND it under the "jumbotron" Anyway, thanx for the info!
  25. I've just noticed that they added Guetzli to the ImageOptim Mac app: https://imageoptim.com/changelog.html I tested it with small images and indeed it is slooow. However, I as far as I can see with my ow eyes, turning on Guetzli generates about the same "virtual" quality as ImageOptim does without it (when we get about the same kilobytes), except that using Guetzli takes much longer. I cannot see any improvements here. Maybe it is because of the images used, I dunno. I will keep on trying but currently I missed to experience the revolution...
×
×
  • Create New...