Is it possible to change the pagination variables in core.pagination.php with one of these hooks?
It seems that everyone just hacks the core file.
mArsmAn,
If I’m looking at the code correctly that is the purpose of these hooks. Or a possible purpose at the least. It lets you create an alternate way of doing pagination. So how the pagination variables look and how they interact with your new pagination method would then be up to you. This would be generally preferable to hacking the core file especially since you wouldn’t then have to re hack it every time you upgrade or install a new build.
Jamie
Packet Tide owns and develops ExpressionEngine. © Packet Tide, All Rights Reserved.