Jump to content

hafa

Members
  • Posts

    50
  • Joined

  • Last visited

Everything posted by hafa

  1. Hey guys Is ProcessWire suitable for an app similar to ffffound.com? Considering the eventual large amount of images and possibly users? Plus, functionalities like "save" and "tag" images? Is it possible to work with PW without the admin panel? Or is it useful for building web apps? Cheers, Hafa
  2. Hi @kongondo For example in http://cargocollective.com/voyager1, you click the post and it opens in the same page without reloading the whole page, and it still updates the browser url. In http://cargocollective.com/sirius, you click the post and it opens on another page without reloading the whole page and updates the browser url aswell. Would it be too tricky to achieve this with PW?
  3. Hey guys I was wondering if anyone had already exported a Cargo Collective site to ProcessWire?! I have two Cargo sites I'd like to convert to ProcessWire, they're using these templates: - http://cargocollective.com/voyager1 - http://cargocollective.com/sirius It's all working fine but I can't figure out how to "replicate" the famous Cargo effect to PW (the effect where links open fastly without reloading the page). Can anyone please help me achieve this with PW? Cheers
  4. I just confirmed that OpenSSL is enable on MAMP, so that's not the issue... lightning.pw is still off
  5. @Macrura It's just to generate random urls like, for example: designspiration.net/image/411126849521/ (actually my project is very similar to that site )
  6. Hi @Macrura! I wanted to test your code right way but I'm not sure where I should include it? A functions.php file? And can the "uniqid" function generate numbers only? Is it possible to set a length? Thank you very much for taking the time to try help me out! @Kongondo Waiting for lightning.pw to get back online! Thank you for the tip!
  7. Seems Pierre-Luc hasn't been too active on the forums, unfortunately. By any chance does anyone know how I can auto-generate slugs like that without using this module?
  8. Hi guys I recently found Colors of Images, a php library for getting colors from images: https://github.com/humanmade/Colors-Of-Image That's the only thing that I'm missing from PW to get started on a project. As I'm no php developer (let alone module developer ), I was wondering if it's possible to use it in PW pages without having to create a module?
  9. Ahh, I was hoping that would have some module I'd like to use it not only for displaying the palette, but for searching through the site by color!
  10. Does ProcessWire have a way or module to generate a color palette from images? Like Color Thief
  11. Hi Pierre, 1) nope 2) i'm using only numbers, but i tried letters to test and it doesn't work either btw, i'm using the latest processwire version (2.5.2) Yes, it's enabled.
  12. I've tried Hmm, I've figured this... so there's no way to do custom urls?
  13. Hi guys I'm using the Field Generator module to generate random strings of numbers and assign them to one field of my choice when a page is created. In the module description, it says we don't need to set $page->name (or any other field), it just works automagically. As in my case, I'm using the module to create urls (for example, mysite.com/image/131602236844), so I'd need to use the $page->name field to create the string, but it won't work. It works on any other custom field, but not with "name" field. Here are a few screenshots: Field Generator setup with "name" field: http://api.drp.io/files/544295d764173.png But nothing happens on the "name" field: http://api.drp.io/files/544295d75bb0e.png // http://api.drp.io/files/544295d7523ad.png I've already tried putting "name" and "$page->name" but nothing happens. Any ideas if I'm doing something wrong?
  14. Hey guys, I was wondering... Does the number of used/installed modules affect on site performance?
  15. Thank you fellas Just one more little thing... what file do I edit to remove the "Home" link? I can't find it anywhere!
  16. Hi guys, I'd like to center the admin login form. Here's how it is now: http://api.drp.io/files/5442717971fe5.png Any suggestions on how to center it? I've tried to do it but it broke all the responsive layout... I guess my css skills are a bit rusty...
  17. I've contacted them and they told me to downgrade my php from 5.6. It's working now...
  18. Hi adrian It's already there. it's enabled. Weird
  19. Hi guys After I upgraded from Mavericks to Yosemite, I can't install ProcessWire on MAMP anymore. I get this message on the installation process: PDO (pdo_mysql) is required (for MySQL database) Does anyone has any ideas on what I can do to fix it?
  20. Thank you guys. @OrganizedFellow I'm developing it, but not my idea and I'm not designing it.
  21. Hey guys I'm wondering if PW would be a good fit for a project that would have a few social features, like: - the ability for users to like pages (there's a premium module for this if i'm not mistaken?) - the ability for users to like pages AND the possibility of adding/saving them to folders/collections - the ability for users to follow each other and keep up with their content (following/followers) - the ability for users to submit content/pages (could the the premium form builder module do that?) AND the possibility of saving them in folders/collections Is PW a suitable choice for something like this?
  22. I'll def look into it. Thank you!
×
×
  • Create New...