Jump to content

arjen

Members
  • Posts

    1,222
  • Joined

  • Last visited

  • Days Won

    8

Everything posted by arjen

  1. Please do!
  2. Is there are Page templates (/processwire/setup/template/) with a Process called Template in your back-end?
  3. Hi @MuchDev, there is a module by @renobird which stores changes based on individual pages.
  4. @renobird, any updates on the issue? Perhaps you did some changes locally and didn't commit them?
  5. Jump jumping in to support this idea. I can't like it twice
  6. We have ListerPro's with 10.000's of pages (some up to 80.000 pages and counting) displaying 25 fields. Just make sure to limit/paginate around 50 or 100. Still quite fast (around 3 seconds loading time). This includes all kinds of Markup changes. So I would say: yes
  7. Since you not know, you could step-by-step by checking what $page is, what $some_user_page is, et cetera. First check your own data, if you are sure that the pages are what you expect them to be and the config of the templates is correct you should look deeper.
  8. Now you do Me neither, but I do know getting familiair with Tracy saved a lot of my time the last year.
  9. No doubt! Get familiair with Tracy and do a Bar Dump: bd($some_user_page); This will output something in your Bar Dump in Tracy. This will give you more information to go on.
  10. No problem. I had to do someting with my 1000th post
  11. If RemoveButton is not false then show the button: <?php if (!$single->RemoveButton) : ?> <p><a button href="<?= $single->url ?>" type="submit" id="submit" class="btn btn-blue btn-effect"><?=$single->Text?></button></a></p> <?php endif; ?>
  12. Hey, This topic might be interesting. Be sure to read all posts. Also check out:
  13. Thanks @szabesz, that is exactly the mock-up I was talking about.
  14. I backup everything in the root folder and do a mysqldump. In case of an emergency I can easily import db and extract files and we are good to go. Flydev is working on imo the best solution: Duplicator. I've got a beta running on several websites.
  15. Thanks for sharing. You also might want to check out ProcessLinkChecker by @teppo. I've not used it extensively, but it spotted some dead links (internal/external) on several websites.
  16. Seems to be already fixed.
  17. Hi @Tom., did you solve this? It is working fine, but the the error keeps popping up. I commented out line #317 of InstagramFeed.module to stop the logging for now.
  18. We needed an option to determine whether 0 or empty should be regarderd as equivalent. I copied the method + config from FieldTypeFloat. In my testing it seems to work fine. I would be cool if someone can test this too. Thanks! See: https://github.com/sforsman/FieldtypeDecimal/pull/2
  19. Configurable. I have seen mock-ups around the forum which have a Windows Explorer (never thought I would bring up MS to make my point) kind of sidebar. Which shows the tree on the left and the editting screen on the right. It was based on another CMS. I can imagine if you have very nested structure with very long titles this might not be very handy. On the other hand I've seen (lesser tech savvy) clients struggling with the connection between the tree and the edit screen. To others it is instantly clear.
  20. +1! If would be awesome if the page tree could be visible in the sidebar. The Page Tree and ProcessPageEdit seperately are to most clients instantly clear, but combining those two would fill in a gap.
  21. Thanks for your work => it looks very good! Will this work together with ProcessWireUpgrade? This will make updates through more easily I presume.
  22. Hey @sreeb, I can't see what your issue is, but have you tried MarkupSimpleNavigation? I haven't ever ran into a menu I couldn't build with this module. Please read the entire thread since I know there are some other mega menu's mentioned in the thread of this module.
  23. Thanks, will try it this weekend!
  24. Would be great!
×
×
  • Create New...