Welcome Guest, Not a member yet? Register   Sign In
Pagination alphabet/letter filtering
#1

[eluser]rochellecanale[/eluser]
Hello guys just want to ask how can i perform a pagination with letter filtering instead of numbers. How can i do that? That's all thanks and Godbless
#2

[eluser]Harold Villacorte[/eluser]
It can be done like this:
Code:
$pagination_config['total_rows'] = 26;
$pagination_config['per_page'] = 1;
Then take it from there. You would have to convert the digits to the corresponding letters. Maybe with a display_override hook. Sounds like a lot of work. Good luck with that.
#3

[eluser]rochellecanale[/eluser]
Ok thanks. I will try that




Theme © iAndrew 2016 - Forum software by © MyBB