Hi
In new forum module EE_forum 3.1.5
Pagination dosen’t work, I found bug in forum module and I applied following patch to fix it.
Creating issue here so if anyone else have problem can use this solution.
--- mod.forum_core.php.orig 2011-07-12 09:14:54.000000000 +0200
+++ mod.forum_core.php 2011-07-15 13:12:38.000000000 +0200
@@ -2381,7 +2381,7 @@
}
}
- $str = ($pagination = '') ? $this->deny_if('paginate', $str, ' ') :
+ $str = ($pagination == '') ? $this->deny_if('paginate', $str, ' ') :
$this->allow_if('paginate', $str);
// Fetch the topicsI will create a bug report for it.
Packet Tide owns and develops ExpressionEngine. © Packet Tide, All Rights Reserved.