1
Hi,
For those who are using weBLog module (by wellwine.net), I have just corrected a small annoying bug that does not allow you to get access to your "next" blogs in the SAME category if the maximum number of entries per page has been reach. Instead you get the next X blogs in from the Main (root) category.
file: /weblog/index.php
line 127, replace $uri=''; by $uri='cat_id='.$cat_id;
line 130, replace $uri .= 'user_id='.$user_id; by $uri .= '&user_id='.$user_id;
Hope this will help someone.
Benoit