6 Posts
Leona
10 years ago
11
Topic

I created a search using a module. But when I insert a pagination, some mistakes happen. I can bring up the paging in research and to limit the number of items, but navigating through the pages is in trouble. The parameters of the URL simply vanish, is an example.

Normal search:

/index.php/component/cck/?cck=houses&number=&street=&option=com_cck&view=list&Itemid=&search=search_house&task=search


After paging

/index.php/component/cck/?cck=houses&search=search_houses&task=search&start=1


With this research is completely empty without paging or results. All because the URL is not in the initial parameters. However, manually inserting, both research paging run again. Can anyone help me solve this problem please?

Get a Book for SEBLOD
595 Posts
Octopoos - Mehdi
10 years ago
6
Level 1
Hi Leona,

Thank you for your post.

Which kind of module you use ? "cck search" module or "cck list" module.

Regards,
Mehdi.
45 Posts
Casper
9 years ago
5
Level 2

Hi.

I use "cck list" module.

I put this module in Content view of Article content type.

The module output a lot of items.

How create pagination in module?

thank you.

595 Posts
Octopoos - Mehdi
9 years ago
4
Level 3

Hi All,

You can't have a pagination with a "SEBLOD list" module.

Regards,
Mehdi.

40 Posts
BodgeIT
7 years ago
3
Level 4

Please stop telling us you can't and provide a module that does...it cant be hard.

4229 Posts
Kadministrator
7 years ago
2
Level 5

Seblod is an opensource software so anyone can contribute new features, so if you know how to solve this problem please make a pull on the github.

40 Posts
BodgeIT
7 years ago
1
Level 6

Such a typical Seblod type response. 

Why don't you benefit from one of your biggest resources, your users?  Too many have asked for this feature and all you do is keep telling them they can't have it.  It would help the product...one of your skilled developers could knock this up in 20 minutes.

You just don't do yourselves any favours.

4229 Posts
Kadministrator
7 years ago
0
Level 7

Unfortunately it is not so easy due to Joomla limitations.

12 Posts
Hozefa Saleh
7 years ago
3
Level 1

Hi All, I think this is not a typical seblod issue, but its a joomla issue to not support pagination in list view. See these urls: -

https://github.com/joomla/joomla-cms/issues/7943

http://forum.joomla.org/viewtopic.php?f=728&t=765274

http://forum.joomla.org/viewtopic.php?f=615&t=615376

I think if you someone need support they need to consult joomla forum support, might be someone create a plugin that support this feature :)

Thanks

Hozefa

40 Posts
BodgeIT
7 years ago
2
Level 2

Does this link offer a solution?

http://www.infyways.com/pagination-class-in-joomla-module/

4229 Posts
Kadministrator
7 years ago
1
Level 3

In joomla there is big difference between component and module, looks like author of this guide does not know that. Basically problem is that links in the module created by pagination would clash with links made in the component area as joomla pagination is not ready for having mutiple lists on the same page.

40 Posts
BodgeIT
7 years ago
0
Level 4

What about creating a standard list view and then NoNumbers Anywhere to put inside a module?

A clug but may work?

Get a VIP membership