adrian Posted May 31, 2014 Share Posted May 31, 2014 Could it be possible to import actual list of page titles (one title one line) in some textarea and get those new page inputs populated with those? We should choose a template for all those somehow too... Maybe make the "title" field in crete tab a textarea and apply all the other settings to the list (name autogenerated)? This module might be useful for you: http://modules.processwire.com/modules/batch-child-editor/ Use the Create/Overwrite mode. 1 Link to comment Share on other sites More sharing options...
Ivan Gretsky Posted May 31, 2014 Share Posted May 31, 2014 Thank you! Both ways should work. Adrians module seems faster to use in my case as it does not require preparing csv file. But it has some complexities in working with. You cannot add a list of pages to a page which already has children with subchildren. Or maybe i am getting it wrong. I will ask in the apropriate thread, if you don't mind, Adrian. Great to have many ways to go. Link to comment Share on other sites More sharing options...
adrian Posted May 31, 2014 Share Posted May 31, 2014 You're right about the sub/grand children issue with that module when in create/overwrite mode, but if you switch to edit mode you can still quickly add new pages in this scenario. But, yes we should take this conversation over here: https://processwire.com/talk/topic/6102-batch-child-editor/ now. I'd be happy to modify the module if you have suggestions for improvements that would help your workflow without compromising the need to protect from accidental data loss. Link to comment Share on other sites More sharing options...
Soma Posted May 31, 2014 Share Posted May 31, 2014 CSV import doesn't require a csv file, you can simply use the manual textfield ... enter title like by line... I found to be the fastest way to create pages. 2 Link to comment Share on other sites More sharing options...
Ivan Gretsky Posted June 1, 2014 Share Posted June 1, 2014 Tried it out, Soma. Import Pages from CSV files (I guess this is what you have been talking about) does the job well. To batch delete the pages I used this great ProcessBatcher module. Link to comment Share on other sites More sharing options...
Martijn Geerts Posted March 6, 2015 Share Posted March 6, 2015 This module stated that it is not compatible with PW2.5 but so far haven't seen any issue with ProcessWire 2.5.21 dev. I'm sure i'm not the only one using this module so updating the compatiblity with 2.5 looks fairly save to me. Thank for this awesome module. 2 Link to comment Share on other sites More sharing options...
Wanze Posted March 18, 2015 Author Share Posted March 18, 2015 Thanks Martijn, I've updated this in the modules directory. 1 Link to comment Share on other sites More sharing options...
valan Posted March 19, 2015 Share Posted March 19, 2015 IMHO this awesome module demands one more action - "Change Field". Mass field change is smth that I do 100x more often than lets say mass template change. Currently I have to PHP each new mass field change task. Just wondering - how do you solve this problem currently? Link to comment Share on other sites More sharing options...
arjen Posted March 19, 2015 Share Posted March 19, 2015 You can use ListerPro to change the value of fields. We use this a lot (works really great). Wouldn't argue that it would be a nice addition to Batcher too Link to comment Share on other sites More sharing options...
SteveB Posted May 19, 2015 Share Posted May 19, 2015 FYI, tried this on 2.6 the other day. I wanted to delete thousands of pages (finding them by the template name). It didn't seem to do anything. I got it done with a script and didn't go back to investigate but I thought I'd ask if it ought to be able to do that. Link to comment Share on other sites More sharing options...
Robin S Posted October 28, 2015 Share Posted October 28, 2015 The "toggle all" checkbox doesn't seem to be working. I had a play around with the JS and changing $('input.toggle_all').click(function()... to $(document).on('click', 'input.toggle_all', function()... seemed to do the trick. Link to comment Share on other sites More sharing options...
ottogal Posted December 5, 2015 Share Posted December 5, 2015 Hi all!On a fresh installed PW 2.7 I added a few pages and subpages to the tree. I installed the Batcher module and used it to batch unpublish or publish pages selected by template=basic-page. No problems so far.But now I made a mistake. Having found that the pages I wanted to unpublish all had an ID greater than 1013, I tried the selector id>1013. Obviously some pages related to the Batcher module matched this selector and went unpublished too. The link to the Batcher module (that was in the menu Setup before) had disappeared, so I could not use it anymore.Now I tried to uninstall Batcher and reinstall it. I got this error message: Unable to install module 'ProcessBatcher': SQLSTATE[23000]: Integrity constraint violation: 1062 Duplicate entry 'batcher-22' for key 'name_parent_id' So my questions are:Is this an incompatibility of the Batcher module with PW 2.7?And, more important: What can I do? Link to comment Share on other sites More sharing options...
LostKobrakai Posted December 5, 2015 Share Posted December 5, 2015 If you've unpublished the batcher's admin page, so it can probably not be cleanly uninstalled, so the page remains. On reinstall it's trying to recreate the still existing admin site and that fails. Just make sure you remove this page (Admin>Setup>Batcher) before reinstalling the module. 1 Link to comment Share on other sites More sharing options...
ottogal Posted December 5, 2015 Share Posted December 5, 2015 Thanks for the fast reply! Deleting the page Admin>Setup>Batcher was successful after unlocking Admin>Setup for editing. But a new install is refused like before: Same error message... Link to comment Share on other sites More sharing options...
LostKobrakai Posted December 5, 2015 Share Posted December 5, 2015 Ah, same goes for the permission that's installed with the module. Link to comment Share on other sites More sharing options...
ottogal Posted December 5, 2015 Share Posted December 5, 2015 Ah, of course. You made my day, thank you! Link to comment Share on other sites More sharing options...
Broxden Posted February 8, 2016 Share Posted February 8, 2016 (edited) Hello Is anyone using the Batcher Module successfully in Processwire 3.07? I'm trying to change the template on several pages and the Actions... link at the foot of the page doesn't appear to be working. I've tried on Firefox and Chrome in Windows and Safari on OSX and it's the same result in each browser. John I've just noticed that on my Macbook the version of Processwire is 3.03 but batcher still not working in that version either. Edited February 8, 2016 by kongondo moved your thread to Batcher's official support forum Link to comment Share on other sites More sharing options...
arjen Posted February 8, 2016 Share Posted February 8, 2016 I can confirm it doesn't work out of the box. Batcher is using Fancybox which doesn't seem to be included in ProcessWire 3.0.x. You can either file an issue or strip out the Fancybox stuff (1, 2). Or both Link to comment Share on other sites More sharing options...
Broxden Posted February 8, 2016 Share Posted February 8, 2016 Thank you for replying. I have filed an issue but not confident about stripping out Fancybox. John Link to comment Share on other sites More sharing options...
bbeer Posted February 23, 2016 Share Posted February 23, 2016 Hi all batcher seems not to work with PW 3.0.8. You search pages, but adding actions does not work. This seems to be the case with other modules as well, that one can't add actions. Your help is much appreciated. Link to comment Share on other sites More sharing options...
ottogal Posted April 20, 2016 Share Posted April 20, 2016 batcher seems not to work with PW 3.0.8. You search pages, but adding actions does not work. Same for PW 3.0.15 Are there any news on that? Thanks. Link to comment Share on other sites More sharing options...
ottogal Posted April 27, 2016 Share Posted April 27, 2016 Any? Link to comment Share on other sites More sharing options...
Wanze Posted April 27, 2016 Author Share Posted April 27, 2016 Hi ottogal, Sorry for my late response. I currently don't have time to update Batcher, at least not for the next month. The module needs a rewrite because a lot changed since this was released, for example: Native support of ProcessWire's modal Make use of InputfieldSelector to build the selector strings ... I hope to update the module at the end of may, but since I don't know the release date of Pw 3 I can't promise... unless someone else takes over. Cheers 6 Link to comment Share on other sites More sharing options...
ottogal Posted April 27, 2016 Share Posted April 27, 2016 Thank you for the information. I'm looking forward... Link to comment Share on other sites More sharing options...
Robin S Posted July 27, 2016 Share Posted July 27, 2016 On 28/04/2016 at 4:04 AM, Wanze said: I hope to update the module at the end of may, but since I don't know the release date of Pw 3 I can't promise... unless someone else takes over. No pressure, but eagerly looking forward to using Batcher in PW3. In PW2 it was my go-to module for quick and easy bulk deletion of pages generated during site testing. Lister Pro can do that too but needs more clicks. On 28/04/2016 at 4:04 AM, Wanze said: Make use of InputfieldSelector to build the selector strings Please keep the option of typing a selector too. 2 Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now