PDA

View Full Version : Customizing Alphabet Links


jasonimacpt
12-30-2008, 02:41 AM
We're using numerous categories, however, under each category we've only got a handful of links. I like the idea of the A-Z link search. Where is the SQL query that defines this? What we're wanting to accomplish is the A-Z links search for any link starting with that letter, regardless of what category it is in.

For example:
Category A
yahoo.com
google.com
lycos.com
Category B
godaddy.com
betterwhois.com

When you click on "G", we want it to display the G links in both categories, not just the category that displays the A-Z links.

Surely somebody has already done something like this, I just can't see to find a post about it.

Thank.

Brian
12-30-2008, 11:38 AM
The code that handles that is in the browselinks.php file around line 805, and starts with this comment:

// Letterbits

Our Sponsors
 

jasonimacpt
12-30-2008, 03:47 PM
This is a little more complicated than what I was hoping for... Anybody else know what needs to be changed?

Thanks.