Hi all,
I have the following problem. I created a 'list & search type' to list multiple items. Until then worked perfectly. However, the paging is the problem. Whenever I click on the number for the page, or next, the page is all blank. I noticed that some parameters in the URL are gone. Below is the code:
URL search: project/index.php/component/cck/?cck=livros&autor=&titulo=&categorias_pequisa=&editora=&codigo=&option=com_cck&view=list&Itemid=&search=pesquisa_livros&task=search
URL pagination: project/index.php/component/cck/?cck=livros&search=pesquisa_livros&task=search&start=2
When I turn off the system friendly URL, pagination starts running, and the URL looks like this: project/index.php?cck=livros&option=com_cck&view=list&search=pesquisa_livros&task=search&limitstart=2
However, I can not leave my site without friendly URL is not secure. I wonder if anyone knows how to solve this problem. I've looked all over the internet, but nothing related to SEBLOD. Can anyone help me please?
Thank you!