|
Joined: Jun 2004
Posts: 27
newbie
|
newbie
Joined: Jun 2004
Posts: 27 |
I have recently added a 31st forum, and it's not showing when forums are sorted by number. If I sort by something else, it does show up, but then some other forum doesn't. In short, there's always only 30 forums showing. Version's 6.7.1.
Is there a link to page 2 of the forums listing missing, or is this a bug?
~ Scott
|
|
|
|
Joined: Apr 2004
Posts: 141
member
|
member
Joined: Apr 2004
Posts: 141 |
try changing "offset=0;" to "offset=30;" in the url and see if that works.
|
|
|
|
Joined: Jun 2004
Posts: 27
newbie
|
newbie
Joined: Jun 2004
Posts: 27 |
That shows the forum missing in the listing with offset=0...
~ Scott
|
|
|
|
Joined: Apr 2004
Posts: 141
member
|
member
Joined: Apr 2004
Posts: 141 |
that means the pages work. I don't have 30 forums so I can't tell if there's a link to the next page though
|
|
|
|
Joined: Jun 2006
Posts: 16,367 Likes: 126
|
Joined: Jun 2006
Posts: 16,367 Likes: 126 |
Ian, UGN has more and it allows me to see the next page link, but if i recall at 31 it wouldn't show but at 32 it would...
|
|
|
|
Joined: Jun 2006
Posts: 346
enthusiast
|
enthusiast
Joined: Jun 2006
Posts: 346 |
I'm not haing any problems with my listing on 6.7.2. There should be a link in the bottom left to goto page 2.
|
|
|
|
Joined: Jun 2004
Posts: 27
newbie
|
newbie
Joined: Jun 2004
Posts: 27 |
There isn't with 31 forums, but I created another one (32nd) and now it does show. Classify this as a bug; there's a variable listed wrong somewhere.
~ Scott
|
|
|
|
Joined: Jun 2006
Posts: 346
enthusiast
|
enthusiast
Joined: Jun 2006
Posts: 346 |
If you deleted any forms lower than 30, then 31 will show on page 1.
|
|
|
|
Joined: Jun 2004
Posts: 27
newbie
|
newbie
Joined: Jun 2004
Posts: 27 |
No. Read post #1. Only 30 show on the page at any time.
~ Scott
|
|
|
|
Joined: Jul 2006
Posts: 2,143
Pooh-Bah
|
Pooh-Bah
Joined: Jul 2006
Posts: 2,143 |
Kate reported this internally a few months ago, and I could have sworn that I fixed it... I'll take a peek at the code...
|
|
|
|
Joined: Jul 2006
Posts: 2,143
Pooh-Bah
|
Pooh-Bah
Joined: Jul 2006
Posts: 2,143 |
Yay for off by one errors. Try this. cp2_forums.cgi, line 118 reads: if($end_point >= $total_forums) { $end_point = $total_forums - 1; } Change >= to just >, then try viewing your forum list again.
|
|
|
|
Joined: Jun 2004
Posts: 27
newbie
|
newbie
Joined: Jun 2004
Posts: 27 |
Nope, still only showing 30...
~ Scott
|
|
|
|
Joined: Jul 2006
Posts: 2,143
Pooh-Bah
|
Pooh-Bah
Joined: Jul 2006
Posts: 2,143 |
OKay... Please open a support ticket. In the ticket body, include the URL to this topic and a note that I asked that the ticket be assigned to me. Be sure to include valid FTP and admin login information so I can patch your board.
|
|
|
|
Joined: Jun 2004
Posts: 27
newbie
|
newbie
Joined: Jun 2004
Posts: 27 |
We're doing some work on the server right now and for the next few days, so that's not possible, things keep going up & down. It's not really a problem anyway as I'll be adding another forum in a couple of days anyway, and it functions ok as soon as I have more than 31. You don't need access to my forums to be able to track this bug down, do you?
~ Scott
|
|
|
|
Joined: Jul 2006
Posts: 2,143
Pooh-Bah
|
Pooh-Bah
Joined: Jul 2006
Posts: 2,143 |
As you're the one experiencing the problem, it would be nice to work on your board, yes. It's not a super-urgent thing though, as you noted, so you can open the ticket at a later time.
We do plan a 6.7.3 release for some time around when the new product is going into beta, but that's still a while off. The bug would be fixed in that release.
|
|
|
|
Joined: Jun 2004
Posts: 27
newbie
|
newbie
Joined: Jun 2004
Posts: 27 |
Ok, I'll see about opening a ticket once things calm down on our end.
~ Scott
|
|
|
|
Joined: Jun 2006
Posts: 16,367 Likes: 126
|
Joined: Jun 2006
Posts: 16,367 Likes: 126 |
At leat it won't be UBB.Classic 6.7.2a <img src="https://www.ubbcentral.com/boards/images/graemlins/wink.gif" alt="" />
|
|
|
|
Joined: Dec 2003
Posts: 1,796
Pooh-Bah
|
Pooh-Bah
Joined: Dec 2003
Posts: 1,796 |
Odd, I'm running 6.7.1, have 42 forums, and they all show..... 30 1st page, 12 2nd page.....
|
|
|
|
Joined: Jul 2006
Posts: 2,143
Pooh-Bah
|
Pooh-Bah
Joined: Jul 2006
Posts: 2,143 |
The bug only triggers if you have exactly 30 - the last one won't display.
|
|
|
|
Joined: Dec 2003
Posts: 1,796
Pooh-Bah
|
Pooh-Bah
Joined: Dec 2003
Posts: 1,796 |
Ah... OK....
I just updated to 6.7.2 and all looks fine... <img src="https://www.ubbcentral.com/boards/images/graemlins/smile.gif" alt="" />
|
|
|
|
Joined: Jun 2004
Posts: 27
newbie
|
newbie
Joined: Jun 2004
Posts: 27 |
Actually, it triggers if you have exactly 31, not 30. 30 always show ok. One over that doesn't.
~ Scott
|
|
|
|
Joined: Jul 2006
Posts: 2,143
Pooh-Bah
|
Pooh-Bah
Joined: Jul 2006
Posts: 2,143 |
Exactly 31? Okay, got it... that explains why I couldn't replicate it locally. <img src="https://www.ubbcentral.com/boards/images/graemlins/smile.gif" alt="" />
|
|
|
|
Joined: Jun 2006
Posts: 16,367 Likes: 126
|
Joined: Jun 2006
Posts: 16,367 Likes: 126 |
I certainly hope you can replicate it now :x...
|
|
|
2 members (Ruben, SenecaFlyer),
929
guests, and
67
robots. |
Key:
Admin,
Global Mod,
Mod
|
|
|
|