Jump to content

Recommended Posts

  • 2 weeks later...
Posted

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. 

  • 2 weeks later...
Posted

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.

  • 1 month later...
Posted

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?

Posted

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"? 

  • 2 weeks later...
  • 2 months later...
  • 3 months later...
Posted

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.

Posted
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

Posted

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.

  • Like 1
  • 2 years later...
Posted

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?

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...