Search for a board name?

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
evolve4
Forum Newbie
Posts: 1
Joined: Wed Apr 30, 2008 6:40 pm

Search for a board name?

Post by evolve4 »

Hey all.. new here :)
I need some help ..
I have many boards in a giant phpbb forum and i'm trying to implement a search only for the boards name, i don't want to see in the search results the topics or their content like a normal forum.

Example:

a forum with many sub categories (over a 1000).

Forum
--1
----1a
------topic
------topic
--2
----2a
------topic
------topic

Lets say the user wants to find the forum with the name 2a
The user will have the option to enter in the search field the name 2a and he will get one result. ("there is one forum with the name "2a" ) .. The boards list will be hidden, the users won't even know how many boards exist.
Is it possible?
Thanks
Post Reply