Roby73:
we can investigate
since issue together. Im sure we can solve that.
you said you cannot see "from the beginning" in viewforum.php when
since default is set to 0 in newbb preferences? right?
but it is correct in xoops.org, my website and new installation.
eg:
https://xoops.org/modules/newbb/viewforum.php?forum=66Also you said since disappears when click on pagenav in viewforum.php? you mean a link like this one:
https://xoops.org/modules/newbb/viewforum.php?start=60&forum=66It is correct in xoops.org and other websites too.
so you mean just you have this issue?
please confirm that only you have this issue then we can proceed.
I suggest to install a fresh xoops 2.5.5 and fresh newbb and see if you still have this issue?
btw, do you create 5 or 10 or 20 topics after fresh install of newbb to see the pagenav?
Also with your mentioning on since value i found a new minor bug in functions.time.php
this is bad coding:
if ($since==1000) return 0;
see:
https://xoops.org/modules/newbb/viewforum.php?forum=66&since=1000https://xoops.org/modules/newbb/viewforum.php?forum=66&since=999also another minor bug:
in xoops_version.php the default values should not have 0.
'default' => "-1, -2, -6, -12, 0, 1, 2, 5, 10, 20, 30, 60, 100");
if you have 0 in default values ( by default or by entering in newbb preferences) you will end up a
funny sentence: "From Last 0 Hours"
i will correct the above minor issues today.
i prefer to not change the xoops_version.php default values for since because it just affect the new installations.