Jump to content

quickjeff

Members
  • Posts

    323
  • Joined

  • Last visited

Everything posted by quickjeff

  1. Hi, I am also having this issue. Only with 1 form. The other forms I have are not doing it. Any idea?
  2. Does anyone know best approach to including the featured image in the post itself? Let’s say below the rendered head of the post? I already have it setup as an option in the blog home page but not the post. Thanks!
  3. @Ivan Gretsky thanks for the Repeater Matrix. This was the solution!! Works amazingly. Everyone, thanks for the help!
  4. Right, something like this would be good. I may try this approach. Any thoughts on my other approach?
  5. Hi Guys, I recently have received a client who has various page layouts. I wanted to give them the ability to simply add their HTML into a body field with CKEditor to allow HTML customization. However, the client isn't very familiar with HTML. This has left me to build a template that has multiple of the similar field types. The thing is, I cannot use the repeater since I cannot repeat lets say an image for repeated item 1 and only body field for repeater item 2. Therefore, I have to literally add 15 fields for them to totally be able to edit the page without issues. What are your thoughts on this approach? Also, I have to name the template according to what it contains, so I was thinking of using numbers instead of words. Reason being, numbers can describe the amount of title fields, body fields and images. Therefore something like, 3-3-2.php or three-three-two.php I have never run into a situation where the client needed so many fields. I was always able to get around it with repeaters etc. Thoughts?
  6. Was just thinking how Wordpress does it. Although I am totally against Wordpress their media manager is good.
  7. One centralized location for images. But I am running your blog module and latest processwire. Just didn’t want to break what I have built.
  8. How well would it work with your blog module on processwire 3.0?
  9. Love love love your blog module. I have used it multiple times on sites I have built for clients. Recently ran into a weird issue. I installed your latest version of your blog module on latest processwire. When I got to save the settings in the blog quick settings tab, they dont save. The fields reload blank. Any idea?
  10. Solved the issue: I had to delete the data that was in assets/cache/FileCompiler/
  11. Just tested it locally and it works, on the server its not working. So weird!
  12. I did see this when it came out and had updated the module. However I think this is a namespace issue or something because batcher works but when I try to uninstall it and Hanna code and other modules I get errors.
  13. I tried this just now and still no go. :-(
  14. I have had a weird error pop up. Any time I try to edit a users password or go directly to setup page in admin, I get a Error on the Process class. Any help? Its anytime a template or module accessed the process class. I attached a screen shot.
  15. Awesome thanks for explaining it. I never seen that. However, everything seems to be working. just didn't want to get 1000 pages in and bam it breaks. this is going to be a big site and already exceeding 500 pages.
  16. Hi Guys, I have been using Processwire for years now and have mastered enough to create some amazing sites and applications. However, recently I have been thrown a bit of a curveball and hoping some more veteran members can chime in. I recently ran into a weird issue. I had imported about 100+ wordpress pages into a new Processwire site using namespaces. I imported them under a parent page called /landing-pages/. However, I needed to move 20+ of these imported pages to a new parent page called /customers/. Since I was moving so many, I figured batcher was a solid module to run this task. Here are the steps I took: Located all the pages I needed using batcher Changed the pages templates Located the pages again after changing their template Made the pages hidden and then located them again using batcher Changed parent page from /landing-pages/ to /customers/ The issue that occurred is that not only did I change the parent page for these pages but apparently the pages also existed under /admin/repeaters/for-field-whatever which now changed to the new parent of /customers/. for-page-1625 admin /admin/repeaters/for-field-108/ So I reverted this by using batcher again, here are the steps I took: Located all the pages that were not supposed to be moved Changed the pages parent back to /admin/repeaters/ The issue is, after this was done, every time I clicked the new page under /customers/whatever-page I would get a 404. To correct this I had to delete all the pages under /admin/repeaters/ and /admin/repeaters/for-field-whatever and then go back and delete the pages under /Customers/ and create them all from scratch. My questions are: Why did Processwire create pages under /admin/repeaters for the imported pages? The steps I took to correct this issue, is this okay to keep building the site or am I better off starting fresh again?
  17. Was hoping for a quick solution but might have to rewrite some of this module to use a defined template. Might take a stab at it tonight.
  18. Right, I caught this also when browsing where it was being created, I may need to strip this and simply use my existing template.
  19. Hey Guys, I have setup a new Processwire site which was originally a Wordpress site. I was able to successfully migrate the blog using the WordPress Migrator module. However, I am running into an issue. I am having trouble migrating only the WordPress pages. I can export from WordPress and import into Processwire under the correct section. The issue I am having is when I import the WordPress XML. It populates the new pages under the correct section but doesn't use the correct template i indicated which is landing-pages. Instead, it creates a new template called Blog Basic Page. Any light on this guys?
  20. Thank you so much for this! Much needed. Is it safe to run on a live site or still has bugs? I have it running on staging and so far so good but I do need to use this on quite a few pages.
  21. Sounds good, thanks for the update!
  22. Hi BitPoet, thanks for the suggestion. I will fix this asap! Another thing that came up is when using hooks and getting an error of an undefined function wire(). The site was built about 1 year ago without using namespaces, do you suggest to I simply roll it back to 2.8 instead of 3.0?
  23. Followup, I did it through PHPMyAdmin, but it would be nice to have an export feature as well. Thanks Mike!
  24. Hi Mike, any progress in the export functionality, I installed the latest version of Jumplinks on a site that was already using your older version. however the jump links got all wiped out. I need to get the old ones back in.
  25. Hey Guys, Hope everyone is doing well! It's been quite some time since I have had to reach out for some help. So far, I have launched over 20 ProcessWire sites in the last couple of months. I ran into an issue this morning. I have upgraded a ProcessWire site from 2.6 to 3.0.42 and have updated all the plugins. The error I am getting now is related to the comments manager that resides outside of the pages, under Setup. The error I see is the following: Error: Call to a member function showInHeader() on a non-object (line 586 of /wire/modules/Process/ProcessCommentsManager/ProcessCommentsManager.module I have never seen this error. Any thought on this guys?
×
×
  • Create New...