http://www.icyphoenix.com/viewtopic.php?f=35&t=2933
-----------------------------------
portalpez
Fri 12 Oct, 2007 13:28

Bug? The Page Number Dont Show And Post Disappear
-----------------------------------
Hello,

The forum by default make a division of page each 50 teme... the problem is that i have a hidden forum in the staff zone that dont make a division each 50 teme and the post from here to more than 50 dont show... I have to search the post from de profile and by name...

Sorry about my english, if you dont understand me i will put a photo to describe better the problem.

I update to the pakage to the last one, 1.1.0.15b - Cumulative Patch

Thansk you.


-----------------------------------
novice programmer
Tue 16 Oct, 2007 19:27

Re: Bug? The Page Number Dont Show And Post Disappear
-----------------------------------
Re upload the files involved in it (templates and php files).


-----------------------------------
Mighty Gorgon
Wed 24 Oct, 2007 00:13

Re: Bug? The Page Number Dont Show And Post Disappear
-----------------------------------
Try to run some DB Maintenance in ACP.


-----------------------------------
portalpez
Mon 05 Nov, 2007 01:50

Re: Bug? The Page Number Dont Show And Post Disappear
-----------------------------------
I am very sorry, I dont see your answerds until now... 

The problem is present too, and i think that the problem only was in hiden forums, but not. The problem is present in public forums now.

I going to probe to upload original template and maintenance db, and i will say you the results.

Thans very munch to answerd me and I am very sorry for not respond until now.


-----------------------------------
portalpez
Mon 05 Nov, 2007 12:58

Re: Bug? The Page Number Dont Show And Post Disappear
-----------------------------------
Hello,

I probe to upload a original template and nothig, the problem is present too. I try maintenance db and nothing.

I see that this problem is only in some forums, not in all. For example, in forum "Usuarios" there is not problem:

http://www.portalpez.com/foroportalpez/usuarios-vf3.html

But in forum "Invertebrados" yes:
http://www.portalpez.com/foroportalpez/invertebrados-vf33.html

In forum "Invertebrados" there is more messages that this forum show, and only can see through the option "moderate this forum"

thanks you...


-----------------------------------
portalpez
Mon 05 Nov, 2007 15:10

Re: Bug? The Page Number Dont Show And Post Disappear
-----------------------------------
Hello again,

I try to discover what happendning, and I do a test. When i put 50 temes in the general configuration, and I put 50 temes in my profile, the forum "invertebrados" [color=red]not show all the post (has 48)[/color] and not pagination division is showed i think that is due to only 48 post has this forum.

The problem is that the forum not show the 48 post, and the forum must show it, because the division is in 50 temes by default.

http://www.portalpez.com/foroportalpez/invertebrados-vf33.html

However, If i put in my profile 25 post division, the forum show the pagination division, and the forum shows all the post....

What is happenig? how can i resolve?

Thanks very mach.


-----------------------------------
portalpez
Mon 05 Nov, 2007 23:40

Re: Bug? The Page Number Dont Show And Post Disappear
-----------------------------------
I upload and overwrite all the files wich the last patch 1.1.0.15c and the problem is not solved. Please, i need help...


-----------------------------------
portalpez
Tue 06 Nov, 2007 06:03

Re: Bug? The Page Number Dont Show And Post Disappear
-----------------------------------
I think i found the problem... when i put in my profile 25 post division, the forum not show all the post due not show the page division. But if i put in my profile 23 post division, the forum show all the post due show the page division.

This problem is only in my forum? or has anyone the same problem?

Thanks.


-----------------------------------
portalpez
Tue 06 Nov, 2007 07:56

Re: Bug? The Page Number Dont Show And Post Disappear
-----------------------------------
Hello again,

I think i found the problem. I change the following code from viewforum.php :

$topics_count -= $total_announcements;

and put this other:

$topics_count += $total_announcements;

And now, run well. Please, say me if this can be a problem most important... I test and run well, but i am not a coder.


