Jump to content

elabx

Members
  • Posts

    1,303
  • Joined

  • Last visited

  • Days Won

    16

Everything posted by elabx

  1. 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!
  2. Damn I should just move to Berlin already
  3. 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
  4. 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.
  5. 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.
  6. 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!
  7. 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*
  8. 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.
  9. 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
  10. 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?
  11. 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).
  12. 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!).
  13. 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.

  14. 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.
  15. 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)
  16. 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.
  17. RT @Crunchyroll: ✨FLASH CONTEST✨ Follow & RT for a chance to win "Good Morning Morioh Cho!", the OST for DIU ? https://t.co/RlLhHdG6V8

  18. Fail en ecommerce @BestBuyMexico https://t.co/7JoW9T247n

  19. Hi everyone! I'm facing a similar project right now, creating an API for a mobile application. This post has been very educational, though I have a question: How to handle login from the app? Even though the app will be released on stores, it is meant to be used by certain members of an organization. I'm not very knowledgeable in the way PW handles login, so if anyone could point me out to any resource that could help me how I could implement this. Registration wouldn't be needed since the user base will be populated from PW itself. Edit: I found this thread with posts from @apeisa and @ryan talking a bit about the login cookies. It seems I could just save the cookies on the mobile app, send them with the request and manually checking if the cookies correspond to a session or something in that fashion? Edit 2: Found another thread with a similar situation.
  20. Looking very good! Can't wait to get see the rest! I like that it includes Vuejs as a bonus, I've been meaning to learn some, and fitting it into the ProcessWire context is wonderful.
  21. @Crunchyroll Reminds me so much of Alfons Mucha

  22. RT @YoHavuck: Estaría chido que su esposo se llamara Chi Ko Cheng o algo así. https://t.co/0ztmhQLQ4t

  23. @oliverlindberg @theapartmentt Take a look at @processwire, non opinionated API based CMS.

  24. elabx

    Forms engine

    @LostKobrakai, @tpr Indeed I had seen Nette forms! I am yet to try them when developing on Processwire but it does seem like THE choice. I missed being more specific that I was looking for a Javascript solution, completely on the "view" side of things, just because I'm working on Java right now and it would seem a bit cumbersome to mix it with PHP (although in Liferay it appears to be quite possible). Thanks for the input!
×
×
  • Create New...