PDA

View Full Version : Business Directory


kddenton
01-07-2008, 01:37 AM
Hello:

I m not sure if one is available, but I am looking for a Business Directory plugin, I do not need anything fancy but I am already collecting business names and information into a table, I just want a really nice way to display them.

Thanks
K

lwyau
01-07-2008, 08:30 AM
Read my reply to your other post here: http://forum.soholaunch.com/showthread.php?t=5247

kddenton
01-07-2008, 09:30 PM
I tried and have it working (THANKS!!) but I want the ability to maybe break out the catagories in seperate tables or do some sort of grouping function.

Because what I am currently doing is have people submit a business listing. The listing is added to the database, and I have a field in the database called Approved_Listing with the default value of "NULL" or 0. Upon verification I then set the value to "1" to have it listed.

I created the search form and have it search on the "Approved_Listing" field and a custom link "&SDB_STEP_CONTROL=2&KEY_SEARCH_FOR=1" so it will display all approved listings.



I am also looking to have the search button removed from the form when it displays the results.

lwyau
01-07-2008, 10:02 PM
You will probably be better off writing your own PHP script accessing the table and display/filter/sort/slice-and-dice anyway you want. This requires knowledge of PHP and MySQL database programming.

kddenton
01-08-2008, 07:54 PM
Yep... Thanks! Sounds like a new Plugin...for Displaying data from a database table... :)