Jump to content

cpx3

Members
  • Posts

    130
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

cpx3's Achievements

Sr. Member

Sr. Member (5/6)

34

Reputation

  1. A million thanks, that was indeed the problem.
  2. I have the following selector: $ps = wire("pages")->find("parent=/veranstaltungen/, !promo_start_date>$time, !promo_end_date<$time, limit=3, sort=start_date"); that works perfectly. But when I add pages from another query with $a->add() function, the two page arrays seem to get sorted separatedly when I sort them with $array->sort(), but I need the whole array to be sorted... Any ideas what I am doing wrong?
  3. No... it simply does not work.
  4. As I do not really understand how to use this module: is there any working documentation? On your site I only see "Coming soon" or "Planed", which makes the module pretty useless for me.
  5. I use method D because there is no other way to style the select elements. Ok, I will check everything again!
  6. First, a million thanks. The only thing is that neither this works, as the HTML datepicker seems to ignore the value and shows all dates. I wonder seriously why Ryan decided to cut this function from the datepicker (at least with the paid FormBuilder module), as with Javascript it would work...
  7. I have a (Formbuilder) form that contains two datefields, each of them with a datepicker. The first datefield should have today as the minimum date (no date selectable before today), the second one should have the date from field1 plus 1 day as a minimum. Any ideas how I could achieve that? Thanks!
  8. I solved the problem by myself. Seems that the CSV file was corrupted.
  9. Hi to all, as I need to translate a huge website in five languages, I tried Ryan's Translation export/import module. I installed it and everything works fine but when I try to reimport the translated strings, I only get the error message: 9 (i.e. all) rows skipped. I does not make any difference whether I use json or csv, it simply does not work as it skips all the translated values. Any ideas what I am doing wrong?
  10. Actually that was no solution for that problem as the data get deleted at another site, too. It is a simple AJAX POST, works, when I send it directly (I tried it with get) and all the data is deleted when I do it inside a Processwire templates directory. I made a new directory outside and now it works perfectly, so there cannot be any problems with my code.
  11. Hi @monollonom, thanks for the great module. I just have a strange problem: when I try to preview the rendered page as a guest user, I can only see <h1>title</h1> and the rest disappears it seems the module cannot be used to create a "view in browser" version, right? Ok, just saw that the editor says that "align is illegal", but it works perfectly with the normal MJML app...
  12. Actually, the answer is much simpler. I had the same problem with another script. When I call the page with "url: '/ajax/captcha-verify'", the data gets deleted, with url: '/ajax/captcha-verify/' it works. Thanks to everybody!
  13. With method D No, I did not touch it.
  14. First, a million thanks. I tried it that way, too, but without success. GET, POST, everything. The only thing I mentioned is the fact, that when I use get the /?name=value part gets deleted. When I use a page outside Processwire, it works perfectly...
  15. it looks like print_r($_GET) and the result is an empty array. The problem occurs only if I use a Processwire page to handle the request.
×
×
  • Create New...