Welcome Guest, Not a member yet? Register   Sign In
Can you check my pagination?[SOLVED]
#11

(This post was last modified: 02-10-2017, 11:13 PM by kirasiris. Edit Reason: forgot to mention )

(02-10-2017, 10:01 PM)pdthinh Wrote:
(02-10-2017, 12:50 PM)kirasiris Wrote: Ok, I did that as well, but it now shows just one entry, and apparently the same id. Basically it just showing one item rather than one different per page

Comment these two lines in your blog() may work:
PHP Code:
    // $config['query_string_segment'] = 'paginas';
 
   // $config['page_query_string'] = TRUE; 

Not to offend, but that was the first thing that I tried. It do not works(it changes the URL)

from:
http://localhost/demo6/blog/?page=1
to:
http://localhost/demo6/blog/1 (and so on)

It gives me a 404 error. Should I do something to the "routes" file?

Thanks for trying to help
I do Front-End development most of the time 
Reply


Messages In This Thread
RE: Can you check my pagination? - by Wouter60 - 02-08-2017, 11:48 PM
RE: Can you check my pagination? - by kirasiris - 02-09-2017, 12:53 AM
RE: Can you check my pagination? - by Wouter60 - 02-09-2017, 05:42 AM
RE: Can you check my pagination? - by kirasiris - 02-09-2017, 06:12 AM
RE: Can you check my pagination? - by Wouter60 - 02-09-2017, 08:56 AM
RE: Can you check my pagination? - by kirasiris - 02-09-2017, 06:25 PM
RE: Can you check my pagination? - by Wouter60 - 02-09-2017, 11:40 PM
RE: Can you check my pagination? - by kirasiris - 02-10-2017, 12:50 PM
RE: Can you check my pagination? - by pdthinh - 02-10-2017, 10:01 PM
RE: Can you check my pagination? - by kirasiris - 02-10-2017, 10:46 PM
RE: Can you check my pagination? - by pdthinh - 02-10-2017, 11:14 PM



Theme © iAndrew 2016 - Forum software by © MyBB