Jump to content

mel47

Members
  • Posts

    330
  • Joined

  • Last visited

Everything posted by mel47

  1. Hi, Sorry, I don't know where to put this, since I'm not sure if it's an issue or a wishlist. This concerns Page Import/Export functionality. Is it possible to specify the order of import? Some page have reference to other pages. Since there not yet existent, it create a notice. I solved the issue by re-running the json export to update those pages. However it will easily solved if I could choose which template should be import first (although I think!) I have trouble with images. They get uploaded in /assets... however they don't show up in their respective inputfieldFile Thanks!
  2. No, no sort anywhere. But just discovered I can't move pages, it always go back to it's original place. So, for testing, I created new pages (and deleted them after) and the sorting return to the expected behavior. 1328 1330 1326 Will stay the mystery of friday evening... Sorry for the disturbance. Mel
  3. Already tried. Give 1326 1328 1330
  4. Hi I read everywhere that default sort should be admin sort. However, I couldn't understand why it's not my case. Images are 1000 words, admin and tracy screenshots: Explanation? Thanks Mel
  5. Hi, Help; I'm lost with hooks. Basically all my code works, but I just don't know under which hook I should put it. I need : save an unpublished page via FormBuilder or via admin create an increment customized number (its : count-region). This number integrate some data contained in the page (region is filled after the page creation) Increment the count. For each region, I have a field called "increment". I have problem with "SavePage" since the region is not filled after adding the page and it give error on increment of the count. Same problem with SaveReady. What else I could use? Or in which order? The increment should be before or after save? Before or after the number creation? Thanks
  6. ok thanks. I will examine this later as it not so "out-of-box" solution.
  7. Hi, Do someone know a way to use ChosenSelect in form builder to use pages? A hook maybe? I just have the option to type manually text, and however I want pages (as we can use in backend). Thanks Mel
  8. Yeah, sorry, works fine. After some cache refreshing I guess. Anyway, now it works!
  9. Thanks for this great addition about checkbox! Does it will eventually be available for Form builder? Thanks
  10. Hi, Using upgrade module, I got "Specified download URL not valid" (my translation). Mel
  11. Hi, Does someone solve or found a work-around for problematic error when used in FormBuilder? Thanks
  12. Hi @adrian Thanks so much to have try so quickly. Unfortunately it doesn't work, for now at least! ;-) no repeater: shifting 1 repeater: ok 2 repeaters: shifting. I add an excel sheet with color showing shiftings. In my limited knowledge, I will guess that you have to count the maximal number of repeaters and created this number of columns. And let them empty if there are not necessary. But I really don't know if it's do-able. Also. Strange thing. Normally, when a field is a page, it's title that is displayed. But for repeater field, it's id (date in my example). Mel activites.xls
  13. Hi Just a confirmation question: repeater is not supported? I was wondering if it could be possible to have in exported csv :repeater1_field1, repeater1_field2, repeater2_field1, repeater2_field2, etc... If not, which solution could be a replacement? I really need a CSV for this project. The repeater contain 3 fields : eventdate, timebegin, timeend, which should be tied (can't really use pageref field). Thanks again!
  14. Bonsoir, Try this : https://processwire.com/blog/posts/processwire-updates-and-new-field-types/. It works fine, I used it for exact same purpose! Don't forget to allow more than 1 file in your field (it's why a version erase the other one)
  15. Hi Still another wonderful module I just discovered! I was wondering why fieldsetTab doesn't have visibility rule? (also not present in the core) I have to apply the same rule to all fields contained in the tab? Does the tab will disappear if empty (sorry didn't try yet I have ~15 fields in it for now)? Thanks Mel
  16. Hi I'm in process of creating many fields and 1 really slight amelioration could make my life easier. Simply add to the button save, the possibility we have in pages (save+exit, save+add). Thanks!!
  17. Wow, it's perfect! I read this in the selection options but I didn't really understand what it mean...
  18. Thanks I get it's in case for use in a php template? I need it for backend, in the selection input. Melanie
  19. This part is already done. My problem is the selector. Thanks for the post, I didn't found it. However, I'm not sure what is really implemented in PW. Anyway, I tried many combinations using * (like $pages->find("date_selection=[*], template=config") but I was unable to get a non-null query. If someone else have an idea! Thanks
  20. Hi I have version MarkupLeaflet 3.0.2. I finally succeded to get the map on frontend (see my previous post). However, the marker still doesn't show up. It works on backend but not frontend. It works *before*, but I don't know what cause this disparition. Upgrading leaflet version from 0.7.7 to 1.2.0 results to a no-map, so I kept 0.7.7 for now. Thanks
  21. Hi I will try to be clear. I need to create a selection field getting pageRef data from another pageRef inputfield. In real words, admin will choose event_date (will be used site-widely). Those specific dates will further then use in event's template to choose the date of the event. I need (I think) a page because, dates will be changed every year and need to keep track of past events and avoid retyping those dates constantly. Dates page - Date1 page contain a field datetime input - Date2 page Settings page - field: Date_selection (PageRef on Dates children) Event page - field: event_date (PageRef on Date_Selection) Is it possible? How come I could set up a selector to find selectable pages on the subfield event_date to use in my inputfield? Thanks Melanie
  22. Thanks, it's exactly what i was looking for! I don't know how I miss it!
  23. So I create a new entry, like this. But I want to notice, even force, users to go this new created page to fill data. How I can achieve that?
  24. Hello, I need help to solve my problem. In a template (event), I have 2 pageRef fields (organizer and location). Organizer's template contains address and something else. Location is mostly address. I have 2 cases: OrganizerA+location B or OrganizerA+LocationA. How I could avoid to duplicate data in case 2 (since address details are already found in organizer's page)? In the case 1 where I create a new entry. Unless I'm missing something, it created only title. Where (and how) I should add a hook like : after saving, if new location, redirect to this location's page? Or any other solution to be sure that other fields will be filled by the user. Thanks! Mel
×
×
  • Create New...