Jump to content

diogo

Moderators
  • Posts

    4,314
  • Joined

  • Last visited

  • Days Won

    80

Everything posted by diogo

  1. I see two Teppos there ps: by the way, Eelke, I quite like your small yellow / Gill sans site
  2. diogo

    I am in love.

    Welcome to the forum! Great to hear that you're liking PW, hope we'll be hearing from you often from now on
  3. Oops... actually not, mine is this one https://www.google.com/cse/publicurl?cx=015625539732074082840:-bacwk0s1qw, that one is from mr-fan https://processwire.com/talk/topic/7298-google-custom-search-for-your-browserbookmarks/?hl=%2Bgoogle+%2Bcustom+%2Bsearch If you use Chrome, this is what I do https://processwire.com/talk/topic/6196-easy-search-on-pw-forums-with-google/
  4. That would have been me edit: oops https://processwire.com/talk/topic/8817-outputting-relational-data-nested-in-a-repeater-field/?p=85262
  5. No offense taken I'm not a great programmer, I'm more a designer-that-get-things-working and I feel very comfortable with using includes. My code looks so cozy between a include('header') and a include('footer') that I never had the urge to change how I do things.
  6. Maybe your includes are crappy, but I love my includes
  7. https://processwire.com/api/modules/multi-site-support/ I use option 1 from here on my production server, works perfectly. Just be aware that all websites that you create using this system will be tied to the same version of PW, so upgrading for one will upgrade for all. I never had any problem with this myself.
  8. This is why I have a problem with some of your comments, you tend see them as the truth (at least that's how they sound to me). We are never the owners of the truth, we have opinions, and should give them knowing that they are nothing more than our opinion. I'm not trying to annoy you, just telling you how your posts may be read by others in case you don't have that notion. You're a valuable member and new people will take your words very seriously based on your number of posts and likes, this alone gives you an extra responsibility, and you should be aware of it. I must remind you that you were not an easy newbie Anyway, just to be clear. We all love to have you here
  9. I agree with Charles. @pwired, sorry but honestly I find that you are too harsh, if not insensitive, in some of your comments. And they don't always make sense actually. Edit: Charles = cstevensjr
  10. Here is a small clue https://processwire.com/talk/topic/3636-watch-fast-roderigo-meat-boat-movie-in-the-nude/?hl=%2Bdrupal+%2Band+%2Bjoomla#entry35594
  11. Contact is working for me
  12. diogo

    Merry Christmas!

    Although I've been quite away from the forums lately, I always come here at least to check how things are going. A Merry Merry Christmas for all of you!
  13. diogo

    Muesli Café

    Not really... besides an uncle of mine that didn't know about the project and contributed after seeing us there (), we didn't notice any special activity. TV and internet don't play very well along. The web addresses are not clickable and it goes a long way from watching TV to getting to the computer, writing the web address (if you wrote it or remember it) and contributing. But we are sure it had a good longer term value. It creates memory, and people will know who we are and what we are doing when they come across the project at other times.
  14. Some want the readers to go to the website and publish only the summary, most commonly because of publicity.
  15. diogo

    Muesli Café

    There's a video from Erika and me in the Portuguese television talking about the muesli project. It's in Portuguese but enjoy https://www.facebook.com/mueslicafe/posts/1552098018335775
  16. diogo

    Social networks

    Twitter and PW are as social as I can get in the net, but looks interesting
  17. Only the home page doesn't work. I tried http://maryvalecommunity.com/random and i had the 404 page with the navigation, then i went to the other pages using the navigation and they all worked, including the homepage when I went back to it. Now it always works. In inconito mode the same happens every time, if I go directly to the home, it doesn't work, but if I open any other page directly it works. Must be something with the cache, and only on your home template. Edit: if I delete the "wire" cookie, the homepage stops working.
  18. Oh, the forum wasn't very helpful here. Well... has they say, better late than never Thats's just a normal ecommerce site with a range slider and some calculations. You can even do it with a native html5 range slider http://codepen.io/diogo-ed/pen/qEEbmo . Of course the calculations are only examples. Should even work the opposite way, price per piece would be lower id the amount is greater... There are also loads of jQuery plugins for range sliders http://www.unheap.com/?s=range
  19. A small shadow on the transparent PNGs would make a huge difference! Would be also nice if the favicon would change colour from page to page (red, blue, green, yellow).
  20. https://itunes.apple.com/us/app/renamer-batch-rename-many/id402286241 Or less expensive, if you're ok with random numbers http://angrymarmot.org/mac-oslinux-batch-rename-files-random-name/
  21. I subscribe what yellowled said, so it's not easy to name them, but maybe these: Page Edit Soft Lock Page Link Abstractor Pagetree Add New Childs Reverse Video embed for YouTube/Vimeo Markup Sitemap XML
  22. Sorry, that didn't make any sense I edited the code to have $page->parents()->has($item) instead of $page->parents()->has($page)
  23. Not tested, but try this: $page = wire('page'); $out .= $item->id == $page->id || $page->parents()->has($item) ? "<li class='current'>" : "<li>";
  24. Yosemite has batch renaming capabilities http://www.idownloadblog.com/2014/10/18/how-to-batch-rename-files-in-os-x-yosemite/ just don't know if random, but they refer a more advanced tool in that article.
  25. Nice one: http://happy-css.com/2014/a-guide-to-survival/
×
×
  • Create New...