Jump to content

Manaus

Members
  • Posts

    217
  • Joined

  • Last visited

Everything posted by Manaus

  1. 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.
  2. 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!
  3. RT @BenNadel: Friction. Metaphorically, it makes life harder. But, literally, it's what makes walking possible. Chew on that for a little w…

  4. 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!
  5. RT @sehnaoui: HTTP status ranges, in a nutshell:1xx: Hold on2xx: Here you go3xx: Go away4xx: You fucked up5xx: I fucked up

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

  7. Hello, I know I can choose /processwire as base url for administration during setup. Can I change it after installation? If so, how? Thanks
  8. 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

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

  10. 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
  11. RT @googlefonts: Roboto is updated in @googlefonts to the latest Material Design version! http://t.co/4jhnb8Eqbq

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

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

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

  15. 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...!
  16. 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!
  17. Love a @cloudup, che converte i file md al volo #comepossostareunavitasenzate

  18. 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...
  19. 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!!
  20. RT @ziodrums: Partecipo anch'io al #mynew10! (Senza selfie, però.) http://t.co/gHPRK6sBn1

  21. Hello, is there an easy way to include an image, say the one attached to the post, in the text flow of the body field? For example <p>Lorem ipsum</p> <img src="xyz" /> <p>Dolor sit amet</p> I fear a common user/client could not care about understanding the usage of relative paths, even less the absolute ones. I would fancy something like <thisarticleimage name="landscape.jpg" /> Thanks for any suggestion
×
×
  • Create New...