Jump to content

grimezy

Members
  • Posts

    85
  • Joined

  • Last visited

Everything posted by grimezy

  1. Thanks @adrian for the great module! I'm just having an issue at the moment when exporting to CSV via the admin area. I have a table field, and within that, I find that when a page (select) field has a default setting set (for example default=page_id)... when exporting the CSV, only entries of that default setting are exported. I know this is the case as I have changed the default value of the page(select) field and the export changes to only these entries. I have tested this using PW 3.0.56 and 1.0.3 of this module. Thanks.
  2. Hey @Robin S, just noticed when setting force download to 'true' the 'downloadFilename' option is not taken into account? So when a file is downloaded, the filename is always 'download' ? Here is currently what I have as my download.php template: if($page->download_file) { $options = array( // boolean: halt program execution after file send 'exit' => false, // boolean|null: whether file should force download (null=let content-type header decide) 'forceDownload' => true, // string: filename you want the download to show on the user's computer, or blank to use existing. 'downloadFilename' => '', ); wireSendFile($page->download_file->filename, $options); $page->of(false); $page->counter = $page->counter + 1; $page->save(); $page->of(true); } Any help would be greatly appreciated!
  3. Ah @Robin S, you are a gentleman and a scholar... I missed this... thank you!
  4. Hi, I recently implemented Soma's tutorial here and works great. Just a question... I would like to have certain files such as PDF's open up in the users browser instead of having the file download, but still have the increment work... how would I go about this? I'm assuming I would have to bypass using the 'wireSendFile' method and somehow increment the 'download x times' field another way? Thanks!
  5. Hi Lena, If you update to the latest development build you can use the new limit features in your selector. http://processwire.com/blog/posts/pw-3.0.46-stocking-stuffers/#support-for-negative-limit-and-start-values-in-selectors $children2 = $root->children("limit=-2") Notice the minus(-) before the 2. Hope this helps!
  6. Merry Xmas Ryan and to all the PW community. Back in the day, I started collecting a wealth of knowledge on BB's and then to more recent forums here and there... and never have I been so welcomed and helped by this community since the Matrox forums... it really is a family here and I wish everyone a happy holiday!
  7. Hey OpenBayuo, You can just use something like the following? <body class="<?= $page->template ?>"> Hope this helps.
  8. Is there a way you can have a dropdown or side menu effect? So that when clicking a double click wouldn't be a problem? Or to tidy it more, clicking on the trash gives you options? First option to trash and the other for permanently delete?
  9. Wow, like a think tank in here right now What about also having the trash colour set to orange and the permadel as red?
  10. Oh and uhhh tpr, can I get the bomb icon flower in blue?
  11. Yeah, I was thinking the wording was too long also... ummm, can't think of an alternative. Unless maybe you add one word such as destroy using another icon next to it? maybe the bomb icon?
  12. I don't think wipe is a strong enough word. I was thinking something like eliminate, even though that sounds too strong... or maybe destroy? but instead of 'please confirm' maybe 'delete bypassing trash'? I forgot to add, so many great ideas from the community on this module. It's so great that these ideas have come to fruition tpr! Just like what Processwire has done. Great work everybody!
  13. Great updates tpr, and settings layout is much better
  14. I can confirm that the latest commits released to 3.0.28 have fixed this issue. I believe this still requires the module to be updated to support 3.x Have tested and the InputfieldMarkup does now honor the Inputfield::entityEncodeText property. Thanks!
  15. Yep, all fixed. Thanks tpr.
  16. I thought that would be the case, but that's ok. Also just noticed this one also: Repeater(repeater matrix field) field cuts some of the notes/info icon. (This only happens if the repeater field is closed first. Not sure if this has something to do with the 3.x to remember open closed repeaters.) Thanks tpr.
  17. Just thought I'd mention some things I have noticed. Sorry TPR! Using ProDrafts cuts off the top title. The sticky header, or button has no padding to the right and is right up against the page if not set to the left of the title. The compact list and fake css loader though have been very nice additions. Keep them coming!
  18. Works really well TPR. Thank you for adding this feature.
  19. Well done. I was going to suggest something previously, such as a click to keep things visible for copying, but didn't want to push my luck!!
  20. Wow. What kind of coffee you drinking?! I didn't expect something so soon. I like the last one too. Looks good!
  21. Great module tpr. Some really great features. I just had an idea and wasn't sure if a module or feature request existed already? or wether it should belong here or in the core? I like the minimalistic and ease of use by Processwire and mods your module offers and was thinking would be great to have an option to hide all notes for all fields, or the option to have these converted to an icon near the field title (such as a question mark icon), for fields which have them, and on hover to then show any notes set to the field. I think this would save a lot of screen real estate as users who are more frequent with the use of the CMS, tend to not require to see the notes after a while. Not sure how hard this would be though? Anyway, thanks for the great module!
  22. Hey Ryan, Sorry I hadn't posted earlier, I just waited until next version was out to make a vid. More great updates btw! (save and edit next addition) Using the ProcessWireUpgrade module, this used to auto rename wire to old version and then install new version, leaving the old wire directory in-place as wire 3.0.x and I always went in and deleted this directory if the upgrade went well. Since 3.0.22 the old wire directory appears, but after I hit the install button, this gets removed. I just wasn't sure if this should be the case now or not and wanted to report it if it's irregular behaviour. If this is normal though, it is just now working as it should for me and just ignore this post.
  23. Nice updates Ryan. Love the remember open repeaters option. Minor tweaks and modifications like this adds time saved to the user. This is what sets ProcessWire apart from the rest! One thing I had noticed, with the upgrade from 3.0.22 to 3.0.23 on local dev and live site upgrades I had tested, the old renamed (wire 3.0.22 folder) is removed/deleted? Debug mode on and showed no errors.
  24. Hey Teppo, Thanks for the fast response. Your correct in that it was the $login_date which was causing the issue. In the LoginHistory settings for 'Date Format', I had inserted a character (-) separating the time and date. Just removed this and works fine again. Thanks for your help!
  25. Acutally I've been meaning to post, I'm having an issue just so happened I saw this thread come to life First, thankyou for such a great module Teppo! Is anyone able to test if they have any issues viewing their user profile when logged in as themsleves, when this module is enabled? Just want to know if its just my configuration, or something else I have conflicting with this module. I can view other user profiles fine, it's only when looking at the user which is logged in. Using PW 3.0.20 ProcessLoginHistory 1.2.8 Error code is attached. Thanks!
×
×
  • Create New...