Jump to content

Manaus

Members
  • Posts

    219
  • Joined

  • Last visited

Everything posted by Manaus

  1. Hi LostKobrakai, that's unlikely, the uploads happen on localhost...
  2. Hello, I created a template holding a file Field, accepting zip files. If I try to upload something via admin on the local machine, I see the advancement bar stuck at 99%, or 96% and so on, not completing the file upload. The zip is about 20Mb, and php max_post_size is set at 32. Thanks for any suggestion.
  3. Thanks guys I'm talking about the php files with business logic PW is using for generating pages. @Macrura good question, are they? I'm trying to comply with the law of the land. You might say "It depends on the contract". Well the fact that there's a possibility means that there is a global shared tendency to consider the use and the property as different business models. Sincerely I'm curious about what you guys would suggest.
  4. Hello, the client is asking for template files, is it possibile to ofuscate the code enought to protect my work and keep the website usable? If so, what's the way? Thanks!
  5. RT @BenNadel: Friction. Metaphorically, it makes life harder. But, literally, it's what makes walking possible. Chew on that for a little w…

  6. Hello, I'd like to adapt a search page to searching for dates, like ?q=1428166659 Do I need to sanitize this? If, so, how? Thanks!
  7. RT @sehnaoui: HTTP status ranges, in a nutshell:1xx: Hold on2xx: Here you go3xx: Go away4xx: You fucked up5xx: I fucked up

  8. RT @lettersfromswe: MTG Sans – a new custom typeface created with @bvd for MTG and Viaplay.http://t.co/9xPh38MyPE http://t.co/IIp9MUhU9j

  9. Hello, I know I can choose /processwire as base url for administration during setup. Can I change it after installation? If so, how? Thanks
  10. RT @YESstudio: "Don’t try to be an artist. Find the thing within you that needs to be expressed. You might find it is art." Duane Michals

  11. RT @ryber: Everyone enjoys trolling JavaScript for it's weirdness but everyone has something. Here's Java http://t.co/SszNlbefLP

  12. Hi Pete, I use to sign in with Twitter, but can't say what's my password, since the login name is different from Twitter's, and so is the email. Still the forum's working! Awesome technology. Thanks
  13. RT @googlefonts: Roboto is updated in @googlefonts to the latest Material Design version! http://t.co/4jhnb8Eqbq

  14. The Light Bandit concentrates sunlight into thin optical fiber tubes and delivers it to your desk. http://t.co/octvyF4k4u

  15. RT @postcss: Awesome PostCSS plugin by @jieorlin to write (width <= 600px) instead of confused (max-width: 600px) by CSS 4 spec https://t.c…

  16. RT @ADIbeinasco: Stringiamoci attorno alla famiglia Cucchi, preghiamo che Dio possa consolare i loro cuori. https://t.co/GHXonmDj7e / @stef

  17. Hello, I'm trying to get a page like /20141214-my-url-title, but seems like either it's a date or it's a title. For example, I tried Y-m-d-title, and I got 2014-12-14-310231sundayamerica-new_york which is nice in its own right, but not what I'm currently looking for. Thanks for any suggestion...!
  18. Hello, I'm trying to import some polymer elements, but for some reason I get a 403 this is the code <link rel="import" href="<? echo $config->urls->templates ?>bower_components/paper-input/paper-input.html" /> Is there a workaround? Thanks!
  19. Love a @cloudup, che converte i file md al volo #comepossostareunavitasenzate

  20. Managed to do this $pages->get(1)->get("image")->get("name=myotherlogo.png")->url and even $pages->get(1)->image->get("name=myotherlogo.png")->url I guess it's the shortest version...
  21. Hello, I'm trying to access a file called 'myotherlogo.png' from a page, but I cannot. Tried: $pages->get(1)->image('name=myotherlogo.png')->url // method Page::image does not exist $pages->get(1)->image->first->url // this works, but I don't need the first Thanks!!
×
×
  • Create New...