Jump to content

apeisa

Moderators
  • Posts

    4,632
  • Joined

  • Last visited

  • Days Won

    55

Everything posted by apeisa

  1. I think best solution here would be checkbox field "don't show in navigation" and then just exclude those pages in your navigation selectors. It would be great to have it next to hidden, but that might require module to do so.
  2. It seems definitely place where UI needs some refreshment. Pretty poor percentage of heavy users did know about this
  3. I just ignored (a-z) everywhere but in page name. I believe most users know their letters And yes, in Finnish we have åäö as last letters, just like in Swedish. Passwords accept all chars but not spaces.
  4. For lazy "power users" it is easy to search files on server and find the right one. Others are just happy that there is admin UI for that Käyttäjähallinta actually means "user management", since "access" translates little bit poorly in Finnish (it could be "pääsy" and alone it sounds just dumb). It was very quick to translate, and actually pretty fun. Although I have already found many mistakes and clumsiness from my translation, but I don't care since I am awful with typos and it is really late It's a good start and solid translation really need more time and feedback to get details right. But it is great (although little bit strange ) to see PW admin in Finnish!
  5. Actually only thing that might be useful is search. But since there is so little to translate (at least so far), I don't see too much benefit from that. But in scenario where you install language and want to tune it little (maybe just one phrase or word), it can be little frustrating to go through all 20 files to find what you need to edit, instead of searching it once.
  6. Translating was a breeze. Very much a rough draft, but here we go: pw-fi-FI.zip
  7. Git pull and it works! Excellent work Ryan, thank you. I am really happy to see this working and implementation is great. Finnish is coming before Christmas!
  8. Just tested it on my home computer (Win 7) and similar results with slkwrm. So it seems to be windows issue. I am not running xampp, just plain wamp.
  9. I actually use this kind of spelling on fold and tab fields: DETAILS_FOLD and IMAGES_TAB. It helps to separate things, but indent would be nice. Although that is more or less of technical side of PW anyways.
  10. Great stuff formmailer, this was quick! Will definitely test this and probably start using too! EDIT: I took quick look to code. It seems that you hook into LazyCron::everyDay. This means it checks status only on daily basis. I think that is fine for most cases, but I think it would be good to have possibility for tighter schedule. I know our clients schedule many time on hourly basis (ie. they write press release at the morning and want it to be released 14:00).
  11. I have always assumed that as an intended behaviour. Best option in your case would probably be something like adding new image field and calling it content_images.
  12. You are not the only one. Actually it seems that almost everyone has their itch with using pages as data objects. But after a while it feels just natural. Most of the time they really are pages and page is something that clients also understand - it just makes things easier to call them pages instead of something even more general like "nodes", "items" or "objects".
  13. I think it would be easier to help if you provide more details. What kind of error you are getting? What code you have tried so far? What smarty-app you are using?
  14. Also custom admin template could affect this?
  15. Great! glad it is working and thanks to Ryan for comments there.
  16. Oh, I didn't realize there wasn't download link nor github link. I'll wait for official release
  17. Great stuff. Yeah, I have used DataTables many times in the past and always loved that. Very solid software. EDIT: Will test this soon also. Hopely tomorrow!
  18. Soma, looks very nice! You are on fire dude You implemented it with ajax pagination already?
  19. This should work everywhere: wire("pages")->find("status=unpublished") Also you can view all unpublished pages through search page also: /processwire/page/search/?q=unpublished&show_options=1&field=status&template=&submit=Submit+Search&operator=%3D&display=&sort=relevance
  20. Double check your field settings. There is known misbehavior with pagelistselect that allows to select pages, but then doesn't save those if they are not allowed. Not sure that this is the case here, but it might be..
  21. I'm on mobile so sorry for short answer. There is one setting in htaccess you have to set because you have ~ in your url. It is well commented so read the htaccess file and you should find help.
  22. Yes I will. I have been super busy at work (and will be for the end of the year). Part of my plan is to have Finnish translation in place also this year. Just to be 100% sure: although this is alpha, translations that are done now will work in master release also? I will test this this week or latest next. Thanks for working on this Ryan!
  23. Not sure if I understand everything here, but looping all images in foreach and echoing there is totally fine.
  24. Haha, I love this laundry project you guys have done: http://www.neilpahl.com/some-works/
  25. Not sure, but isn't this already fixed in latest versions? Should be no need for editing core files for this.
×
×
  • Create New...