Jump to content

Peter Knight

Members
  • Posts

    1,466
  • Joined

  • Last visited

  • Days Won

    10

Everything posted by Peter Knight

  1. Marty - say hi to Katoomba and the Blueys from me too. A magazine I used to read (PC format) had a regular piece whereby readers would take a photo of themselves around the world holding the latest issue. Reckon we should do a PW version from unusual or even usual places?
  2. Ivan - I upgraded with the new Upgrade module. I didn't even back up the database. See what 2 weeks of holiday in the UK does ... Makes you reckless and free.
  3. Peter Knight

    Plain sailing

    Just updated one of my PW installations on my iPad on a boat in the middle of the Irish Sea. This amuses me for some reason :-/ Ever update your PW installation from somewhere 'wierd' ?
  4. Hi Kongondo Any plans to pull in a users Gravatar based on their email address? Just like these forums do?
  5. I believe the issue is fixed. Have a look at their twitter feed https://mobile.twitter.com/mamp_en
  6. Good to know. I hadn't realised CMS critic was built on PW. That's pretty cool
  7. TinyMCE as the default RTE ? I'm guessing the new growth is a combination of things...2.5, RenoTheme, ListerPro, ProFields, lull from other CMS progress, friendly community. And in the background, Ryan's constant patience, enthusiasm, productivity and all round genuine positivity and transparency. At least they're my own magnets. Interested to read others interpretation.
  8. I'm relatively new to PW so this is one for the old timers out there and Ryan. Is it just my imagination if has there been an explosion of interest in PW over the last few months? Seems to be exponential growth on forums too. If it's true, what's driving the growth?
  9. Is there a RenoTheme version where the navigation links (Pages, Setup, Modules etc) live on the top menu bar? Just wondering
  10. Anyone tried it yet? http://processwire.com/blog/posts/introducing-processwire-listerpro/ Timing is perfect for a site I'm developing right now.
  11. Lovely work by both you and Natasha. The blog link doesn't work for me or rather, it looks like it's yet to be populated with content?
  12. I've done some experimenting and made some progress. Editing an existing page displays the new updated field label Creating a new page displays the default field label I don't know if it's related but I then enabled Family > Show in the add-page shortcut menu and this seems to have worked. But back to my original point and request for the wish list. This really is a cool feature and exactly solves my "issue". It's another example of a cool thing which PW can do which is hidden away and not really documented. Most of the really great features I discover are via the forums and "digging around".
  13. Wierd but it doesn't work for me. The template in question is called graduate_detail. You can see from the screengrab that I have renamed the label of the Title field to Full Name (ex Title). However, when I create a new page based on this template, the Title field still has the label of Title. Running 2.5.4 I'll test it on some other installs.
  14. Joss - My client currently updates their site via some kind of Microsoft Visual HTML Editor. They have (in their current site) pink and yellow text, blinking text and background music in their newsletters. One of us is going to end up crying in some corner of some room
  15. That sounds pretty close. Will try and many thanks.
  16. I know the sitee you're referring to. Lately I think they've started a new timed download feature so all your favourite add Ons just became more expensive.
  17. It's incredibly useful to be able to rename the default and mandatory title field on a per template basis. Another CMS I use handles this and it's great for certain situations. Let's say I have a template called Staff Directory with the following fields - full name - department - location In this instance, I don't want an editor to see the page title field as it's not required. Making them duplicate the full name in the title field works but isn't ideal.
  18. Thanks Joss I've just been on LiveChat with both ServInt and SoftLayer and was a little underwhelmed by both. Noether seemed really pushed. I'll check out Rackspace now.
  19. Anyone have recommendations for hosting a medium to large ProcessWire site? Apart from the usual functionality, I need ability to snapshot/duplicate a site ability to work on that duplicate site and then "inject" it into the original site Thanks
  20. Jealous of your broadband speed. Stuck here with a 4MB connection You on fibre optic?
  21. Can this be tweaked to dynamically change an amount on a PW site? Say I had a product listed for sale at $60 (USD) I'd like to have a US and a UK flag. Clicking US or UK flag would convert the $60 to £80 (or whatever).
  22. Quick update. If you're running the latest version of FoxyCart, embedding field values in FC links will work. When I originally posted, I think FC was running a slightly older version.
  23. Cheers. Will do. So that was the issue or a general suggestion?
  24. I have two basic text fields called Product and Price. According to FoxyCart docs, I can manually create a URL as follows which will add a Picture Frame worth 100 dollars to my cart. <a href="https://YOURSTORE.foxycart.com/cart?name=PictureFrame&price=100">Add picture frame</a> Is there a way to swap out the product and price for the values in my fields? I've tried the following but it never converts my fields into actual data <a href="https://YOURSTORE.foxycart.com/cart?name=<?php echo $page->product; ?>&price=<?php echo $page->price; ?>Add picture frame</a> I There are some errors in the formatting above but you get my thinking. Typing on ipad
  25. Thanks Adrian. Hoping I'll eventually get "there" :-/
×
×
  • Create New...