Jump to content

elabx

Members
  • Posts

    1,512
  • Joined

  • Last visited

  • Days Won

    21

Everything posted by elabx

  1. Is there and update for this question??
  2. Chat bots are the new RSS feed, you need to make one for each of the 40 different clients xD
  3. Another great year with the great PW community!! This year was the year I got tons of projects in PW, and they were just like ProcessWire is wants things to be: fast, simple and fun!!! All the learning paid up, thanks everyones, couldn't have done it without your help and buried posts!
  4. Something to do with PHP namespaces?
  5. elabx

    Analytics spam

    Can confirm, no wall can stop spam.
  6. I'm sorry I didn't read this correctly before, but to clarify I wasn't bootstraping the PW installation, it was a plain AJAX call to the same URL. Why I came back? I had a "similar" issue where I tried pulling some content via AJAX and when trying to use $user->isLoggedin(), the result always returned true. I moved that code to a custom module (and called $modules->get("CustomModule")->someFunction() ) , and it all worked just fine. Would this issue be related to output formatting too? Thanks for further help!
  7. THIS, so much. I love PW, but I have yet to see something that delivers so much to the users managing the store (in features and experience) as the online services for eCommerce that I have tried.
  8. Does anyone have experience with either React Native or Nativescript? I am evaluating the possibility of doing some low cost apps for clients (just showing info for an Event) in either of this technologies/frameworks, would just like to know if anyone has any experience with this.
  9. Bumping up this really old thread because I got into this issue, calling any resize functions on a single image field throws the exception mentioned previously, as if the object I am calling the resize function from, is of type Pageimages. Should this be the expected behaviour? I think it's really non intuitive that it happens only on AJAX calls. Maybe a server specs specific issue? Thanks for further clarification!
  10. Damn I should just move to Berlin already
  11. I am also very intrigued by this topic from the very beginning of my PW adventure. I say this fact speaks very well of the german people
  12. I don't see where are you declaring $input->post->submit , from the form code, I would say that you need to add to the input inside the form (the one that is type="code") a name attribute which is what is actually passed as a post/get variable. And then you should rather be checking for $input->post->name (or maybe $input->post works?). Also, check your browser's Network log to see if it is actually a POST and not a GET.
  13. Blender! 3D just around the corner! I kind of also like Wings3D even though clearly not as popular as Blender, it has a very interesting proposal as a 3D modelling tools.
  14. Hi everyone, Is the module compatible with PW 3.x ? I tried to update an installation yesterday but it all broke down The noticed the files in the module had been deleted! (one of the errors said it couldn't find a module file). Tried to reinstall de module, but had no effect. Sorry I didn't bring the complete error log, I did it in a production site so I had to restore quickly. Thanks for the great support!
  15. Wow the Skyscrapper's demo takes a hard hit in that thread! Maybe updating the site is not as important as updating the demo? Just came to my mind, do we have a "What we don't like about PW" thread? *dodges tomato*
  16. True happiness!! And today Vue 2.0 was released too, Destiny are you trying to tell me something?! Thanks everyone for the amazing work, I keep enjoying developing with PW like in no other system.
  17. elabx

    Mailchimp

    Hi Ben! The most similar I found is a module by @Pierre-Luc that uses Rackspace's Mailgun. https://github.com/plauclair/WireMailMailgun
  18. elabx

    UX/UI

    Hi everyone! I haven't seen a thread yet to talk about this aspect of development in which I have been reading on lately and I am very interested in this community's opinion/experience. What are your perspectives/experiences on dealing with a UX/UI research process? Would you have resources/books/courses to recommend to learn about the topic?
  19. Update: 1s answer from namecheap: 2nd answer from Namecheap once I insisted that they are the domain owners and that the abuse mail belongs to them according to the whois on the IP address 192.64.119.6 (the domain resolves to this address). (the xx mask is my actual server address) 1st answer from Enom: I think neither of them is paying much attention, but I think Namecheap is to be the one who takes the hit, on any whois I get that thatsnew dot net is the actual reseller so I wonder if my DNS setup is somehow filtered to someone else. (my domain is hosted on Namecheap too, and apparently, being resold by Namecheap with Enom as registrar). What the heck? I mean, anyone would only need my IP address and point an A record right? Had never thought about it but is this really unavoidable up to the server's configuration (as per it is solved right now).
  20. elabx

    react.js anyone

    Hi! Is there a way to mix vuejs with server side rendering? I kind of get that Vue works with templates and components, but it all seems to be done on the client side and I would like to stick to templating in Processwire and pulling straight HTML from here and there just depending on the url and replacing a div's content. Or maybe I'm choosing the wrong approach/framework? Or maybe I am missing how to use Vue to accomplish this? A framework I found to be almost exactly what I was looking for is Senna.js but there are things I don't really like, like the way the routes have to be initialized either by the js object or through embedding <link> tags in the document, I'd rather have something like an attribute on the anchor tag (just like vue-router has v-link attribute!).
  21. RT @andrewtraviss: Give a man a game and he'll play for a day. Teach a man to make games and he'll never play one for the rest of his life.

  22. Thank @cstevensjr for the recommendations, I actually submitted a ticket not just an email! Neither NameCheap nor Enom have answered up to now, meanwhile, the .htaccess that Ryan posted did the trick.
  23. Done that too!
  24. I had seen this thread before but is seemed such an obscure problem! http://ladosis.eduardosanmiguel.com (mine!) http://thatsnew.net (copycat!) I am talking with namecheap right now (my registrar)
  25. I am having this exact same problem right now. Shouldn't this type of issues be solved by default on PW's .htaccess? Also, I have a doubt, I thought this kind of protection involved the configuration variable $config->httpHosts, or maybe I am missing what this variable is for exactly? Best regards.
×
×
  • Create New...