Jump to content

tkam

Members
  • Posts

    11
  • Joined

  • Last visited

Everything posted by tkam

  1. Ok, I just had a look at RockMigrations. This helps me to create new fields and templates, but what about the pages and content? Currently I am working locally on the site translation, so I've got tons of new content all over the place. In the meantime there'll be new content on the live site. Would the best way then to work with the import / export page function? And is there a limit to the amount of pages I can import or export?
  2. Thanks guys, I knew about the import / export function, but was worried, that it would not work reliably when I have a lot of pages, like 100 or more. Did anyone test this with more than 20 pages? I'll have a look at RockMigrations. Thanks for the quick input, you guys are awesome! ?
  3. Hi! I have a shop site running on processwire, which I just finished developing. Now there is the challenge of developing more features, while the shop is already in use and running. When I start a new feature, I copy the live database to my dev server and start developing with the most recent data. But in the meantime there'll be new users and orders on the live system. What is the best approach of merging both databases? Is there a good helper tool or is the only way to write a migration script? And if the migration script is the best way - how can I connect from my dev system to the local and live database at the same time? Cheers, Tom
  4. Ok and yes you are right, the other way is more practical.
  5. Alright, thanks! I should read a bit more about access control. Is there a way to make the repeaters accessible as guest without using check_access=0 ?
  6. Ok, same as always... first I don't find a solution, then after a long while of searching I sign on for the forum to post a question. Minutes later I find the solution myself. ? $pages->find("template=repeater_products, check_access=0"); This does the trick. Can someone explain why? Thanks, Tom
  7. Hey guys, I have a repeater field called "products", which I use in a template called "series". There are several pages with the series template. Now i'd like to make an ajax call to get all repeater items from the series pages, which works fine as long as I am logged in. When I am logged out, this does not work: $pages->find("template=repeater_products"); Any idea why? Thanks, Tom
×
×
  • Create New...