Previous Thread
Next Thread
Print Thread
Hop To
Joined: Jun 2004
Posts: 27
S
newbie
newbie
S Offline
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
O
member
member
O Offline
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
S
newbie
newbie
S Offline
Joined: Jun 2004
Posts: 27
That shows the forum missing in the listing with offset=0...


~ Scott
Joined: Apr 2004
Posts: 141
O
member
member
O Offline
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,292
Likes: 116
UBB.threads Developer
UBB.threads Developer
Joined: Jun 2006
Posts: 16,292
Likes: 116
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...


I am a Web Development Contractor, I do not work for UBBCentral. I have provided free User to User Support since the beginning of these support forums.
Do you need Forum Install or Upgrade Services?
Forums: A Gardeners Forum, Scouters World
UBB.threads: UBBWiki, UBB Styles, UBB.Sitemaps
Longtime Supporter & Resident Post-A-Holic
VNC Web Services: Code Modifications, Upgrades, Styling, Coding Services, Disaster Recovery, and more!
Joined: Jun 2006
Posts: 346
R
enthusiast
enthusiast
R Offline
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
S
newbie
newbie
S Offline
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
R
enthusiast
enthusiast
R Offline
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
S
newbie
newbie
S Offline
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...


This thread for sale. Click here! [Linked Image from navaho.infopop.cc]
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:

Code
if($end_point >= $total_forums) { $end_point = $total_forums - 1; }
Change >= to just >, then try viewing your forum list again.


This thread for sale. Click here! [Linked Image from navaho.infopop.cc]
Joined: Jun 2004
Posts: 27
S
newbie
newbie
S Offline
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.


This thread for sale. Click here! [Linked Image from navaho.infopop.cc]
Joined: Jun 2004
Posts: 27
S
newbie
newbie
S Offline
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.


This thread for sale. Click here! [Linked Image from navaho.infopop.cc]
Joined: Jun 2004
Posts: 27
S
newbie
newbie
S Offline
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,292
Likes: 116
UBB.threads Developer
UBB.threads Developer
Joined: Jun 2006
Posts: 16,292
Likes: 116
At leat it won't be UBB.Classic 6.7.2a <img src="https://www.ubbcentral.com/boards/images/graemlins/wink.gif" alt="" />


I am a Web Development Contractor, I do not work for UBBCentral. I have provided free User to User Support since the beginning of these support forums.
Do you need Forum Install or Upgrade Services?
Forums: A Gardeners Forum, Scouters World
UBB.threads: UBBWiki, UBB Styles, UBB.Sitemaps
Longtime Supporter & Resident Post-A-Holic
VNC Web Services: Code Modifications, Upgrades, Styling, Coding Services, Disaster Recovery, and more!
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.....


- Allen
- ThreadsDev | PraiseCafe
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.


This thread for sale. Click here! [Linked Image from navaho.infopop.cc]
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="" />


- Allen
- ThreadsDev | PraiseCafe
Joined: Jun 2004
Posts: 27
S
newbie
newbie
S Offline
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="" />


This thread for sale. Click here! [Linked Image from navaho.infopop.cc]
Joined: Jun 2006
Posts: 16,292
Likes: 116
UBB.threads Developer
UBB.threads Developer
Joined: Jun 2006
Posts: 16,292
Likes: 116
I certainly hope you can replicate it now :x...


I am a Web Development Contractor, I do not work for UBBCentral. I have provided free User to User Support since the beginning of these support forums.
Do you need Forum Install or Upgrade Services?
Forums: A Gardeners Forum, Scouters World
UBB.threads: UBBWiki, UBB Styles, UBB.Sitemaps
Longtime Supporter & Resident Post-A-Holic
VNC Web Services: Code Modifications, Upgrades, Styling, Coding Services, Disaster Recovery, and more!

Link Copied to Clipboard
ShoutChat
Comment Guidelines: Do post respectful and insightful comments. Don't flame, hate, spam.
Recent Topics
spam issues
by ECNet - 03/19/2024 11:45 PM
Looking for a forum
by azr - 03/15/2024 11:26 PM
Editing Links in Post
by Outdoorking - 03/15/2024 9:31 AM
Question on barkrowler and the like
by Mors - 02/29/2024 6:51 PM
Member Permissions Help
by domspeak - 02/27/2024 6:31 PM
Who's Online Now
1 members (Ruben), 476 guests, and 111 robots.
Key: Admin, Global Mod, Mod
Random Gallery Image
Latest Gallery Images
Los Angeles
Los Angeles
by isaac, August 6
3D Creations
3D Creations
by JAISP, December 30
Artistic structures
Artistic structures
by isaac, August 29
Stones
Stones
by isaac, August 19
Powered by UBB.threads™ PHP Forum Software 8.0.0
(Preview build 20230217)