Jump to content

elabx

Members
  • Posts

    1,248
  • Joined

  • Last visited

  • Days Won

    16

Everything posted by elabx

  1. I have a site that wants to benefit from ads but due to the nature of its content (drug education/culture related), the popular advertising solutions are not available for use (like AdSense). I have though on putting my own ads server using something like Revive Adserver but I wonder if its worth the effort to mantain another piece of software. Any opinions or experiences?
  2. @Juergen I have used this module with ProcessWire's translation capabilities with no problems! And actually, forgot to mention that on my previous post. Once upon a time, a client wanted to control the contrast of their b&w converted image, so with the help of @horst 's PIM 2 module and RuntimeMarkup I was able to quickly setup a "thumb preview and edit" button. All buttons and text were in spanish and english.
  3. Can confirm what @LostKobrakai says, and I have experienced that same error, I just updated a site all the way from 2.0 and had to do version stepping to get it working again.
  4. When can we get our hands on this? Where do I throw my money?!
  5. It seems to me that $page->author is referencing a single Page and thus not an PageArray you can loop through, please check the author field configuration, on the Details tab of the field, you can select the field type value. Also, I don't see any other difference rather than having (to my opinion) a better organised code base with the render() function. For example, you could keep your publication.php containing only the markup that makes up an author, and do the render() inside the loop. Another way I have found useful is to use wireIncludeFile() which accepts a second parameter which could be the actual author page found by a selector in case I don't want to actually assign a template file to a template.
  6. Why is the end slash necessary for this to work??
  7. Just came here to say that this module works brilliantly! I have made an "email sender field" that uses the page's data to manage surveys for a certain product and right now I'm doing a "defaults selection for repeater field" for a repeatear field with page fields in it that will describe features of a product. It's really nice to just hack your way so fast with this! I use it with wireRenderFile() which rules because it lets me handle the markup nicely in a separate file in my preferred text editor. EDIT: Added "mail settings" screenshot. Jus realized my description text is all messed up engrish
  8. I like that VPS gives the advantage of the whole Linux tool chain (if using linux) , now including wireshell. With the disadvantage that, I never want to work on shared hosting that has no shell access lol. That, plus ServerPilot to set up the whole deal, just makes my life much easier.
  9. Is there and update for this question??
  10. Chat bots are the new RSS feed, you need to make one for each of the 40 different clients xD
  11. 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!
  12. Something to do with PHP namespaces?
  13. elabx

    Analytics spam

    Can confirm, no wall can stop spam.
  14. 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!
  15. 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.
  16. 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.
  17. 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!
  18. Damn I should just move to Berlin already
  19. 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
  20. 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.
  21. 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.
  22. 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!
  23. 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*
  24. 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.
  25. 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
×
×
  • Create New...