Jump to content

renobird

PW-Moderators
  • Posts

    1,699
  • Joined

  • Last visited

  • Days Won

    14

Everything posted by renobird

  1. Nice one Steve! I used to love this feature in Textpattern. I'm on holiday next week, but I'll check in to see the goodness you all have come up with when I get back.
  2. @joss I had a set of those (they broke a few years ago) for working on demo stuff at home. They are great! @ryan I had a set of the Grado SR-80s. I used them for a week or so and ended up returning them to amazon. They just weren't comfortable enough to wear all day. I've had these KRK KNS8400s for a few years now, and I love them. They are super comfortable, and the response is super flat. If you want lots of bass, go for Beats by Dre or whatever...
  3. No worries, I work late a lot myself. Glad to help.
  4. Hi Ryan, I don't how complicated this would be, but I have a feature request. If a field using the Table Fieldtype is set to required, then have the first row of the field automatically visible. I just watched some of our interns test calendar entry using a "dates" table field. They got tripped up on the field being required, but no rows immediately visible. Most of them missed entering the field the first pass.
  5. Hi Ralf, Does the date field have an output format set? I've never attempted to show a date field in the admin list, but that's where I would start.
  6. Welcome Jurgen! Great write up. I think you will find your excitement continues. ProcessWire is addicting, and the community here is great.
  7. tobaco, Page fields are ideal for this. Keep in mind that "pages" are not just meant to be pages on your site. I often create a hidden "config" page and then nest all kinds of things beneath that.
  8. bump I can manually add this, just curious if it's coming back.
  9. I've been using PageTable a lot this last week. Grab the latest dev and give it a whirl, it's really cool. So far I have one repeater scenario that I can't replace with PageTable.
  10. This place is amazing. @bwakad, I hope you are "hearing" what these guys are saying.
  11. tsd, Also wanted to mention that module development isn't that difficult. Start here.
  12. Pete, This might be fixed already in the latest dev.
  13. Wow! This looks really amazing. Appears that I'll be having lunch at my desk today and testing this out. I really like @pete's suggestions, and @antti's idea of a time interval for bundling.
  14. Nice one diogo, I completely forgot you can use selectors.
  15. opalepatrick, $page->parents returns a pageArray, so you need to check for the id instead of the name. Me thinks. [deleted code] Scratch that, there is some fancier stuff that goes here there than I remembered. has() needs a page object. $parentPage = $pages->get("/path/to/parent/"); if ($page->parents->has($parentPage)){
  16. looking forward to checking this out soon. The servers I use at work don't have ImageMagick, so I have to carve some time at home.
  17. Jonathan, Nice work! I'm not having the flicker issues Teppo mentioned here, it might be a browser issue? In taking a quick look around, the only thing I noticed is on some of the inner pages the red block headers repeat a lot. It starts to get tiring on the eyes pretty quick to read white on red, and makes some of the denser pages a tad overwhelming visually. Perhaps finding a way to pull back in some areas? 2 second modification via the inspector to illustrate: I made the headers in the middle grayscale instead of red. Gray may not be the right choice — but you get the idea. Just my opinion of course. I really like the site overall.
  18. Soma, Just wanted to say that I appreciate all your hard work on this module—it handles everything I throw at it.
  19. Cool. Thanks Steve! I made the changes locally after you posted them last week. Seems to be working great.
  20. Was just typing essentially the same thing. What Teppo suggested works. Fortunately for me we don't have any XP machines on campus anymore and officially no support for IE8, but I did support it for years.
  21. Cool. It's well tested on IE9 - majority of our Windows are still using it. I'll support the same browsers Ryan supports with the default theme. If that means IE8 support (grrr.), then I'll do it.
  22. Thanks for sharing that Antti. I didn't realize you mentioned my theme - would love to hear any comments (if there were any). So excited about all this new stuff.
  23. That's the general idea. Create a template for your products (let's say it's called product). Create and/or assign all the fields needed by a product to the "product" template.
  24. adrianmak, Welcome to the forums. Fields can have a column width assigned under "details". You can also assign a column width on a per template basis. There is a field type called "FieldsetTab" that will allow you to group fields into a new tab.
×
×
  • Create New...