2013-12-18, 04:06 PM
HI,
I merged /import some posts from 2 databases ; right now the total page number of the thread displayed on the forum page ...forumdisplay.php (fid=12&page=1) is mismatch (offset by 1)
with the total page display on /showthread.php (?tid=5321&page=16) for Mods display only
For regular user, it missing a last page
The user can not see their new post until there is enough posts for another new page
Please help , How do I fix this ?
Thank You very much
Hi,
The problem is now solved - when I imported some lost posts, I did not know the replies counter in mybb_threads also need to be increased . So the number of pages was calculated & displayed wrong (I don't know why only mods can see the missing posts though) .
I changed the replies numbers to be matched with number of posts of that thread, and now it displays correctly .
I merged /import some posts from 2 databases ; right now the total page number of the thread displayed on the forum page ...forumdisplay.php (fid=12&page=1) is mismatch (offset by 1)
with the total page display on /showthread.php (?tid=5321&page=16) for Mods display only
For regular user, it missing a last page
The user can not see their new post until there is enough posts for another new page
Please help , How do I fix this ?
Thank You very much
Hi,
The problem is now solved - when I imported some lost posts, I did not know the replies counter in mybb_threads also need to be increased . So the number of pages was calculated & displayed wrong (I don't know why only mods can see the missing posts though) .
I changed the replies numbers to be matched with number of posts of that thread, and now it displays correctly .