Lars282 Posted August 12, 2014 Posted August 12, 2014 Is there already a planned release date for lister pro?
LostKobrakai Posted August 22, 2014 Posted August 22, 2014 I'm currently trying to fork the ProcessUser module for a own custom table of products. But even though I've changed the parent page in the properties provided by the module, it doesn't save pages to the right location. If I hit "Add New" it saves the new page as a child of the Admin page. The url does even show the right ID of the page I want to have as parent. …/admin/produkte/add/?parent_id=1021 (ID of the adminpage is 1092) $properties = array( 'initSelector' => $selector, 'columns' => $this->showFields, 'defaultSelector' => "title%=", 'defaultSort' => 'title', 'parent' => $this->wire('pages')->get(1021), 'template' => $this->template, 'editURL' => './edit/', 'addURL' => './add/', 'delimiters' => array('shop_category' => ', ', 'manufacturer' => ', '), 'allowSystem' => false, ); Edit: Had a second look, the 'edtiURL' and the 'addURL' where the issue. Removing them created the expected behavior.
JFn Posted September 1, 2014 Posted September 1, 2014 Looks like a great tool. Will ProLister be part of the ProFields package?
LostKobrakai Posted September 5, 2014 Posted September 5, 2014 I've just tried to add subfields as columns via the api, but it seems these are not supported. Can someone confirm this? I'm working a lot with pageTables and it would be great to show a count of them instead of an empty field, because I don't use the title field in this occasion. Also the fullname field of my users would be super to access instead of the raw name field.
Tyssen Posted October 11, 2014 Posted October 11, 2014 Is there a way to add links to a Lister page to the main menu? Or have the normal tree menu replaced by a Lister page?
sforsman Posted October 13, 2014 Posted October 13, 2014 Is there a way to add links to a Lister page to the main menu? Or have the normal tree menu replaced by a Lister page? What do you mean by "main menu"?
arjen Posted October 23, 2014 Posted October 23, 2014 @Tyssen, you can save a lister filter and show them under the pages tab. See this post by jacmaes. edit: This is limited to Lister Pro.
hellomoto Posted January 18, 2015 Posted January 18, 2015 Can't wait to try this out! How about an export to csv option? I've used this before http://ngiriraj.com/pages/htmltable_export/demo.php which was super easy to implement and worked like a charm, and that was when only CSV was supported, apparently now many formats are; also I haven't tried it with large amounts of data. But it might be pretty breezy to implement export functionality with that script. 1
naldrocks98 Posted May 18, 2015 Posted May 18, 2015 can't wait for the release of this module.... nice one...keep it up..
bcartier Posted May 18, 2015 Posted May 18, 2015 ListerPro $89 https://processwire.com/talk/store/product/14-listerpro-dev/
LostKobrakai Posted May 18, 2015 Posted May 18, 2015 If you're talking about Lister then it's already released. The core module is part of ProcessWire since I think 2.5.3 and the Pro module, which has additional functionality, needs to be bought here in the store.
cstevensjr Posted May 19, 2015 Posted May 19, 2015 If you're talking about Lister then it's already released. The core module is part of ProcessWire since I think 2.5.3 Free
naldrocks98 Posted May 19, 2015 Posted May 19, 2015 Free another question sr. cstevensjr i can't find in my module how to add the lister is this available in the pro version?
cstevensjr Posted May 19, 2015 Posted May 19, 2015 Here are a few links that will hopefully help you: https://processwire.com/talk/topic/5835-lister/ https://processwire.com/videos/lister/ https://processwire-recipes.com/recipes/enable-any-role-to-use-lister/ https://processwire.com/talk/topic/6847-drupals-view-like-module/?p=66952
LostKobrakai Posted May 19, 2015 Posted May 19, 2015 There's no UI to add Listers. That's part of the pro module. The core module is used in Pages > Find and for listing the users of your installation. You can also use it via custom modules. 1
Nils Wiere Posted August 31, 2017 Posted August 31, 2017 Just a quick question: Does Lister support Repeaters? When I add filters that include Repeaters, Lister shows the corresponding fields and values in the filter section which is nice. However, whatever I choose, it returns zero results. I know that Repeaters are also pages. But those are hidden in the admin. Maybe that's why Lister can't show them?
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