PDA

View Full Version : Alphabar shows only 1 result


Nordinho
09-17-2008, 03:57 PM
The alphabar shows only 1 result when you click on a letter. And I can't find a setting for it to show more of them. (attached a screenshot)

1028

Morgan
09-18-2008, 12:48 PM
How many thread titles start with the letter 'G' in that forum?

Nordinho
09-18-2008, 10:57 PM
I think the result number of 72 could be correct. That forum has 2225 threads in total

Morgan
09-19-2008, 07:56 PM
What number does the following query produce?

# add your vB table prefix to the thread table name if you use a vB table prefix

# be sure to replace X in the query with the "New Adventure Games" forum ID

SELECT COUNT(*) AS cnt FROM thread WHERE forumid = X AND title LIKE 'g%';

Nordinho
09-22-2008, 01:23 PM
What number does the following query produce?

# add your vB table prefix to the thread table name if you use a vB table prefix

# be sure to replace X in the query with the "New Adventure Games" forum ID

SELECT COUNT(*) AS cnt FROM thread WHERE forumid = X AND title LIKE 'g%';


The result is 55.

Morgan
09-23-2008, 06:05 PM
Just ran some tests, not seeing a problem with the letter bar. Are you using a filter in that forum to further reduce the results?

Nordinho
09-23-2008, 10:47 PM
Just ran some tests, not seeing a problem with the letter bar. Are you using a filter in that forum to further reduce the results?

Nope, I can pm you a password so you can check out for yourself.

Morgan
09-25-2008, 12:49 AM
Sure, I'll take a look. Please PM login info and a link to the webpage.