Jump to content

Pete

Administrators
  • Posts

    4,054
  • Joined

  • Last visited

  • Days Won

    67

Everything posted by Pete

  1. No problem - glad you're up and running! Let us know how you get on.
  2. I actually had trouble with strtotime the other day because I forgot the date format when just throwing it numbers would be month, day, year, not day, month, year as I had typed. See, it's confusing for us Brits sometimes too
  3. That's a very valid concern - if it is too long then you have quite a lot of content loading on the page. If I was going to list fifty or more I might list the titles and then use AJAX on click or something to pull in the answer on demand to display the answer - along with list.js to narrow the search first. Otherwise, depending on the answers, you could end up with a few hundred kilobytes of text on your page and slow loading times. Lots of ways to approach this, certainly.
  4. Cool, a link to the backup_restore.php script would be nice too
  5. Thanks for this - I know a lot of people have need of threaded comments so this is very welcome
  6. What browser/OS are people experiencing editor issues on?
  7. Good point - what browser/OS are you on nik?
  8. Pete

    Hit 1000+ likes

    It means you talk to much are very helpful I'm trying to catch up, but I'm not as Ninja-quick as everyone else at answering topics first. I do like that so many people are keen to be first to respond - it shows that we all very much enjoy being here and helping out
  9. @Nik CTRL + F5?
  10. Well as it's not something I can say I'm able to repeat I'd guess maybe browser but possibly server related? Anyway, way off topic now
  11. OT: I re-programmed the forum software so you can't post as fast diogo - randomly deleting some content should slow you down Actually, I don't know, but I have had an unrelated weird issue today that I'm hoping was just badly cached javascript.
  12. Not sure, but I think this might be exactly what you are looking for: http://stackoverflow.com/questions/463143/narrow-a-list-of-items-as-you-type-with-javascript jQuery is the easiest solution since you already have all elements on the page before you narrow them down
  13. This sounds awesome - excellent first post
  14. The ProcessWire equivalent would be repeater fields: http://processwire.com/videos/repeater-field-type/ And you could easily set field widths to have a layout similar or indeed slightly better than that interface But yes, what diogo said about coding it without storing settings in the database is also very relevant. EDIT: Stop replying so fast you guys, I'm having a slow day
  15. It's good to see the jobs board is working as intended
  16. And I finally need to buy one for a project too!
  17. I also mentioned previously that it might be more relevant to be able to set permissions on a section of pages, so it might be good to be able to click on a page called News, tick "apply to all children" and then go down a list and tick what permissions are relevant in a sort of matrix list. I think I explained that better in another thread with more relevant scenarios, but can't find it just now The problem with any of this is that it varies so much between sites as to how you would want to set it up.
  18. This is one of the reasons I found I hadn't read some of the docs until last weekend, and I've been using the software for 18 months now To be fair though, I so rarely need to look at the docs and I think that's part of the reason I've only just found some things hidden away there!
  19. I would suggest doing $page->image->delete first in this case then.
  20. So where are you calling this: $injector = $modules->get('Injector'); $injector->regClientHTMLBlock('<script>document.write('Hello world!');</script>'); $injector->regClientCSS($config->urls->templates . 'css/basic.css'); $injector->regClientStartupScript($config->urls->templates . 'scripts/jquery-1.9.0.min.js'); At the very top of head.inc?
  21. Aarrgghh! So frustrated that I need to build some functionality into another ecommerce system that would take 20 seconds in ProcessWire. I need to add a related products feature to a blog section - in the other software this means I likely won't be able to do it or will spend a week working it out. In ProcessWire it would be soooo easy. I'm going to make an effort this year to use ProcessWire for every type if site that comes my way - that way if I need to do some customisation I know it will be easy! I've now changed the title of this thread so I can vent my frustrations about whatever system I have to wrestle with to do what I need it to
  22. Hi Bethanie Next you will need to go to yoursite.com/index.php in a web browser to start the installation process. You will also need to have created a mySQL database through your web host's control panel.
  23. I thought it might be fun if everything translates into "WillyC speak" though?
  24. I did just think that someone could build a module for the forum software (no easy task!) whereby you can set a language code for a forum and a language code for your own user account and have those forums not in your language translated automatically by Google Translate. It would probably never work though for some reason or other that I've not thought of.
  25. Love that idea The more local activity there is the better I think. And let's not forget that all of this will end up in search engines driving yet more relevant traffic our way.
×
×
  • Create New...